/* RESET CSS */
*{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* GENERALES */
a:hover{
	text-decoration: none !important;
}
body{
	font-family: 'Open Sans', sans-serif !important;
	overflow:visible !important;
}
hr{
	width: 100%;
	height: 2px;
	border-top: 2px dotted #ccc !important;
}
.banner-interna{
	width: 100%;
	margin-top: 50px;
}
.enlaces-top{
	margin-top: 25px;
	text-align: center;
	overflow: hidden;
}
.enlaces-top li{
	display: block;
	margin: 5px 0px 5px 0px;
	position: relative;
}
.enlaces-top li:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(204,204,204,0);
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1.3,2);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2,2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2,2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2,2);
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	z-index:-1;
}
.enlaces-top li:hover:before{
	background-color: rgba(204,204,204,.3);
}
.enlaces-top li a{
	color: #666;
	font-size: 12px;
}
.enlaces-top li a i{
	margin-right: 5px;
}
.titulo-seccion{
	display: table;
	letter-spacing: -1px;
	font-weight: bold;
	background: -webkit-linear-gradient(#6E46B6, #5B69C1);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	text-fill-color: transparent;
	position: relative;
	margin: 30px auto 60px;
}
.titulo-seccion::before{
	border-bottom: 2px solid #FF8E01;
	content: '';
	position: absolute;
	width: 70%;
	height: 2px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.isologo-reybanpac{
	width: 85px;
	height: 70px;
	border-radius: 50%;
	border: 5px solid #FFD101;
	transform: scale(.4);
	-webkit-transform: scale(.4);
	-moz-transform: scale(.4);
	-ms-transform: scale(.4);
	background: url(../images/isologo-reybanpac.png) no-repeat top center;
	background-size: 70%;
	margin: 0px auto;
}
.lista-calidad{
	/*background: url(../images/fondo-calidad.png) no-repeat center center #eee;*/
	background-color: #eee;
	padding: 30px 30px 8px;
	margin-bottom: 30px;
}
.lista-calidad ul{
	list-style-type: none;
	margin-top: 20px;
}
.lista-calidad li{
	display:block;
	padding: 0px 0px 18px;
}
.lista-calidad li i{
	color: green;
	margin-right: 5px;
}
.imagen-slider{
	display: block;
}
.imagen-slider img{
	width: 100%;	
}

/*ANIMACION*/
.fadeUp{
	-webkit-animation: slideFadeUp 1s ease-out;
	-moz-animation: slideFadeUp 1s ease-out;
	-ms-animation: slideFadeUp 1s ease-out;
	animation: slideFadeUp 1s ease-out;
}
@-webkit-keyframes slideFadeUp{
	0%{	margin-top: 150px; opacity: 0;}
	80%{ opacity: 1; margin-top:0 }
	100%{ opacity: 1; margin-top:0 }
}
@-moz-keyframes slideFadeUp{
	0%{	margin-top: 150px; opacity: 0;}
	80%{ opacity: 1; margin-top:0 }
	100%{ opacity: 1; margin-top:0 }
}
@keyframes slideFadeUp{
	0%{	margin-top: 150px; opacity: 0;}
	80%{ opacity: 1; margin-top:0 }
	100%{ opacity: 1; margin-top:0 }
}

/* FONDOS / TEXTURAS */
.textura-gris{
	background: url(../images/fondo.jpg) repeat top left;
	padding: 0px 0px 60px;
}
.fondo-gris{
	background-color: #eee;
	padding: 40px 0px;
	margin-top: 25px;
}
.fondo-banners{
	background: url(../images/fondo-banner.jpg) no-repeat top center;
}

/*BOTONES*/
.boton001{
	background-color: #1e2b62;
    color: #fff;
    box-shadow: 3px 3px 6px #555;
	padding: 10px 40px;
	display: inline-block;
	margin-top: 30px;
	font-weight: bold;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
.boton001:hover{
	background-color: #ffd100;
	color: #1e2b62;
}
/* CABECERA */
header{
	border-top: 10px solid #2e3092;
	position: relative;
}
.logo{
	text-align: center;
	margin: 10px 0px;
}
.logo img{
	width: 130px;
}
/* MENU */
nav{
	text-align: center;
	margin: 25px 0;
}
nav > ul{
	list-style-type: none;
}
nav > ul > li{
	display: inline-block;
	margin-left: 32px;
}
nav > ul > li > a{
	font-weight: bold;
	font-size: 13px;
	color: #2e3092;
	position: relative;
}
.contenedor-menu{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left:  0px;
	width: 100%;
	text-align: center;
	background-color: rgba(238,238,238,.9);
	padding: 40px 0px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	z-index: 99;
}
.contenedor-menu a{
	padding: 0px 40px;
	color: #666;
    font-family: 'Open Sans', sans-serif;
}
header nav ul li:hover .contenedor-menu{
	opacity: 1;
	visibility: visible;
}
/*nav > ul > li:hover > .submenu{
	opacity: 1;
	visibility: visible;
}
.dropdow-menu1, .dropdow-menu2, .dropdow-menu3{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: rgba(238,238,238,.85);
	display: none;
	height: 80px;
}
.submenu{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	line-height: 80px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	width: 100%;
	text-align: center;
	margin:0px;
}
.submenu li{
	color: #999;
	display: inline-block;
	padding-right: 52px;
}
.dropdow-menu2 .submenu li{
	padding-right: 85px;
}
.submenu li a{
	color: #666;
	font-family: 'Open Sans', sans-serif !important;
}
.submenu li a:hover{
	color: #333;
}*/
nav > ul > li > a::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #008C44;
	bottom: 30px;
	transition: all .2s;
	-webkit-transition: all .2s;
	opacity: 0;
}
nav > ul > li > a:hover::before{
	bottom: 40px;
	opacity: 1;
}
nav > ul > li:first-child{
	margin-left: 0px;
}
/* MENU MOBIL */
#menu-mobil{
	background: url(../images/fondo.jpg) repeat top left;
	text-align: center;
	font-size: 13px;
}
#menu-mobil input{
	display: none;
}
#menu-mobil label{
	background-color: white;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #666;
	margin: 10px 0px;
}
#menu-mobil label span{
	font-family: 'Open Sans', sans-serif;
}
.menu{
	display: none;
	padding: 20px 0px;
	border-top: 1px solid #ddd;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}
.menu a{
	padding: 10px 0px;
	display: block;
}
#toggle-menu:checked ~ .menu{
	display: block;
}
/* SLIDER PRINCIPAL */
#slider-principal{
	position: relative;
}
/* SERVICIOS */
.servicio{
	text-align: center;
	margin-bottom: 30px;
	min-height: 250px;
}
.servicio img{
	width: 240px;
	margin: 0px 0px 20px;
	box-shadow: 3px 3px 6px #555;
	transition: 500ms all ease;
}
.servicio img:hover{
	transform: scale(1.1);
}
.servicio h4{
	margin: 10px 0px;
	color: #2e3092;
	font-weight: bold;
}
.servicio p{
	font-size: 13px;
	line-height: 22px;
	color: #333;
}
/* PRODUCTOS */
.carusel-productos .carousel-inner .item img{
	width: 100%;	
}
.item-producto{
	margin: 0 0 25px;
	position: relative;
}
.item-producto img{
	width: 100%;
}
.caption-producto{
	background-color: rgba(0,0,0,0);
	top: 0px;
	position: absolute;
	z-index:999;
	width: 100%;
	height: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}
