/* ---------------------------------------------------------------------------------

	Base HTML RESPONSIVE
	Creado por: wish21 (evril.wish@gmail.com) para VVERK WEB SOLUTIONS
	COPYRIGHT 2019

--------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap');
@import url(todos.css);

:root {
  /*--color-primario: #e36500;*/
  --color-primario: #c86500;
  /*--color-primariorgba: rgba(250,163,43, 0.8);*/
  --color-primariorgba: rgba(200,101,0, 0.8);
  /*--color-primariorgba: rgba(227,101,0, 0.8);*/
}

body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
img{
  max-width: 100%;
}
.contenedor {
  width: 1200px;
}

.contpie {
  background-color: #000000;
}
.contcab {
  background-color:#000000;
  position: relative;
}
#home .contcab {
  background-color:rgba(0, 0, 0, 0.8);
  background-color:#000;
  position: absolute;
  z-index: 4;
  left:0;
  right: 0;
  margin:0 auto;
}
#map{
  z-index: 1;
}
.cabecera {
  width: 1200px;
  min-height: 120px;
  padding: 0% 0% 1%;
}

#navigation {
  width: 100%;
  margin-top: 1%;
}

#main-menu {
  text-align: right;
}
#main-menu > li.active > a, #main-menu > li:hover > a {
  color: #c86500;
}

.pie-pagina {
  width: 1200px;
  padding:15px 0px;
}

.contpie p {
  color: #ffffff;
}

.home {
  min-height: 500px;
  padding: 1% 1% 1% 1%;
}

.contendio {
  background-color: #DDDDDD;
  min-height: 500px;
  padding: 0% 1% 1% 1%;
}

.sidebar {
  min-height: 525px;
  background-color: #DDDDDD;
}

.articulohome {
  min-height: 120px;
  background-color: #cccccc;
  margin-top: 1%;
}

#logo {
  text-align: center;
  padding-top: 1%;
}

#logo img {
  /*width: 55%;*/
  width: 30%;
  height: auto;
}

/* BOTONES */
input[type="submit"], .boton {
  background-color: var(--color-primario);
}

/*   FIN   */
/* RADIO AND CHECKBOX */
input[type="radio"]:checked+label#radio:before,
input[type="checkbox"]:checked+label#check:before {
  border: 5px solid var(--color-primario);
}

input[type="checkbox"]:checked+label#check,
input[type="radio"]:checked+label#radio {
  color: var(--color-primario);
}

/*   FIN   */
/*   SELECT  */
select {
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%230084AB' d='m 14.267578,17.897461 c -1.075267,0 -2.005242,0.391934 -2.791016,1.177734 L 1.1777344,29.311523 C 0.39196102,30.097323 0,31.037856 0,32.133789 c 0,1.095933 0.39196102,2.036466 1.1777344,2.822266 l 46.0312496,45.96875 c 0.785774,0.7858 1.715749,1.177734 2.791016,1.177734 1.075267,0 2.005242,-0.391934 2.791016,-1.177734 l 46.03125,-45.96875 C 99.608039,34.170255 100,33.229722 100,32.133789 100,31.037856 99.608039,30.097323 98.822266,29.311523 L 88.523438,19.075195 c -0.785775,-0.7858 -1.715749,-1.177734 -2.791016,-1.177734 -1.075267,0 -2.005242,0.391934 -2.791016,1.177734 L 50,52.016601 17.058594,19.075195 c -0.785774,-0.7858 -1.715749,-1.177734 -2.791016,-1.177734 z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 12px 12px;
}

/*   FIN   */
/* Toggle
================================================== */
.tituloacordeon,
.toggle .toggle-titulo {
  border: 1px solid #ddd;
  background-color: #000000;
  color: #ffffff;
}

.tituloacordeon:hover,
.toggle .toggle-titulo:hover {
  color: #f9f9f9;
  background-color: #09F;
}

.tituloacordeon.activo,
.tituloacordeon.activo:hover,
.toggle .toggle-titulo.active,
.toggle .toggle-titulo.active:hover {
  color: #f9f9f9;
  background-color: var(--color-primario);
}

.contenidoacordeon,
.toggle .toggle-contenido {
  color: #70706f;
  background-color: #E7E7E7;
}

/* Tabs container */
.r-tabs {
  position: relative;
  background-color: transparent;
}

/* Tab element */
ul.r-tabs-nav>li,
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #A0A0A0;
}

