/* 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;}
/*He cambiado en ancho de contenido central de texto WIDTH*/
.wrapper.style1 > .inner {padding: 7rem 3.5rem 5rem 3.5rem ;margin: 0 auto;max-width: 100%;width: 50rem;}
.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;padding-bottom: 20px;}
.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%;
    }
/* ESTILOS AÑADIDOS MIOS*/
/*****************************************************/

p.estilo1::first-letter{

   float:left;
   line-height:60px;
   padding:2px;
   font-family:times;
   font-size: 80px;
   margin-right: 5px;

}
/*Foto para contenido un poco más ancha*/
.mynew img{
    width: 90%;
    margin: 0 auto;
    
}
/*Pie de foto*/


.pie-mx {
    font-size: .75rem;
    text-align: right;
    padding-top: 0.5625rem;
    padding-right: 3.875rem;
    padding-bottom: 0.875rem;
    font-family: serif;
}
.a_m_m {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-family: serif;
}

/*raya encima de la foto*/
#wrapper.divided > * {
    box-shadow: inset 0 0px 0 0 rgb(0 0 0 / 0%);
}
/*Bloque de card con focus*/

.card-am{

width: 20%;
/*height: 300px;*/
padding: 15px;
display:flex;
flex-direction: column;
justify-content: center;
box-shadow: 5px 5px 20px  #48529944;
 
}

.card-am img{
   margin: 0 auto;
}

.card-am:hover{ 
    background-color: #19314a;
    color: #fff; 
}
.card-am:hover img{
    filter: opacity(0.1)  drop-shadow(0 0 0 white);
}
.card-amp{

display:flex;
flex-direction: row;
justify-content: space-between;
margin: 0 auto;
max-width: 100%;
width: 80%;

}
@media screen and (max-width: 400px){
.card-amp{ 
flex-direction:column;
-webkit-flex-direction: column;
-ms-flex-direction: column;}
.card-am{
width: 100%;}
}

/*Ampliar la imagen*/
/* Anañir - div class="contenedor"*/
.contenedor:hover .image {-webkit-transform:scale(1.3);transform:scale(2.3);}
.contenedor {overflow:hidden;}

/*Dar espacio en blanco*/
.vp_quarter_full{width:100%;height:calc(25vh - 50px);background-color:transparent}

/*Tamaño icono pequeño*/
.ico-sx{width:30%;}

/*Apertura con video*/
#video-background {
    position: fixed;
    width: 100vw;
    z-index: -1;
    background-size: cover;
    top: 60px !important;
    }
.wrapper {
    background-color: #fff;
    }
/*Cintillo del texto y citas*/
.tit-mx{
    font-size: 2.2rem;
    line-height: 2rem;

    /*margin: 0 2rem 2rem;*/
  
}
.tit-mx:before{
    content: "";
    display: block;
    width: calc(100%/8 - 1rem);
    height: 0;
    margin: 1.8125rem 0 0.5rem;
    border-top: 2px solid #4a4a4a;
}
.cit-mx{
    margin: 3.125rem 0 2.4375rem;
    font-family: serif;
    font-size: 2rem;
    color: #000;
    line-height: 2.3rem;
    letter-spacing: -.03625rem;
    padding-top: 3.875rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='67' height='50' viewBox='0 0 67 50' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E”%3C/title%3E%3Cpath d='M60.714 50C43.56 45.36 34 33.892 34 19.201 34 8.247 40.548 0 51.417 0 60.452 0 67 7.345 67 15.98c0 7.86-5.762 13.401-13.357 13.401-3.143 0-6.024-1.03-8.512-2.964l-.786.387c.524 9.665 7.595 15.593 18.203 19.459L60.714 50zm-34 0C9.56 45.36 0 33.892 0 19.201 0 8.247 6.548 0 17.417 0 26.452 0 33 7.345 33 15.98c0 7.86-5.762 13.401-13.357 13.401-3.143 0-6.024-1.03-8.512-2.964l-.786.387c.524 9.665 7.595 15.593 18.203 19.459L26.714 50z' fill='%23000' fill-rule='nonzero' opacity='.9'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 3.125rem;
    min-height: 2.5rem;
}
._db {
    display: block;
    font-weight: 600;
    font-size: 1.5rem;
}
.cit-mx cite:before {
    content: "";
    display: block;
    width: calc(100%/4 - 1rem);
    height: 0;
    margin: 1.8125rem 0 0.5rem;
    border-top: 1px solid #4a4a4a;
}

/*Estilos apertura nueva*/

.style6 {
		padding: 7rem 7rem 5rem 7rem ;
        width: 98%;
        text-align: center;
        font-weight: 600;
        
        max-width: 100%;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
        flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
   
	
}
.style7 {
    background-color: #e32119;
    padding: 7rem 7rem 5rem 7rem ;
    width: 100%;
    height: 20%;
    max-width: 100%;
    text-align: center;
    font-weight: 600;
    
    
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;


}
@media screen and (max-width: 1680px) {

    .style6 {
        padding: 5rem 5rem 3rem 5rem ;
    }

}

@media screen and (max-width: 1280px) {

    .style6 {
        padding: 4rem 4rem 2rem 4rem ;
    }

}

@media screen and (max-width: 980px) {

    .style6 {
        padding: 3.75rem 3rem 1.75rem 3rem ;
    }

}

@media screen and (max-width: 736px) {

   .style6 {
        padding: 2.5rem 2rem 0.5rem 2rem ;
        width: 100%;
    }

}