html{
    font-size: 10px;
}
@font-face {
	font-family: arial;
	src: url("../font/Arial.ttf") format("truetype");
}

body{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    margin: 0%;
}
.menuPrincipal{
    width: 100%;
    height: 100%;
}
.header{
    width: 100%;
    height: 5rem;
    position: fixed;
    top: 0%;
    z-index: 1;
    background-color: #ffffff;
}
.headerDatos{
    width: 100%;
    height: 100%;
    /*max-width: 1024px;*/
    margin: auto;
}
.logo1 {
    height: 100%;
    position: absolute;
    left: 30px;
}
.d_botonesMenu {
    padding-right: 3%;
    height:100%;
    text-align:right;
}
.d_botonesMenu a{
    text-decoration: none;
}

.d_botonesMenuBtn {
    height: 50%;
    padding: 1% 0.5%;
    font-family: montserrat;
    font-size: 1.8rem;
    color: #9d162e;
    display: inline-block;
    font-weight: Bold;
}

.logo1 svg {
    height: 75%;
}

.carousel {
    width: 100%;
    height:44rem;
    position: relative;
    margin-top: 5rem;
}

.headerimg{
    width: 100%;
    height:44rem;
    position: absolute;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center;
}
.headerimglogo{
    background-image: url(../img/lgSinaloa.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 38%;
    height: 40rem;
    position: relative;
    top: -15%;
    display: inline-block;
    margin-left: 20%;
}
.headerimg1{
    background-image: url(../img/img2.png), url(../img/p_headerimg1.png);
}
.headerimg2{
    background-image: url(../img/img2.png), url(../img/p_headerimg2.png);
}
.headerimg3{
    background-image: url(../img/img2.png), url(../img/p_headerimg3.png);
}
.d_txtImg{
    position: absolute;
    width: 33%;
    height: 7rem;
    display: inline-block;
    left: 50%;
    top: 55%;
    color: #ffffff;
    font-family: open sans;
    font-weight: bold;
    font-size: 2.5rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
section{
    width: 100%;
    margin-top: 4rem;
    position: relative;
}
.sectionDatos{
    width: 100%;
    top: 50%;
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.d_contenedorIzquierda{
    width: 50%;
    position: relative;
    display: inline-block;
}
.d_contenedorDerecha{
    width: 50%;
    position: relative;
    display: inline-block;
}
.conteBoton1, .conteBoton2, .conteBoton3, .conteBoton4, .conteBoton5, .conteBoton6, .conteBoton7, .conteBoton8, .conteBoton9{
    width: 70%;
    position: relative;
    left: 10%;
    height: 24rem;
    margin: 2rem 5%;
}
.boton1, .boton2, .boton3, .boton4, .boton5, .boton6, .boton7, .boton8, .boton9, #FAQimg{
    width: 100%;
    height: 84%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
#FAQimg{
    background-size: contain;
}
.boton1, .boton2, .boton3, .boton4, .boton5, .boton6, .boton7, .boton8, .boton9, #boton8Container2{
    border-radius: 10px;
}
.boton1:hover, .boton2:hover, .boton3:hover, .boton4:hover, .boton5:hover, .boton6:hover, .boton7:hover, .boton8:hover, .boton9:hover{
    transform: scale(1.05);
}
.boton1{
    background-image: url(../img/img3.png); 
}
.boton2{
    background-image: url(../img/img4.png);
}
.boton3{
    background-image: url(../img/img5.png);
}
.boton4{
    background-image: url(../img/img6.png);
}
.boton5{
    background-image: url(../img/img7.png);
}
.boton6{
    background-image: url(../img/img8.png);
}
.boton7{
    background-image: url(../img/img9.png);
}
.boton8{
    display: flex;
    background-image: url(../img/img10.png);
}
.boton9{
    display: flex;
    background-image: url(../img/img10.png);
}
#FAQimg{
    background-image: url(../img/img11_1.png);
}
.boton1txt {
    width: 100%;
    height: 16%;
    float: left;
    color: #004c8c;
    font-family: open sans;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

/************************/
.d_botonactiva{
    width:91%;
    font-weight: bold;  
    font-size: 1.5em !important;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-left: 6%;
    border:0;
    outline:none;
    background-color: #b9007b;
    color: #ffffff;
    cursor:pointer;
}
.ui-widget {
    font-size: 1.5em;
}
.ui-widget-overlay{
    opacity: 0.5 !important;
    background-color:black !important;
}
.ui-dialog{
    border-radius:10px !important;
    background-image:url(../img/menutexture.png) !important;
    background-size: auto !important;
    background-position: center !important;
    background-repeat: repeat !important;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .35) !important;
}
.ui-dialog-title{
    color: #b9007b;
}