/* Tab anchor */
ul.r-tabs-nav>li>a,
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #ffffff;
  background-color: var(--color-primario);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;
  border: 1px solid var(--color-primario);
  border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -khtml-border-radius: 0px 0px 8px 8px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  margin-top: 1%;
  background-color: #A0A0A0;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: var(--color-primario);
  color: #ffffff;
}

table thead th {
  background-color: var(--color-primario);
}

form#contacto label,
.etiq,
form#contacto .etiq {
  font-family: 'Open Sans', sans-serif;
  line-height: 32px;
  padding-right: 5px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

form#contacto input[type="text"]::-webkit-input-placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

form#contacto input[type="text"]::-moz-placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

/* firefox 19+ */
form#contacto input[type="text"]::-ms-input-placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

/* ie */
form#contacto input[type="text"]::-moz-placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

form#contacto input[type="text"]::placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

form#contacto textarea::-webkit-input-placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

form#contacto textarea::-moz-placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

/* firefox 19+ */
form#contacto textarea::-ms-input-placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

/* ie */
form#contacto textarea::-moz-placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

form#contacto textarea::placeholder {
  color: #F00;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
}

form#contacto {
  border: none;
  padding: 40px 0px;
}

/* ESTILO DE LABEL DE CADA ELEMENTO DEL FORMULARIO */
form#contacto div label {
  display: block;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #3a3a3a;
  padding: 0;
  margin: 15px 0px 0px 0px
}

form#contacto .ultimo {
  margin-bottom: 0;
  overflow: hidden;
  position: relative
}

/* Estilo del boton */
form#contacto input[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 5px 30px;
  background-color: #343534;
}

/* FIN Estilo del boton */

input[type="password"], 
input[type="number"], 
nput[type="date"], 
input[type="search"], 
input[type="text"], 
textarea{
  border: 2px solid #000000;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}
/* AJAX Gif y mensajes de exito o fracaso */
form#contacto .hide {
  display: none;
}

form#contacto .ajaxgif {
  position: absolute;
  right: 150px;
  top: 5px;
}

form#contacto .msg {
  color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
  margin: 0 auto;
  width: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

form#contacto .msg_ok {
  background: #1575cc;
  color: #ffffff;
}

form#contacto .msg_error {
  background: #FF0000;
  color: #ffffff;
}
form#contacto h2{
  color:#c86500;
}
.obligatorio {
  color: #F00;
}

#campos_obligatorios {
  font-size: 13px;
  padding: 0px 0px;
  font-style: italic;
  margin: 0;
}

.owl-home {
  min-height: 582px;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
  background-size: 2px 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 14px solid #c86500;
}

.owl-home.owl-carousel .item {
  height: 570px;
  padding: 0px 0px;
  margin: 0px 0px !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-home.owl-carousel .item:before {
	content: " ";
	position: absolute;
	width: 100%;
	display: block;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: 700px;
	/*background-color: rgba(0, 0, 0, 0.8);*/

}
.owl-home.owl-carousel .item .contenedor {
  background-color: transparent;
  height: 100%;
  overflow: visible;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  top: 0;
}

.owl-home.owl-theme .owl-nav {
  background-color: transparent;
  margin: 0px auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  height: 1px;
  overflow: visible;
}

.owl-home.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  color: #c86500;
  font-size: 25px;
}

.owl-home.owl-theme .owl-dots {
  position: absolute;
  bottom: 4px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
}

.owl-home.owl-theme .owl-nav .owl-prev {
  float: left;
}

.owl-home.owl-theme .owl-nav .owl-next {
  float: right;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c86500 !important;
}

.owl-home.owl-carousel .owl-item img.imgslide {
  width: auto !important;
  float: right;
  max-height: 100%;
  margin-top: 5%;
}

.owl-home.owl-carousel .item div.tslide {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 35px;
  line-height: 60px;
  color: #ffffff;
  position: absolute;
  top: 330px;
  left: 0px;
  right:0px;
  padding: 0px 0px;
  margin: 0px auto;
  text-align: center;
}

.owl-home.owl-carousel .item div.txtslide {
  position: absolute;
  top: 260px;
  left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
}

.owl-home.owl-carousel .item .boton.slide {
  position: absolute;
  top: 300px;
  left: 10px;
  background-color: #c86500;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
}
#form_busq{
  float: right;
  position: relative;
}
#form_busq input{
  width: 100%;
  background-color: #c2c0bf;
  padding: 4px 15px;
  margin:0px 0px;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