.item-producto:hover .caption-producto{
	background-color: rgba(0,0,0,.7);
}
.caption-producto i{
	position: absolute;
	font-size: 40px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	color: white;
}
.item-producto:hover .caption-producto i{
	opacity: 1;
}
/*.caption-producto h4, .caption-producto span{
	margin-left: 25px;
}
.caption-producto h4{
	text-shadow: 0px 0px 5px #666;
	-webkit-text-shadow: 0px 0px 5px #666;
	-moz-text-shadow: 0px 0px 5px #666;
	-ms-text-shadow: 0px 0px 5px #666;
	color: white;
	margin-bottom: 0px;
}
.caption-producto span{
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	color: rgba(255,255,255,.8);
}
.item-producto span{
	color: rgba(255,255,255,1);
}
.item-producto:hover span{
	opacity: 1;
	visibility: visible;
}*/
/* PRODUCTOS */
.item-noticia{
	background-color: white;
	border: 10px solid rgba(255,255,255,.5);
	position: relative;
	margin-bottom: 25px;
}
.item-noticia::before{
	content: '';
	position: absolute;
	width: 107%;
	height: 10px;
	background-color: #2e3092;
	bottom: -10px;
	left: -10px;
}
.image-item{
	overflow: hidden;
}
.image-item a img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}
.image-item a:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.item-noticia img{
	width: 100%;
}
.item-noticia h4{
	color: green;
	height: 50px;
	margin-top: 20px;
	font-weight:bold;
	line-height: 22px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.item-noticia h4:hover{
	color: #666;
}
.item-noticia p{
	padding-bottom: 20px;
	color: #333;
}
/* PIE */
.footer-bottom{
	background: url(../images/fondo-pie.jpg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	padding-bottom: 30px;
}
.menu-pie{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding: 20px 0px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.menu-pie a{
	font-size: 12px;
	padding: 0px 15px;
	color: rgba(255,255,255,.5);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.menu-pie a:hover{
	color: rgba(255,255,255,1);
}
/* TITULOS */
.estilo-titulo{
	margin: 10px 0px 20px;
}
.estilo-titulo h1{
	font-size: 24px;
	position: relative;
	display: inline-block;
	color: #2e3092;
	letter-spacing: -1px;
}
.estilo-titulo h1::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: green;
	left: 0px;
	bottom: -10px;
}
.contenedor-interna{
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}
/*LOGO CLIENTES*/
.logos-clientes .row{
	margin: 30px 0px;
}
.logos-clientes img{
	width: 100px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}
.logos-clientes img:hover{
	opacity: .8;
}
/*NOSOTROS*/
#video{
	margin-top: 30px;
}
#video iframe{
	width: 100%;
	height: 200px;
}
.item img{
	width: 100%;
}
.resumen-parrafo{
	font-size: 14px;
	line-height: 20px;
}
/*CERTIFICACIONES*/
.contenedor-certificados{
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
}
.certificado-imagen img{
	width: 280px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.4);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,.4);
}
.descripcion-certificado{
	margin: 20px 0px;
	background-color: #eee;
	color: #666;
	padding: 10px 70px;
	font-weight: bold;
	display: inline-block;
}
/*FORMULARIO*/
.formulario{
	margin-top: 25px;
}
.formulario p{
	font-size: 12px;
	color: #999;
}
.formulario .table tbody td{
	border: none;
	line-height: normal;
	vertical-align: middle;
}
.formulario .table-responsive{
	padding: 20px 0px;
}
.formulario .table tbody td input, .formulario .table tbody td textarea, .formulario .table tbody td select{
	float: right;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}