/********************/
/*
==============================================
CSS MEDIA QUERIES MAX-HEIGHT 480px LANDSCAPE
==============================================
*/
@media only screen and (max-height: 480px) {
  
html{
    font-size: 4px;
}    
  
}
/*
==============================================
CSS MEDIA QUERIES MAX-WIDTH 520px PORTRAIT
==============================================
*/
@media only screen and (max-width: 550px) and (orientation: portrait) {

html{
    font-size: 4px;
}    
   
}

#boton8Container {
    margin: auto;
    width: 100%;
}

#FAQname {
    display: none;
    color: white;
    width: 70%;
    height: 50%;
    font-family: open sans;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
}

#FAQclose {
    display: none;
    position: absolute;
    width: 8%;
    right: 1%;
    top: 1%;
}

#FAQclose:hover {
    opacity: 1 !important;
}

#FAQright {
    display: none;
    position: absolute;
    width: 10%;
    right: 0;
    top: 30%;
}

#FAQright svg{
    transform: rotate(180deg);
}

#FAQright:hover {
    opacity: 1 !important;
}

#FAQleft {
    display: none;
    position: absolute;
    width: 10%;
    top: 30%;
}

#FAQleft:hover {
    opacity: 1 !important;
}

.card {
    position: relative;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 5% 2px 16px;
}

.card *{
    color: #6f899e;
    font-family: open sans;
    font-size: 1.6rem;
}

.card strong{
    color: #525c65;
}

.card img{
    display: block;
    margin: auto;
    max-height: 250px;
}

.card .container h4{
    width: 100%;
    margin: 0;
    padding: 2% 0;
}

.card .container h4 b{
    color: #004c8c;
    font-size: 1.8rem;
    font-weight: bold;
}

.card .container .son{
    display: none;
}

.card .cardArrowLine {
    position: absolute;
    top: 10%;
    right: 1%;
    float: right;
    height: 80%;
    width: 30px;
}

.cardArrowLine1 {
    position: absolute;
    transform: rotate(45deg);
    background: #004784;
    width: 50%;
    height: 5px;
    top: 50%;
    left: 10.5%;
    border-radius: 3px;
}

.cardArrowLine2 {
    position: absolute;
    transform: rotate(-45deg);
    background: #004784;
    width: 50%;
    height: 5px;
    top: 50%;
    right: 10.5%;
    border-radius: 3px;
}

.sectionFAQ,.sectionLibros {
    width: 100%;
    top: 50%;
    max-width: 1024px;
    margin: auto;
    justify-content: center;
}

.sectionFAQ {
    min-height: 310px;
}

/************************************************************************** css para libros *****************************************************************************/

.p_article {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: table;
}

.p_articlecenter {
    width: 96%;
    max-width: 1024px;
    margin: auto;
    display: table;
}

.p_articletitle {
    width: 100%;
    font-family: "Fedra Sans Std";
    font-size: 2.2rem;
    text-align: left;
    font-weight: bold;
    color: #808080;
    float: left;
}

.p_articleline {
    width: 100%;
    height: 6px;
    float: left;
    background: linear-gradient(white, #a9a9a9,#fff7f7, white);
}

.p_articleconte {
    width: 100%;
    float: left;
    position: relative;
}

#lista2 {
    counter-reset: li;
     list-style: none;
     *list-style: decimal;
     font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
#lista2:hover {
    background-color: rgba(c, .35);
}
#lista2 ol {
    margin: 0 0 0 2em;
 }
#lista2 li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color:#4d4d4d;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
   }
#lista2 li:hover{
    background: #eee;
}
#lista2 li:hover:before{
    transform: rotate(360deg);
  }
#lista2 li:before{
    content: '6°';
    counter-increment: li ;
    color:#f2f2f2;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: rgb(0, 177, 233);
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}


#lista2 ul{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color:#4d4d4d;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
   }
#lista2 ul:hover{
        cursor:pointer;
    background-color:rgba(252, 150, 53, .35)}
#lista2 ul:hover:before{
    transform: rotate(360deg);
  }
#lista2 a {
    text-decoration: none;
}

/**************************************/

.lista2 {
    counter-reset: li;
     list-style: none;
     *list-style: decimal;
     font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.lista2:hover {
    background-color: rgba(252, 150, 53, .35);
}
.lista2 ol {
    margin: 0 0 0 2em;
 }
.lista2 li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color:#4d4d4d;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
   }