#form_busq button{
  font-size: 12px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  display: inline-block;
  top:4px;
  right: 5px;
  padding: 0px 0px;
  border:none;
  background-color: #353535;
  color:#ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius:50%;
  -khtml-border-radius: 50%;
}
#form_busq button:hover{
  background-color: #c86500; 
}
#form_busq button i.fa{
  line-height: 19px;
  vertical-align: middle;
}
#form_busq input[type="text"]::-webkit-input-placeholder {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: italic;
}

#form_busq input[type="text"]::-moz-placeholder {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: italic;
}

#form_busq input[type="text"]::-ms-input-placeholder {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: italic;
}
#form_busq input[type="text"]::-moz-placeholder {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: italic;
}

#form_busq input[type="text"]::placeholder {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: italic;
}
.iconbox{
  text-align: center;
  padding: 25px 0px;
}
.iconbox img{
  background-color: #000000;
  width: 45%;
  /*padding: 20px 20px;*/
  border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
}
.iconbox h2{
  font-family: 'Open Sans Condensed', sans-serif; 
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin:10px 0px 0px;
  padding: 10px 0px 0px;
  color:#000000;
}
.iconbox .link{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin:0px 0px;
  padding: 0px 0px;
  color:#c86500;
}
.iconbox .link:hover{
  color:#000000;
}

.tituloln{
  font-family: 'Open Sans Condensed', sans-serif; 
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin:10px 0px;
  position:relative;
  display: block;
  color:#000000;  
  text-align: center;
}
.tituloln span{
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
  z-index: 4;
  padding: 0px 10px;
}
.tituloln::before{
  content: " ";
  position: absolute;
  display:block;
  top:50%;
  z-index: 1;
  background-color: #c86500;
  height:2px;
  width: 100%;
}
.subtam{
  font-size: 25px;
  line-height: 30px;
  color: #c86500;
  font-family: "Open Sans Condensed";
  font-weight: 300;
  text-align: center;
}
.textgris{
  font-size: 14px;
  line-height: 21px;
  color: #343535;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;  
}
#quienes-somos{
  padding: 60px 0px 120px;
}
#contacto_home{
  background-color: #c86500; 
}
#contacto_home .contenedor{
  min-height:260px;
  padding: 18px 0px;
}
#map{
  height: 222px;
  overflow: hidden;
}
.boton.gris{
  background-color: #353535;
  font-size: 25px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Open Sans Condensed";
  font-weight: 300;
  padding: 20px 25px;
  border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}