.formulario .table tbody td label{
	float: left;
	font-weight: normal;
}
.informacion-contacto{
	background-color: #eee;
	padding: 30px;
	height: 400px;
}
.mapa iframe{
	width: 100%;
	height: 380px;
	display: block;
}
.box-servicio{
	margin: 50px 0px;
}
.box-servicio p{
	padding: 15px;
	background-color: rgba(238,238,238,.5);
}
.box-servicio .col-xs-12:first-child img{
	width: 100%;
	padding: 30px 25px;
	background-color: #4971AB;
	margin-bottom: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.box-servicio .col-xs-12 h4{
	margin: 0px 0px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

/*MODAL*/
.modal-body img{
	margin: 25px 0px;
}
/*VIDEO MODAL
.modal-video{
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.8);	
	z-index: 9999;
	display: flex;
}
.modal-video iframe{
	margin: auto;
	width: 50%;
	height: 50%;
	padding: 10px;
	background-color: white;
}
#cerrar{
	display: none;
}
#cerrar + label{
	position: fixed;
	z-index: 99999;
	font-size: 30px;
	color: white;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	cursor: pointer;
}
*/
/*NOTICIAS*/
.area-noticia{
	background-color: white;
	border: 1px solid #eee;
	padding: 30px;
}
.area-noticia img{
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	border: 5px solid white;
	margin: 0px 0px 50px;
}
.area-noticia h2{
	color: #2e3092;
}
/*CARUSEL FADE*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*SERVICIOS ITEM*/
.servicio-item{
	margin-bottom: 30px;
	min-height: 250px;
}
.servicio-item h4{
	font-weight: bold;
	color: #000;
}
.servicio-item p{
	color: #666;
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
}
/*GALERIA NOTICIA*/
.galeria-noticia{
	margin: 60px 0px 10px;
}
.galeria-noticia .slider div img{
	margin: 0px;
	box-shadow: none;
	border: 1px solid #eee;
}

.mb-30 {
	margin-bottom: 30px;
}
.bordered {
	border: 1px solid #D6D6D6;
}