.lista2 li:hover{
    background-color: rgba(252, 150, 53, .35);/*#eee;*/
}
.lista2 li:hover:before{
    transform: rotate(360deg);
  }
.lista2 li:before{
    content: '6°';
    counter-increment: li ;
    color:#f2f2f2;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    background: rgb(252, 150, 53);
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}
.lista2sexto li:before{
    content: '6°';
}

.lista2quinto li:before{
    content: '5°';
}

.lista2cuarto li:before{
    content: '4°';
}

.lista2tercero li:before{
    content: '3°';
}

.lista2segundo li:before{
    content: '2°';
}

.lista2primero li:before{
    content: '1°';
}

.lista2 ul{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color:#4d4d4d;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
   }
.lista2 ul:hover{
        cursor:pointer;
    background-color:rgba(252, 150, 53, .35)}
.lista2 ul:hover:before{
    transform: rotate(360deg);
  }
.lista2 a {
    text-decoration: none;
}

/**************************************/

#boton8Container2 {
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/img11.png);
    width: 100%;
    height: 100%;
}

#FAQimg {
    height: 50%;
    margin: 4% 1%;
}

#navcontainer {
    position: absolute;
    bottom: -37px;
    width: 100%;
    height: 12%;
    text-align:center;
}

.FAQNavElement {
    margin: 0px 6px 0 6px;
    background-color: green;
    width: 10%;
    height: 100%;
    border-radius: 7px;
    display: inline-block;
    font-family: open sans;
    color: #004c8c;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.FAQNavElement.active {
    color: #abbbc7;
}

/****************************** Tooltip ***************************************/

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #ffffff;
    color: #004c8c;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    font-family: open sans;
    font-size: 1.5rem;
    font-weight: bold;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/******************************** pop ups *************************************/
#popUpMsgContainer {
    position: fixed;
    z-index:2;
    width: 100vw;
    height: 100vh;
    background-color: #000000ba;
}

#popUpMsgInnerContainer {
    border-radius: 10px;
    position: relative;
    background-color: #484d50;
    /*width: 50%;*/
    min-height: 40%;
    height: fit-content;
    margin: 10%;
    text-align: center;
}

#PUclose {
    position: absolute;
    width: 8%;
    right: 1%;
    top: 1%;
}

#PUclose svg line{
    stroke: #aeafb0;
}

#popUpMsg {
    color: #aeafb0;
    font-family: montserrat;
    font-size: 2rem;
    text-align: justify;
    padding: 8%;
}

#popUpMsg a{
    color: #aeafb0;
    text-decoration:none;
    font-size: 2rem;
}

#popUpMsg button{
    cursor:pointer;
    font-size: 2rem;
    margin-right: 2.5%;
    margin-left: 2.5%;
    width: 20%;
}

/************************ CSS G ********************************/