.boton.gris:hover{
  background-color: #000000;
}
.boton.gris i.fa{
  color:#c86500;
}
.datos{
  padding: 0px 20px;
}
.datos h3{
  font-size: 30px;
  line-height: 22px;
  color: #2c2c2c;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  margin-bottom: 20px;
}
.datos p{
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.datos p a{
  color: #000000; 
}
.datos p a:hover{
  color: #353535;
  text-decoration: underline; 
}
ul.menus {
  display: block;
  position: relative;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}
ul.menus li {
  margin: 0px 0px 3px;
  padding: 0px 0px;
  display: block;
  position: relative;
}
ul.menus li::before {
  font-family:'FontAwesome';
  content:"\f105";
  font-size:15px;
  line-height:20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
ul.menus li a {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
}
ul.menus li a:hover {
  color: #333333;
}
.productos .contpie::after{
  position: absolute;
  z-index: -99999999;
  width: 0;
  height: 0;
  bottom:80px;
  right:0;
  border-left: 250px solid transparent;
  border-top: 500px solid transparent;
  border-right: 250px solid #c2c0bf;
  border-bottom: 500px solid #c2c0bf;
}

.contacto .contpie::before{
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  bottom:80px;
  left:0;
  border-right: 250px solid transparent;
  border-bottom: 500px solid transparent;
  border-left: 250px solid #c2c0bf;
  border-top: 500px solid #c2c0bf;
  
}
.contacto .contpie:after{
  position: absolute;
  width: 0;
  height: 0;
  bottom:80px;
  right:0;
  border-left: 120px solid transparent;
  border-top: 50px solid transparent;
  border-right:120px solid #c86500;
  border-bottom: 50px solid #c86500;
}
.materiales .contpie:after{
  z-index: -1;  
  position: absolute;
  width: 0;
  height: 0;
  bottom:79px;
  right:0;
  border-left: calc(100vw) solid transparent;
  border-top: 250px solid transparent;
  border-right:calc(100vw) solid #c86500;
  border-bottom: 220px solid #c86500;
}
.titlnbg{
  position: relative;
  display: inline-block;
  font-size: 25px;
  width:413px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  vertical-align: middle;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  padding:0px 20px 0px 20px;
  background-color:var(--bg-color);
  z-index: 2;
}
.titlnbg::before{
  content: " ";
  width: 0;
  position: absolute;
  top:0;
  right:-60px;
  height: 0;
  border-right: 61px solid transparent;
  border-bottom: 61px solid transparent;
  border-top: 61px solid var(--bg-color);
}
.prod{
  text-align: center;
  margin:20px 0px 20px;
}
.prod img{
  width: auto;
  height:120px;
}

ul.menuprod {
  display: block;
  position: relative;
  list-style: none;
  margin: 20px 0px 0px;
  padding: 0px 0px 0px 20%;
}
ul.menuprod li {
  margin: 0px 0px 3px;
  padding: 0px 0px;
  display: block;
  position: relative;
}
ul.menuprod li::before {
  font-family:'FontAwesome';
  content:"\f111";
  font-size:12px;
  line-height:28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color:var(--icon-color);
}
ul.menuprod li a {
  color: #343535;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  vertical-align: middle;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
}
ul.menuprod li a:hover {
  color: #c86500;
}
.prod_caple{
  padding: 2% 0% 5%;
}
.prod_carton{
  padding: 2% 0% 2%;
}
.cab{
  min-height:185px;
  overflow: hidden;
  z-index: 4;
}
.cab::before{
  position: absolute;
  bottom:50px;
  left:-1%;
  right:0;
  margin:0 auto;
  content: " ";
  width: 101%;
  height:205px;
  background-color: var(--bg-color);
  border-bottom: 7px solid #ffffff;
  outline: 7px solid var(--bg-color);
  -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.cab h1{
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  padding: 0px 0px;
  margin:50px 0px 0px;
}
.cab.gd{
  min-height:560px;
  overflow: hidden;
  z-index: 4;
}
.cab.gd::before{
  position: absolute;
  bottom:74px;
  left:0;
  right:0;
  margin:0 auto;
  content: " ";
  width: 105%;
  height:620.540540541px;
  background-color: var(--bg-color);
  border-bottom: 20px solid #ffffff;
  outline: 7px solid var(--bg-color);
  -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}
#map_cont{
  height: 400px;
  overflow: hidden;
  margin-top:-60px;
  z-index: 1;
}
.imagen_qs{
  z-index: 9;
  margin-top:-440px;
  text-align: center;
  padding-bottom:40px;
}
.imagen_qs img{
  -webkit-box-shadow: -20px 26px 0px 0px rgba(194,192,191,1);
-moz-box-shadow: -20px 26px 0px 0px rgba(194,192,191,1);
box-shadow: -20px 26px 0px 0px rgba(194,192,191,1);
}
.titulomed{
  font-size: 25px;
  line-height: 30px;
  color: #353535;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  text-align: center;
}
.titulomed.line{
  position: relative;
}
.titulomed.line span{
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
  z-index: 4;
  padding: 0px 25px;
}
.titulomed.line::before{
  content: " ";
  position: absolute;
  display:block;
  top:50%;
  z-index: 1;
  background-color: #c2c0bf;
  height:7px;
  width: 100%;
}
.textomed{
  font-size: 14px;
  line-height: 24px;
  color: #343535;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.tituloerror{
  color: #999999;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-size: 220px;
  line-height: 220px;
  text-align: center;
}
.tituloerror span{
  font-size: 20px;
  line-height: 20px;
  display: block;
}
.blockcode{
	background-color: #eeeeee;
	color:#333333;
	text-align: center;
	padding: 20px 20px;
	width: 350px;
	max-width: 100%;
	height: auto;
	border:1px solid #dedede;
	font-size:10px;
	position: relative;
	margin:20px auto;
	display: block;
	border-radius: 8px;
	-webkit-box-shadow: inset -1px 1px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset -1px 1px 5px 0px rgba(0,0,0,0.25);
box-shadow: inset -1px 1px 5px 0px rgba(0,0,0,0.25);
}
.blockcode span{
	font-size:8px;
	display:block;
	color:#000000;
	position: relative;
	margin:5px 0px;
	font-style: italic;
}
.mfp-img{
  background-color: #ffffff !important;
}
.redes_soc i{
  color:#000;
  font-size:20px;
  margin: 0 6px;
  padding:5px 8px;
  background-color:#fff;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -khtml-border-radius: 50% 50%;
}
.redes_soc i:hover{
  background-color:#c86500;
}
.redes_soc span{
  color:#fff;
  font-size:16px;
  margin: 0 20px 0 0;
}
.redes_soc.negro span,
.redes_soc.negro i{
  color:#fff;
  background-color:#000;
}
.redes_soc.negro i:hover{
  background-color:#c86500;
  color:#000;
}