@font-face {
    font-family: Overlock;
    src:   url(/fonts/Overlock-Regular.ttf) format('truetype');
}

body {
    width:100%;
    font-family: Source Sans Pro;
    color: black;
    display: block;
    margin: 0px;
    background:white;
}

.container{
    width:1340px;
    max-width: 1340px;
    margin-left:auto;
    margin-right:auto;
    float:initial;
    display: flow-root;
    clear:both;
}

.bloques {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.row{
    clear:both;
}

.sticky {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

/*PORCENTAJES FIJ0S DE COLUMNAS*/

[class*="col-"] {
    float: left;
}

.col-1{
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 24.9%;
}

.col-3_4 {
    width: 31.60%;
}

.col-4 {
    width: 33.33%;
}

.col-4_5 {
    width: 38.33%;
}

.col-5 {
    width: 41.66%;
}

.col-5_2{
    width: 44.66%;
}

.col-5_6{
    width: 48%;
}

.col-6 {
    width: 50%;
}

.col-6_7 {
    width: 51.66%;
}

.col-6_8{
    width: 55.33%;
}

.col-7 {
    width: 58.33%;
}

.col-7_8_2 {
    width: 62.66%;
}

.col-8 {
    width: 66.66%;
}

.col-8_2{
    width: 67.094%;
}

.col-9 {
    width: 75%;
}

.col-9_10{
    width: 77.33%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

header{
    background-color:white;
    height:113px;
    width:100%;
    box-shadow: 0px 5px 10px rgba(162, 159, 190, 0.2);
}
    .botonacceder:hover {
        background: var(--primary-shadow-color);
    }
    .botonacceder{
        display:block;
        background: #0BA0C2;
        box-shadow: 0px 0px 3px rgba(13, 49, 58, 0.4);
        border-radius: 3px;
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #ffffff;
        float:right;
        width: 91px;
        height: 27px;
        cursor:pointer;
        padding: 5px 20px;
    }
.logocabecera{
    /*border:1px solid red;*/
    /*float:left;*/
    width:180px;
    /*margin-top:15px;*/
}

.loginentrada{
    float:right;
    width:535px;
}

.loginentrada label{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #0D313A;
    float:left;
    margin-top:24px;
    margin-right:10px;
}

.loginentrada input{
    background: #FFFFFF;
    border: 1px solid #6CA478;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 4px 10px 4px 10px;
    width: 122px;
    height: 29px;
    float:left;
    margin-top:20px;
    margin-right:20px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #677F85;
}

.loginentrada input-placeholder{
    width: 122px;
}

.loginentrada .botonentrar{
    padding: 5px 20px;
    width: 91px;
    height: 30px;
    top: 0px;
    background: #0BA0C2;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-right:0px;
    border: none;
}

.informacion{
    height: auto;
    left: 0px;
    top: 0px;
    background: #6CA478;
}

.informacion .container{
    background: #6CA478;
}

.informacion .logoinfo{
    margin-top:270px;
}

.informacion .texto1{
    font-family: Overlock;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 49px;
    color: #0D313A;
    margin-bottom:30px;
    width: 92%;
}

.informacion .texto2{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 29px;
    color: white;
}

.informacion .imagenruedas{
    margin-top:90px;
}

.informacion a, .analisis a{
    margin-top:30px;
    float:left;
    width: 251px;
    height: 75px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(13, 49, 58, 0.4);
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #0BA0C2;
    padding:20px 50px;
    cursor:pointer;
}

.analisis a {
    width: 243px;
}

.informacion a {
    margin-top:7px;
	margin-bottom: 20px;					
}

.analisis a {
    background:#6CA478;
    margin-left:auto;
    margin-right:auto;
    display:inherit;
    float:initial;
    margin-top: 30px;
    margin-bottom: 20px;
}

.publicidad, .seguimiento, .analisis, .acuerdos, .contactanos{
    height:auto;
    padding-bottom:30px;

}

.publicidad .titulo, .seguimiento .titulo, .analisis .titulo, .acuerdos .titulo, .contactanos .titulo {
    clear:both;
    width:100%;
    float:left;
}

.titulo .recuadro{
    width: 50px;
    height: 100px;
}

.publicidad .titulo .recuadro{
    background: #6CA478;
    float:left;
}

.analisis .titulo .recuadro{
    background: #0BA0C2;
    float:left;
}

.contactanos .titulo .recuadro {
    background: #6CA478;
    float:left;
}


.seguimiento .titulo .recuadro, .acuerdos .titulo .recuadro{
    background: white;
    float:right;
    margin-left:30px;
}

.titulo h2{
    margin-top:40px;
    margin-left:30px;
    float:left;
    font-family: Overlock;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 61px;
    color: #677F85;
    margin-bottom: 20px;
}

 .seguimiento .titulo h2, .acuerdos .titulo h2{
     float:right;
     color:white;
 }

 .modulo{
    width:325px;
    float:left;
    margin-top:30px;
    margin-left:80px;
    min-height:340px;
}

.moduloizquierda{
    margin-left:100px;
 }

 .modulo img {
    width:118px;
    margin-left:auto;
    margin-right:auto;
    display:inherit;
    float:initial;
}

 .titulomodulo p{
    font-family: Overlock;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #0BA0C2;
    margin-top: 20px;
    margin-bottom: 0px;
}

 .parrafomodulo p{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #677F85;
    margin-top: 20px;
    margin-bottom: 20px;
}

 .seguimiento,  .seguimiento .container{
     background:#0BA0C2;
 }

 .acuerdos{
     background: #6CA478;
 }

 .seguimiento .titulomodulo p, .seguimiento .parrafomodulo p{
     color:white;
 }

.analisis .botonalta {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 0px;
}

.bloquempm{
    width: 432px;
    height: 425px;
    left: 532px;
    top: 0px;
    background: #FFFFFF;
    border: 1px solid #FFD646;
    box-sizing: border-box;
    border-radius: 10px;
    margin:20px 40px;
    padding:50px;
}

.bloquempm .logo{
    margin-bottom:49px;
}

.dosbloques .parrafo{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #0D313A;
    margin:0px;
    padding:0px;
    min-height:194px;
    margin-bottom:20px;
}

.dosbloques{
    float:left;
    width:100%;
    height:auto;
}

.dosbloques .url{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #0D313A;
    cursor:pointer;
}

.contactanos p {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    color: #677F85;
    float:left;
    clear:both;
    margin-top: 30px;
    margin-bottom: 13px;
}

.formularioemail{
    float:left;
    width:350px;
    clear:both;
    margin-top:27px;
}

.fototelefono{
    float:right;
    margin-top:245px;
}

.formularioemail label{
    font-family: Overlock;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #0D313A;
    float:left;
    margin-bottom:5px;
    margin-top:10px;
}

.formularioemail input, .formularioemail textarea{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: right;
    color: #0D313A;
    float:left;
    text-align:left;
    margin-bottom:10px;
    border: 1px solid #FFD646;
    min-height:50px;
    padding-left:10px;
}

.formularioemail textarea {
    padding-top:10px;
}

.checkleido{
    float: left;
    margin-top: 20px;
    width:100%;
    clear:both;
    margin-bottom:20px;
}

.checkleido input{
    min-height: 12px;
}

.checkleido span{
    float: left;
    padding-top: 0px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0D313A;
}

footer, footer .container{
    height:100px;
    background: #0D313A;
	position: relative;
}

footer .container{
    height:auto;
}

.logofooter{
    float:left;
    margin-top:26px;
}

.enlacesfooter{
    float:right;
    /*width:50%;*/
}

.enlacesfooter ul li{
    width:auto;
    float:right;
    margin-top:42px;
    margin-left:28px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FFFFFF;
}

.enlacesfooter ul li a {
    color:white;
}

.saltaracontacto:hover{
    text-decoration:none;
}

.checkleido input[type='checkbox'] {
    margin-right: 5px;
}

input[type=button] {
    width:auto!important;
}
.botonenviar:hover {
    background: var(--primary-shadow-color);
}
.botonenviar{
    height: 40px;
    background: #0BA0C2;
    border-radius: 3px!important;
    border: none!important;
    font-family: Source Sans Pro!important;
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 20px!important;
    text-align: center!important;
    color: #FFFFFF!important;
    margin-bottom: 12px!important;
}

.confirmMsg{
    margin-left:10px;
    margin-top:20px;
    float:left;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
}

footer li a{
    cursor:pointer;
}

footer li a:hover{
    text-decoration:none;
    cursor:pointer;
}

/*PAGINA DE LEGAL*/

.textolegal{
    margin-top:113px;
    margin-bottom:37px;
    float:left;
}

.legals article{
    padding:0px;
}

.legals h1{
    font-family: Overlock;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFD646;
    margin-bottom: 20px;
    margin-top:7px;
}

.legals h2{
    font-family: Overlock;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #677F85;
    margin-bottom: 20px;
    margin-top: 20px;
}

.legals h3 {
    font-family: Overlock;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #0BA0C2;
    margin-bottom: 20px;
    margin-top: 20px;
}

.legals p {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #0D313A;
}

.legals a{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #0D313A;
}

.rueda2, .telefono2, .separador, .confirmMsgResponsive{
    display:none;
}

.analisis a {
    color:white;
}

#botonenviar input{
    width: 104px!important;
}

.legals header img {
    margin-top:0px;
}

.logocabecera img{
    width: 181px;
}

.bloquempm img{
    width:285px;
}

.logofooter img{
    width:218px;
}



/*CABECERA NUEVA INICIO*/
        .logoscabecera{
            float:left;
            width:auto;
            height:30px;
            margin-top:0px;
            margin-right:20px;
        }

        .logoscabecera img{
            width:auto;
            height:40px;
        }
        .cabecera {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            height: 70px;
        }
        .cabecera1, footer1{
            background-color:#DCE1E2;
        }

        .todosloslogos{
            height:43px; 
            width:1100px;
            margin-left: auto;    
            margin-right: auto;    
            float: initial;
        }

        .logo1{
            margin-top:11px;
            font-size:18px;
            color: #656A6D;
        }

        .logo2 img{
            margin-top: 5px; 
            height: 31px;
        }

        .logo3 img{
            margin-top: 4px; 
            height: 31px;
        }

        .logo4 img{
            margin-top: 12px;    
            height: 20px;
        }

        .logo5 img{
            margin-top: 8px;    
            height: 26px;
        }

        .logo6 img{
            margin-top: 5px;    
            height: 31px;
        }

        .footer1{
            display:none;
        }
/*CABECERA NUEVA FIN*/

/*RESPONSIVE SRQ*/
@media (max-width: 1340.98px) {
    .seguimiento, .seguimiento .container, .acuerdos, .acuerdos .container {
        float: left;
    }

    footer {
        float: left;
    }
}
@media (max-width: 1340.98px) {

    footer, footer .container {
        width: 100%;
    }

    .informacion .logoinfo {
        margin-top: 115px;
    }

    .bloquempm {
        width: 90%;
        margin: 20px 10px;
        padding: 20px;
    }
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

     .seguimiento,  .seguimiento .container{
        float:left;
    }

    .imagenruedas img {
        width: 100%;
    }

    .informacion .texto1 {
        font-size: 31px;
        line-height: 35px;
        width: 76%;
    }
    .informacion .texto2 {
        font-size: 23px;
        line-height: 29px;
        width: 68%;
    }

    .fototelefono {
        margin-top: 0px;
    }

    .modulo{
        margin-left:100px;
    }

    .checkleido {
        margin-top: 20px;
        clear: both;
        margin-bottom: 20px;
        width: 220px;
        margin-left: 0px;
        margin-right: auto;
        display: inherit;
        float: initial;
    }

    .formularioemail textarea {
        margin-bottom: 30px;
    }
}

/*PARA CABECERA NUEVA*/
@media (max-width: 1050px) {
    .logoscabecera{
        margin-right:25px;
    }

    .todosloslogos{
       width:992px;
    }
}

/*PARA CABECERA NUEVA*/
@media (max-width: 950px) {
            .logo1{
                display:none;
            }
            .logoscabecera{
                margin-right:10px;
            }
            .todosloslogos{
               width:694px;
            }
        }

@media (max-width: 768.98px) {
    .imagenruedas img{
        width:100%;
        margin-top: 40px;
    }

    .informacion .logoinfo {
        margin-top: 115px;
    }

    .informacion .texto1, .informacion .texto2 {
        width: 100%;
    }

    .moduloizquierda, .modulo {
        margin-left: 20px;
    }

    .loginentrada {
        width: 407px;
    }

    .loginentrada input {
        width: 73px;
        margin-right: 5px;
    }

    .bloquempm img {
        content: url(/img/web/multimedia2.png);
        width:165px;
    }

    .enlacesfooter ul li {
        margin-left: 14px;
    }

}

/*PARA CABECERA NUEVA*/
@media (max-width: 694px) {
            .cabecera1{
                display:none;
            }

            .cabecera{
                height: 70px;
            }

            header{
                height:70px;
            }

            footer, .footer1{
                display:block;
            }

            .footer1{
                background-color:#DCE1E2!important;
                clear: left;
            }

            .logosfooter{
                display:block;
                width:100%;
                clear:both;
            }

            .logosfooter{
                margin-left:auto;
                margin-right:auto;
                float:initial;
                display:inherit;
                margin-bottom:10px;
            }

            footer .logo2{
                width:140px;
            }

            footer .logo3{
                width:141px;
            }

            footer .logo4{
                width:157px;
            }
            
            footer .logo5{
                width:146px;
            }

            footer .logo6{
                width:67px;
            }

            footer{
                padding:0px;
            }

            .logo1{
                color:#656A6D;
                text-align:center;
                font-size:18px;
                margin-bottom:20px;
            }

            .todosloslogos {
                width: auto;
                height:auto;
                margin-bottom:20px;
                display:block;
            }

            .footer0 {
                height:auto!important;
            }


        }

@media (max-width: 630.98px) {

    .loginentrada input {
        width: 76px;
    }

    .loginentrada {
        width: 411px;
    }

    .modulo {
        width: 90%;
    }

    .dosbloques .bloque{
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .loginentrada .botonentrar {
        padding: 5px 5px;
        width: 62px;
    }

    .loginentrada input {
        width: 83px;
        margin-right: 10px;
    }

    .bloquempm {
        width: 96%;
    }
}

@media (max-width: 610.98px) {

    .telefono2 img{
        width:281px;
    }

    .logocabecera img{
        width:104px;
    }

    .bloquempm img{
        width:222px;
    }

    .logofooter img{
        width:217px;
    }
    
    .cabecera{
        height: 50px;
    }
    header{
        height: 50px;
    }
    
    .logocabecera img{
        content:url(/img/web/logomultipostCcabecerax4.png);
    }

    .loginentrada{
        display:none;
    }

    .informacion .logoinfo, .imagenruedas img,  .recuadro, .fototelefono {
        display: none;
    }

    .infotexto .texto1 {
        margin-top: 70px;
        float: left;
        width: 242%;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .infotexto .texto2 {
        font-size: 14px;
        line-height: 18px;
        float: left;
        width: 240%;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .informacion a, .analisis a {
        width: 127px;
        height: 32px;
        padding: 6px 20px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .rueda2 {
        display: block;
    }

    .rueda2 img {
        float: right;
        margin-top: 127px;
        margin-right: 0px;
        width: 300px;
        margin-bottom: 10px;					
    }

    .titulo h2 {
        font-size: 24px;
        line-height: 29px;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
        float: initial!important;
        display: inherit;
        margin-top: 20px;
        margin-bottom:0px;
    }

    .modulo{
        margin-top:30px;
        min-height: 10px;
        height: auto;
    }

    .titulomodulo p {
        margin-top:15px;
        margin-bottom:0px;
        font-size: 20px;
        line-height: 24px;
    }

    .parrafomodulo p{
        margin-top:15px;
        margin-bottom:0px;
        font-size: 15px;
        line-height: 19px;
    }

    .publicidad, .seguimiento, .analisis, .acuerdos, .contactanos {
        padding-bottom: 20px;
    }

    .analisis a {
        width: 230px;
    }

    .bloquempm {
        width: 100%;
        padding: 12px;
        margin-left: auto;
        margin-right: auto;
        display: inherit;
        float: initial!important;
        height:auto;
        margin-top: 20px;
        margin-bottom:0px;
    }

    .dosbloques .bloque{
        padding-bottom:0px;
        padding-top:0px;
    }

    .dosbloques .parrafo {
        font-size: 15px;
        line-height: 19px;
        min-height: 10px;
    }

    .dosbloques .url {
        font-size: 17px;
        line-height: 21px;
    }

    .bloquempm .logo {
        margin-bottom: 20px;
    }

    .telefono2 {
        display: block;
    }

    .telefono2 img {
        float: right;
        margin-top: 30px;
        margin-right: 0px;
    }

    .bloquempm img{
        content:url(/img/web/logompmx4.png);
    }

    .contactanos p {
        font-size: 15px;
        line-height: 19px;
    }

    .formularioemail {
        margin-top: 10px;
        width: 100%;
    }

    .formularioemail label {
        font-size: 13px;
        line-height: 16px;
    }

    .formularioemail input, .formularioemail textarea {
        font-size: 15px;
        line-height: 19px;
        min-height: 40px;
    }

    .checkleido input{
        min-height:15px;
    }

    .botonenviar{
        width:150px!important;
    }

    footer{
        height:174px;
    }

    .logofooter {
        margin-left: auto;
        margin-right: auto;
        float: initial;
        display: inherit;
        width: 218px;
    }

    .enlacesfooter {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: initial;
        display: inherit;
        margin-top:25px;
        margin-top: 15px;
    }

    .enlacesfooter ul li {
        width: 50%;
        float: left;
        margin-top: 0px;
        margin-left: 0px;
		display: block;			   
    }

    footer .enlace1{
        padding-right: 10px;
        border-right:1px solid white;
    }

    footer .enlace2{
        padding-left: 10px;
        margin-bottom:30px;
    }

	footer ul {
        display:block;
    }

    .enlace2 a{
        float:left;
    }		   
    .separador{
        width:50px;
        margin-left:auto;
        margin-right:auto;
        display:inherit;
        float:initial;
        border-top:1px solid white;
        margin-top:25px;
    }

    #botonenviar input {
        width: 230px!important;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        display: inherit;
        float: inherit;
        clear: both;
    }

    .checkleido span {
        color: #0D313A;
        margin-bottom: 20px;
    }

    .contactanos{
        padding-bottom:0px;
    }

    .enlacesfooter a{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
    }

    .loginentrada {
        margin-top: 8px;
        width: 100%;
        height: 163px;
        background: white;
        background: #FFFFFF;
        box-shadow: 0px 3px 8px rgb(13 49 58 / 40%);
        border-radius: 0px 0px 3px 3px;
    }

    .campoformulario{
        clear: both;
        width: 100%;
        float: right;
    }

    .campoformulario {
        clear: both;
        width: 200px;
        float: right;
        margin-left: auto;
        margin-right: auto;
        display: inherit;
        float: initial;
    }

    .loginentrada .botonentrar {
        padding: 5px 5px;
        width: 213px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: initial;
        clear: inherit;
    }

    .campousuario input{
        margin-top:20px;
    }

    .campoclave input {
        margin-top:15px;
        margin-bottom:20px;
    }

    .campousuario input, .campoclave input{
        float:right;
    }

    .loginentrada input {
        width: 100px;
        margin-right: 0px;
    }

    .confirmMsgResponsive{
        display:block;
        margin-top: -10px;
    }

    .confirmMsgNormal{
        display:none;
    }

    .confirmMsg {
        margin-bottom: 10px;
    }

    .botonenviar{
        margin-bottom: 20px!important;
    }

    /*TEXTO LEGAL*/

    .legals .loginentrada {
        margin-top: 1px;
    }

    .textolegal {
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .legals h1{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .legals h2, .legals h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .formularioemail textarea, .formularioemail input{
        width:98%;
    }

    .checkleido input{
        width: auto;
    }

}

@media (max-width: 562.98px) {
    .rueda2 img {
        margin-top: 0px;
    }
}