body{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    margin: 0%;
}
.menuPrincipal{
    width: 100%;
    height: 100%;
}
.header{
    width: 100%;
    height: 12rem;
    position: fixed;
    top: 0%;
    z-index: 1;
	background-color: #ffffff;
    background-image: url(../img/pleca_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.headerDatos{
    width: 100%;
    height: 100%;
    max-width: 1024px;
    margin: auto;
}
section{
    width: 100%;
    margin-top: 13rem;
    position: relative;
}
.sectionDatos{
    width: 100%;
    top: 50%;
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: center;
}
/*boton ingresar*/
.d_btn_ingresar{
    top: 9.5rem;
	width: 8rem;
    height: 1.9rem;
    position: relative;
    left: 78rem;
    color: #1d1d1b;
    font-family: arial;
    font-size: 1.2rem;
    text-align: center;
    border: solid .15rem #bbbbb1;
    box-sizing: border-box;
    background: #ededed;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
}
.d_contenedorIzquierda{
    width: 50%;
    position: relative;
    display: inline-block;
}
.d_contenedorDerecha{
    width: 50%;
    position: relative;
    display: inline-block;
}
.conteBoton1, .conteBoton2, .conteBoton3, .conteBoton4, .conteBoton5, .conteBoton6, .conteBoton7, .conteBoton8{
    width: 70%;
    position: relative;
    left: 10%;
    height: 24rem;
    margin: 2rem 5%;
}
.boton1, .boton2, .boton3, .boton4, .boton5, .boton6, .boton7, .boton8{
    width: 100%;
    height: 84%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.boton1:hover, .boton2:hover, .boton3:hover, .boton4:hover, .boton5:hover, .boton6:hover, .boton7:hover, .boton8:hover{
    transform: scale(1.05);
}
.boton1{
    background-image: url(../img/img1.png); 
}
.boton2{
    background-image: url(../img/img5.png);
}
.boton3{
    background-image: url(../img/img2.png);
}
.boton4{
    background-image: url(../img/img6.jpg);
}
.boton5{
    background-image: url(../img/img3.png);
}
.boton6{
    background-image: url(../img/img7.png);
}
.boton7{
    background-image: url(../img/img4.png);
}
.boton8{
    background-image: url(../img/img8.png);
}
.boton1txt{
    width: 100%;
    height: 16%;
    float: left;
    color: #272727;
    font-family: arial;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
}
footer{
    width: 100%;
    position: relative;
    display: table;
    background-color: #1e2951;
    margin-top: 40px;
}
.footerDatos{
    width: 100%;
    height: 100%;
    max-width: 1024px;
    display: table;
    margin: auto;
}
.columaDatos1{
	width: 50%;
    position: relative;
    display: inline-block;
	float: left;
}
.fila1, .fila2, .fila3{
	width: 97%;
    height: 7rem;
    position: relative;
	left: 3%;
}
.d_icono1_1, .d_icono1_2, .d_icono1_3{
	width: 8%;
    height: 7rem;
    position: relative;
	float: left;
	background-image: url(../img/iconos_2.png);
    background-repeat: no-repeat;
    background-size: 300%;
}
.d_icono1_1{
    background-position: 0% 50%;
}
.d_icono1_2{
    background-position: 50% 50%;
}
.d_icono1_3{
    background-position: 100% 50%;
}
.d_txt1, .d_txt2, .d_txt3{
	width: 90%;
    height: 7rem;
    position: relative;
    float: left;
    font-family: arial;
    font-size: 1.4rem;
	margin-left: 2%;
    color: #ffffff; 
    text-align: left;
    justify-content: center;
    white-space:nowrap;
    cursor: pointer;
    justify-content: left;
    display: flex;
    align-items: center;
}
.columaDatos2{
	width: 50%;
    position: relative;
    display: inline-block;
	float: left;
	position: relative;
}
.iconosRedes{
	width: 60%;
    height: 8rem;
    position: relative;
	left: 75%;
	top: 6rem;
}
.iconoRed1, .iconoRed2, .iconoRed3, .iconoRed4, .iconoRed5, .iconoRed6{
    margin-left: 1%;
	width: 15%;
    height: 100%;
    position: relative;
	float: left;
	background-image: url(../img/iconos_1.png);
    background-repeat: no-repeat;
    background-size: 600%;
}
.iconoRed1{
    background-position: 0% 50%;
}
.iconoRed2{
    background-position: 20% 50%;
}
.iconoRed3{
    background-position: 40% 50%;
}
.iconoRed4{
    background-position: 60% 50%;
}
.iconoRed5{
    background-position: 80% 50%;
}
.iconoRed6{
    background-position: 100% 50%;
}
.vacio{
	width: 5.6%;
    height: 100%;
    position: relative;
	float: left;
}
/*
==============================================
CSS MEDIA QUERIES MAX-HEIGHT 480px LANDSCAPE
==============================================
*/
@media only screen and (max-height: 480px) {
  
html{
    font-size: 4px;
}    
  
}
/*
==============================================
CSS MEDIA QUERIES MAX-WIDTH 520px PORTRAIT
==============================================
*/
@media only screen and (max-width: 550px) and (orientation: portrait) {

html{
    font-size: 4px;
}    
   
}

/******************************************** EXTRA Q ***********************************/

/*
==============================================
ESTILOS PARA CHAT
==============================================
*/

.status-icon{
    font-family: "Fedra Sans Std" !important;
    color:#4d4d4d !important;
}

#lhc_status_container #offline-icon {
    background: url(../img/p_actividades_iconoffline.png) no-repeat left center !important;
}

#lhc_status_container {
    background-color:rgb(218, 235, 241) !important;
    box-shadow: none !important;
    padding:5px 5px 5px 5px !important;
    width:200px !important;
}

#lhc_status_container .status-icon {
    background: url(../img/p_actividades_icononline.png) no-repeat left center !important;
    color: #4d4d4d !important;
    padding:10px 10px 10px 55px !important;
    font-size:14px !important;
}

/*
==============================================
CSS AQUÍ VA EL EMERGENTE USUARIO
==============================================
*/
.p_emergenteusuario{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 2;
    display: none;
}

.p_emergenteclose{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
}

