/* Header */
#header{display: block;height: 60px;margin: 0;padding: 0;overflow: hidden;}
.menuMedia{margin: 0 auto; text-align: center; height: 60px; position: relative; width: 100%;}
.menuMedia .logoMedia{}
.menuMedia a img{width: 133px;position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}
.PI{background:#fff;}
.EPC{background:#e32119;}
/********************************************************************************************************/
#footer-PI a:hover{-moz-transition:color 0.2s ease-in-out; -webkit-transition:color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; color:rgba(0, 77, 113, 0.5);}
#footer-PI a:hover img{-moz-transition:0.2s ease-in-out;transition:0.2s ease-in-out;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
#footer-PI p{width:100%; text-align: center;}
.wrapper.style1 > .inner {padding: 7rem 3.5rem 5rem 3.5rem ;margin: 0 auto;max-width: 100%;width: 64rem;}
.footer-medias{padding: 25px; background: #333; margin: 0 auto; text-align: center;}
.footer-medias .logo-epi a img{ max-height: 40px; margin-bottom: 25px;}
.footer-medias a{opacity: .6; overflow: hidden; text-decoration: none;}
.footer-medias a:hover{text-decoration:none; opacity: 1;}
.footer-medias a img{width: 133px; max-height: 40px; height: auto; vertical-align: middle; padding: 5px;}
.icons{list-style: none;margin: 0 auto 35px auto;display: inline-block;width: 100%;padding: 0;text-align: center;}
.icons li{display: inline-block; text-align: center; margin: 0 auto;}
.icon {text-decoration: none;border-bottom: none;position: relative;text-align: center; color:rgba(0, 0, 0, 0.3); padding:0 5px;}
.icon:before {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;text-transform: none !important;font-family: 'Font Awesome 5 Free';font-weight: 400;}
.icon > .label {display: none;}.icon:before {line-height: inherit;}
.icon.brands:before {font-family: 'Font Awesome 5 Brands';}
.icon.style2:before {border-radius: 2.75em;display: inline-block;height: 2.75em;line-height: 2.75em;width: 2.75em;}
.icon.major {display: block;margin: 0 0 1rem 0;}
.icon.major:before {font-size: 1.25rem;}
a.icon.style2:before {-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;}
.icon.style2:before {box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);}
a.icon.style2:hover:before {box-shadow: inset 0 0 0 1px #004d71;color: #004d71;-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;transition:0.2s ease-in-out;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
a.icon.style2:active:before {background-color: rgba(0, 77, 113, 0.1);box-shadow: inset 0 0 0 1px #004d71;color: #004d71;}
.dynamic-content{display:none;}
@media (min-width: 480px){
	#whatsapp-button {display: none;}
}
/********************************************************************************************************/
/* Navbar */
.navbar {overflow: hidden; background-color: #333; text-align: center;}
.navbar a {font-size: 16px;color: white;text-align: center;padding: 14px 16px;text-decoration: none; display: inline-block;}
.dropdown {float: left;overflow: hidden;}
.dropdown .dropbtn {font-size: 16px;border: none;outline: none;color: white;padding: 14px 16px;background-color: inherit;font-family: inherit;margin: 0; line-height: normal; border-radius: 0;}
.navbar a:hover, .dropdown:hover .dropbtn {background-color:#e32119;}
.dropdown-content {display: none;position: absolute;background-color: #f9f9f9;min-width: 160px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 1;}
.dropdown-content a {float: none;color: black;padding: 8px 16px;text-decoration: none;display: block;text-align: left;}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
#navbar input[type="submit"], #navbar input[type="reset"],
#navbar input[type="button"], #navbar button, #navbar .button{text-transform: none; height: 3.4em; color: #fff !important; letter-spacing: 0em;}
#navbar input[type="submit"]:hover, #navbar input[type="reset"]:hover, 
#navbar input[type="button"]:hover, #navbar button:hover, #navbar .button:hover{box-shadow: none;}
/********************************************************************************************************/
#return-to-top{position: fixed;bottom: 25px;right: 25px;display: block;margin: 0;padding: 0; box-shadow:none !important; z-index: 1000;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}
#return-to-top a:before{
	background: rgba(255, 255, 255, 0.7);
}
#return-to-top a:hover:before{
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
	color:#fff;
	box-shadow: inset 0 0 0 1px #fff;
}
/**************************************************************************************************************/
.pull-right{float:right;}
.pull-left{float:left;}
.m-r-25{margin-right:25px;}
.image small{ font-size: 80%; line-height: normal;}
.image.fit{width:80%; margin: 0 auto;}
.banner.style2 .content.transparent{background-color:rgba(255,255,255,.8) !important}
.small-devices{padding: 2.5rem 2rem 0.5rem; display: none;}
.firma{padding: 0 0 0 0; margin: 0 auto;}
hr{border:solid 1px rgba(0, 0, 0, .25); width: 10%; margin: 1.5em auto 2.5em auto; border-bottom: 0;}
@media screen and (max-width: 980px){
	.small-devices{display: block;}
	.big-devices{display: none;}
}
/**************************************************************************************************************/
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
@media screen and (max-width: 1680px){
	.contenedor-banner img {width: 60%;}
	.container-videos .item{width: 415px;}
}
@media screen and (max-width: 1280px){
	.contenedor-banner img {width: 75%;}
	.container-videos .item{width: 48%;}
}
@media screen and (max-width: 1280px){
	.container-videos .item{width: 48%;}
}
@media screen and (max-width: 1024px){
	.container-videos .item{width: 48%;}
}
@media screen and (max-width: 980px){
	.image.left img, .image.right img{max-width: 100%; width:100%; margin: 0 auto 15px auto;}
	.flex .item{width: 100%; margin-bottom: 1rem;}
	.flex .item:last-child{margin-bottom:0;}
	.banner.style2.fullscreen{min-height:50vh!important;}
}
@media screen and (max-width: 780px){
	.image.left, .image.right {width: 100%; max-width: 100%; margin: 0 auto 15px auto;}
	.banner.style2.fullscreen{min-height:40vh!important;}
	.image.fit{width: 100%;}
}
@media screen and (max-width: 480px){
	.banner.style2.fullscreen{min-height:40vh!important;}
	.image.fit{width: 100%;}
}
@media screen and (max-width: 360px){

}
@media screen and (max-width: 320px){
	
}