.p_emerbox{
    width: 70%;
    max-width: 600px;
    max-height: 600px;
    background-color: #f2f2f2;
     background-image: url(../img/p_menutexture.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
    position: absolute;
    overflow-x: hidden;
}

.p_emerclose{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0%;
    right: 0%;
    cursor: pointer;
    background-image: url(../img/p_iconosmenu.png);
    background-size: 1800% 100%;
    background-position: 47.04% 0%;
    background-repeat: no-repeat;
}

.p_emerboxconte{
    width: 82%;
    display: table;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Fedra Sans Std";
    display: none;
}

.p_emeralerta{
    width: 100%;
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #f15a24;
}

.p_emerdatos{
    width: 100%;
    float: left;
    margin-top: 10px;
}

.p_emerdatostxt{
    width: 100%;
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
}

.p_emerdatosinput{
    width: 100%;
    height: 30px;
    float: left;
    border: 0px;
    margin-top: 5px;
    background-color: rgb(0, 177, 233);
    color: #f2f2f2;
    text-indent: 1rem;
}

.p_emerinfo, 
.p_emertexto{
    width: 100%;
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
    margin-top: 10px;
}

.p_emerinfo{
    cursor: pointer;
    text-decoration: underline;
}

.p_emerbtn, 
.p_emerfoto{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.p_emerbtnin{
    width: 170px;
    height: 40px;
    margin: auto;
    display: block;
    background-color: rgb(0, 177, 233);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #f2f2f2;
    cursor: pointer;
    border: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-image: url(../img/p_iconosgradostemas.png);
    background-size: 1800% 210%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.p_emertitle{
    width: 100%;
    float: left;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
}
.p_emerboxbienvenido{
    width: 100%;
    display: table;
    margin: auto;
    font-family: "Fedra Sans Std";
    /* background-image: url(../img/p_emergentefondo.png); */
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.p_emerfrase{
    width: 100%;
    height: 100px;
    float: left;
    /* background-image: url(../img/p_emergentefrase.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 40px;
}

.p_emerfrasetxt{
    width: 68%;
    float: right;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
    margin-top: 60px;
}

.p_emerpleca{
    width: 70%;
    height: 20px;
    float: right;
    background-color: rgba(0, 177, 233, .80);
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.p_emerfrasetxtdias{
    width: 68%;
    float: right;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
    margin-top: 10px;
    margin-bottom: 40px;

}
.p_emerfrasetxtdias > span{
    font-weight: bold;
    color: rgb(252, 91, 88);
    /*text-shadow: 0px 0px 4px rgba(0,0,0,.5);*/
}
.p_emercontactotitle{
    width: 100%;
    float: left;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: rgb(0, 177, 233);
    margin-bottom: 20px;
}

.p_emercontacto{
    width: 100%;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.p_emercontacto:hover{
    border: 1px solid rgb(0, 177, 233);
}

.p_emercontactoicon1, 
.p_emercontactoicon2, 
.p_emercontactoicon3, 
.p_emercontactoicon4{
    width: 36px;
    height: 36px;
    float: left;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.p_emercontactotxt{
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    min-height: 36px;
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
    word-wrap: break-word;
    margin-left: 9px;
}

.p_emerdatosimg{
    width: 100%;
    height: 120px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 10px;
}
.p_emerdatosimg > .p_emerdatosplay > .p_recienteinfoplayicon:hover{
    transform: none;
}

.p_emerdatosplay{
    /*width: 60%;
    height: 100%;
    margin: auto;
    cursor: pointer;*/
    
    width: 50%;
    height: 50%;
    margin-top: 30px;
    margin-left: 25%;
    cursor: pointer;
}
.p_emerdatosplay > .p_recienteinfoplayicon {
    top:none;
    left:none;
    position: inherit;
    height: 100%;
    width:100%;
}

.p_emerdatosplay > .p_recienteinfoplayicon > svg{
    position: inherit;
    height: 100%;
    width:100%;
    
}
.p_emerdatostitle{
    width: 100%;
    float: left;
    font-family: "Fedra Sans Std";
    font-weight: bold;
    text-align: left;
    font-size: 2rem;
    color: #4d4d4d;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
    border-bottom: 1px solid #4d4d4d;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 10px;
}

.p_emerdatosobjetivos{
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    float: left;
    font-family: "Fedra Sans Std";
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
    font-size: 1.5rem;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
}

.p_iframe{
    width:100%;
    height:100%;
    position:fixed;
    top:0%;
    left:0%;
    z-index:3;
    border: 0px;display:none;
}