@charset "utf-8";
/* CSS Document */
/*******************************************************************************************************************/
/* Small screens */
@media only screen and (max-width:392px){  

    .contenedor{
        max-width: 1300px;
        margin: 10px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .contenedor{
        max-width: 1300px;
        margin: 10px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .redes{
        text-align: right;
    }

    .contenedorf{
        max-width: 1290px;
        margin: 0px auto 0px auto;
        padding: 10px;
    }

    .menuoc{
        text-align: right;

    }

    .menux{
        display: none;
    }
    .logop{
        width: 100px;
    }

    .logoo{  
        height: 47px;
    }
    .logou{
        width: 90px;
        height: 30px;
        margin: 14px 0px 0px 0px;
      
    }
    .logoc{
   
        height: 62px;

    }
    .logon{
        width: 60px;
        margin: -11px 0px 0px 0px;
     
    }
    .logoiso{
        width: 60px;
      
    }
    .imgespec{
        width: 100%;
    }
    .imgproc{
        width: 100%;
    }

    .contenidopu{
        margin: auto;
        width: 95%;
        height: 38%;
        background: transparent;
        border-radius: 10px;
    }

    #cerrar + label {
        position: fixed;
        color: #fff;
        font-size: 26px;
        z-index: 9000;
        background: darkred;
        height: 40px;
        width: 0px;
        line-height: 40px;
        border-radius: 50%;
        right:40px;
        top: 210px;
        cursor: pointer;
        animation: modal 2s 6s forwards;
       visibility: hidden;
       opacity: 0;
   }

  
    .espacios{
        padding: 10px 25px;
    }
    html, body{
        overflow-x: hidden;
    }
    .menuadd{
        position: absolute;
        right: 0px;
        z-index: 100;
        top: 100px;
        background-color: #01a7e1;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 15px;
        width: 250px;
        margin-right: -300px;
    }
    .menuadd ul li a{
        color: #fff;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.56);
        display: block;
    }
    .menuadd ul li a:hover{
        background-color: rgba(255, 255, 255, 0.16);
    }
    .fullBackground {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 65%;
    }
    .informe{
        width:1000px;
        height:636px;
    }
    
    
    
    .parrahome h1{
        background: rgba(77,166,222,1);
        background: -moz-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,166,222,1)), color-stop(54%, rgba(77,166,222,1)), color-stop(54%, rgba(29,73,120,1)), color-stop(54%, rgba(29,73,120,1)));
        background: -webkit-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -o-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -ms-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: linear-gradient(135deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da6de', endColorstr='#1d4978', GradientType=1 );

        padding: 15px 20px;
        color: #fff !important;
        font-size: 1.5em;
        margin-left: -15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .parrahome h2{
        font-size: 1.2em;
        color: #606060;
    }
    .parrahome h4{
        font-size: 2.5em;
    }
    .servicios h3{
        font-size: 2em;
        font-weight: bold;
        margin: 0px auto;
    }
    .bolabtn{
        width: 180px;
        height: 60px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f00;
        position: absolute;
        right: 0px;
        color: #fff;
        font-weight: bold;    
        padding: 8px 10px;
        font-size: .9em;
        text-align: center;
        margin-top: -118px;
        border: 5px outset #1C6EA4;
    }
    .bolabtn:hover{
        background-color: #ac0000;
        position: absolute;
        color: #fff;
    }
    .cajafancy{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
    }
    
    .inforedondo1{
        width: 100%;
        background-color: #00a7e1 !important; 
    }
    .infocircle{
        width: 100%;
    }
    

    .bola{
        width: 126px;
        height: 126px;
        margin: 0px auto;
        -webkit-border-radius: 63px;
        -moz-border-radius: 63px;
        border-radius: 63px;
        border: 5px solid #162d56;
    }
    .infocircle h2{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
        font-weight: bold;
    }
    .infocircle p{
        text-align: center;
        color: #fff;
        font-size: 1em;
    }
    .infocircle ul li{
        text-align: center;
        color: #fff;
        font-size: 1em;
    }
    #prueba{
        border-radius: 10px;
        display:block;
        margin: 5px;
    }
    .contenidoformat2 p{
        color: #162d56;
        font-size: 1.2em;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        margin: 10px 8px 10px 8px;
    }
    .imgconoz{
        width: 100%;
        margin: 10px 0px 10px 0px;
    }
    .imgproceso{
        width: 100%;
        margin: 10px 0px 10px 0px;
    }
    .somosv{
        width: 300px;
        margin: 20px 0px 20px 0px;
    
    }
    .octavo{
        width: 94%;
        margin: 23px 0px 20px 0px;
        border-radius:10px;
    }
    
.popup {
    background-color: #ffffff;
    color: #888888;
    height: 415px;
    padding: 5px;
    position: fixed;
    right: 4%;
    top: 22%;
    width: 372px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}

a.closei {
    background: url("../img/canceli.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 330px;
    position: relative;
    top: 8px;
    width: 65px;
    display: flex;
}
    .fitc{
        width: 100%;
    }
    .valores{
        width: 100%;
    }
    .menusec ul .baseuno{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
    }
    .menusec ul .basedos{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .menusec ul .basetres{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .menusec ul .basecuat{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .menusec ul .basecinc{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .misyvis{
        width: 100%;
        margin: 20px 0px 10px 0px;
    }
    .contenidoformat, .contenidoformat2{
        padding: 20px; 
    }

    .titufit{
        font-size: 25px;
        color: #162d56;
        margin: 15px;
        text-align: center;
        font-weight:1000;
    }
    .detallestitu h2{
        font-size: 1.5em;
        font-weight: 800;
        margin: 10px 10px;
        color: #162d56;
    }
    .subcription{
        background: #fff;
        
        height: 280px;
        width: 375px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        text-align: center;
    
    
    }
    .imgesquema{
        width: 18px;
    }
    .sub-content p{
        font-weight: 600;
        color: #1F4068;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .sub-content h2{
        font-weight: 600;
        font-size: 19px;
        color: #1F4068;
        margin-bottom: 15px;
    }
    .btnyellow{
        background-color: #00a7e1;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 10px;
    }
    #close{
        position: absolute;
        top: 28px;
        right: 15px;
        font-size: 30px;
        color: #1bc59b;
        cursor: pointer;
    }

    .servicios1{
        margin: -28px 0px 0px 112px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios2{
        margin: 26px 0px 0px -30px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios3{
        margin: 132px 0px 0px -26px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios6{
        margin: 192px 0px 0px 110px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios5{
        margin: 122px 0px 0px 224px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios4{
        margin: 14px 0px 0px 222px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .pop-up-wraps{
        display: flex;
        align-items: center;
        width: 80%;
        max-width: 950px;
        transform: scale(0.6);
        opacity: 0;
        transition: .3s ease-in-out all;
    }

    .sub-content{
        width: 80%;
    }
       
    
.modal{
    z-index: 10;
    width:100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;
    left:0;
    display: flex;


animation: modal 2s 6s forwards;

visibility: hidden;
opacity: 0;

}


.imgcip{
    width: 95%;
    margin: 10px 0px 10px 0px;
}
.imgbio{
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.menusecpys1{
    margin: 0px 22px 0px -40px;
}
.menusecpys2{
    margin: 0px 22px 0px -40px;
}
.menusecpys{
    margin: 0px 22px 0px -40px;
}
form input[type="text"]{
	width:100%;
	padding:3px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}
form textarea[type="text"]{
	width:100%;
	padding:3px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}

form input[type="email"]{
	width:100%;
	padding:3px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}

form input[type="text1"]{
	width:100%;
	padding:3px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}
.parrahome2{
    margin: 20px -20px 0px 20px;
}

} 



/* Define mobile styles */
@media only screen and (min-width:393px ) and (max-width: 768px) { 
    .contenedor{
        max-width: 1300px;
        margin: 10px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .contenedor{
        max-width: 1300px;
        margin: 10px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .redes{
        text-align: right;
    }

    .contenedorf{
        max-width: 1290px;
        margin: 0px auto 0px auto;
        padding: 10px;
    }

    .menuoc{
        text-align: right;

    }

    .menux{
        display: none;
    }
    .logop{
        width: 100px;
    }

    .logoo{  
        height: 47px;
    }
    .logou{
        width: 90px;
        height: 30px;
        margin: 14px 0px 0px 0px;
      
    }
    .logoc{
   
        height: 62px;

    }
    .logon{
        width: 60px;
        margin: -11px 0px 0px 0px;
     
    }
    .logoiso{
        width: 60px;
      
    }
    .imgespec{
        width: 100%;
    }
    .imgproc{
        width: 100%;
    }

    .contenidopu{
        margin: auto;
        width: 95%;
        height: 38%;
        background: transparent;
        border-radius: 10px;
    }

    #cerrar + label {
        position: fixed;
        color: #fff;
        font-size: 26px;
        z-index: 9000;
        background: darkred;
        height: 40px;
        width: 0px;
        line-height: 40px;
        border-radius: 50%;
        right:40px;
        top: 210px;
        cursor: pointer;
        animation: modal 2s 6s forwards;
       visibility: hidden;
       opacity: 0;
   }

  
    .espacios{
        padding: 10px 25px;
    }
    html, body{
        overflow-x: hidden;
    }
    .menuadd{
        position: absolute;
        right: 0px;
        z-index: 100;
        top: 100px;
        background-color: #01a7e1;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 15px;
        width: 250px;
        margin-right: -300px;
    }
    .menuadd ul li a{
        color: #fff;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.56);
        display: block;
    }
    .menuadd ul li a:hover{
        background-color: rgba(255, 255, 255, 0.16);
    }
    .fullBackground {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 65%;
    }
    .informe{
        width:1000px;
        height:636px;
    }
    
    
    
    .parrahome h1{
        background: rgba(77,166,222,1);
        background: -moz-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,166,222,1)), color-stop(54%, rgba(77,166,222,1)), color-stop(54%, rgba(29,73,120,1)), color-stop(54%, rgba(29,73,120,1)));
        background: -webkit-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -o-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -ms-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: linear-gradient(135deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da6de', endColorstr='#1d4978', GradientType=1 );

        padding: 15px 20px;
        color: #fff !important;
        font-size: 1.5em;
        margin-left: -15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .parrahome h2{
        font-size: 1.2em;
        color: #606060;
    }
    .parrahome h4{
        font-size: 2.5em;
    }
    .servicios h3{
        font-size: 2em;
        font-weight: bold;
        margin: 0px auto;
    }
    .bolabtn{
        width: 180px;
        height: 60px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f00;
        position: absolute;
        right: 0px;
        color: #fff;
        font-weight: bold;    
        padding: 8px 10px;
        font-size: .9em;
        text-align: center;
        margin-top: -118px;
        border: 5px outset #1C6EA4;
    }
    .bolabtn:hover{
        background-color: #ac0000;
        position: absolute;
        color: #fff;
    }
    .cajafancy{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
    }
    
    .inforedondo1{
        width: 100%;
        background-color: #00a7e1 !important; 
    }
    .infocircle{
        width: 100%;
    }
    

    .bola{
        width: 126px;
        height: 126px;
        margin: 0px auto;
        -webkit-border-radius: 63px;
        -moz-border-radius: 63px;
        border-radius: 63px;
        border: 5px solid #162d56;
    }
    .infocircle h2{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
        font-weight: bold;
    }
    .infocircle p{
        text-align: center;
        color: #fff;
        font-size: 1em;
    }
    .infocircle ul li{
        text-align: center;
        color: #fff;
        font-size: 1em;
    }
    #prueba{
        border-radius: 10px;
        display:block;
        margin: 5px;
    }
    .contenidoformat2 p{
        color: #162d56;
        font-size: 1.2em;
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        margin: 10px 8px 10px 8px;
    }
    .imgconoz{
        width: 100%;
        margin: 10px 0px 10px 0px;
    }
    .imgproceso{
        width: 100%;
        margin: 10px 0px 10px 0px;
    }
    .somosv{
        width: 300px;
        margin: 20px 0px 20px 0px;
    
    }
    .octavo{
        width: 94%;
        margin: 23px 0px 20px 0px;
        border-radius:10px;
    }
    
.popup {
    background-color: #ffffff;
    color: #888888;
    height: 415px;
    padding: 5px;
    position: fixed;
    right: 4%;
    top: 22%;
    width: 372px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}

a.closei {
    background: url("../img/canceli.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 330px;
    position: relative;
    top: 8px;
    width: 65px;
    display: flex;
}
    .fitc{
        width: 100%;
    }
    .valores{
        width: 100%;
    }
    .menusec ul .baseuno{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
    }
    .menusec ul .basedos{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .menusec ul .basetres{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .menusec ul .basecuat{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .menusec ul .basecinc{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #d1d6e0;
        color: #fff;
        padding: 9px 0px;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .misyvis{
        width: 100%;
        margin: 20px 0px 10px 0px;
    }
    .contenidoformat, .contenidoformat2{
        padding: 20px; 
    }

    .titufit{
        font-size: 25px;
        color: #162d56;
        margin: 15px;
        text-align: center;
        font-weight:1000;
    }
    .detallestitu h2{
        font-size: 1.5em;
        font-weight: 800;
        margin: 10px 10px;
        color: #162d56;
    }
    .subcription{
        background: #fff;
        
        height: 280px;
        width: 375px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        text-align: center;
    
    
    }
    .imgesquema{
        width: 18px;
    }
    .sub-content p{
        font-weight: 600;
        color: #1F4068;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .sub-content h2{
        font-weight: 600;
        font-size: 19px;
        color: #1F4068;
        margin-bottom: 15px;
    }
    .btnyellow{
        background-color: #00a7e1;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 10px;
    }
    #close{
        position: absolute;
        top: 28px;
        right: 15px;
        font-size: 30px;
        color: #1bc59b;
        cursor: pointer;
    }

    .servicios1{
        margin: -28px 0px 0px 130px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios2{
        margin: 32px 0px 0px -20px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios3{
        margin: 155px 0px 0px -18px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios6{
        margin: 223px 0px 0px 122px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios5{
        margin: 148px 0px 0px 260px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios4{
        margin: 22px 0px 0px 267px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .pop-up-wraps{
        display: flex;
        align-items: center;
        width: 80%;
        max-width: 950px;
        transform: scale(0.6);
        opacity: 0;
        transition: .3s ease-in-out all;
    }

    .sub-content{
        width: 80%;
    }
       
    
.modal{
    z-index: 10;
    width:100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;
    left:0;
    display: flex;


animation: modal 2s 6s forwards;

visibility: hidden;
opacity: 0;

}


.imgcip{
    width: 95%;
    margin: 10px 0px 10px 0px;
}
.imgbio{
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.menusecpys1{
    margin: 0px 22px 0px -40px;
}
.menusecpys2{
    margin: 0px 22px 0px -40px;
}
.menusecpys{
    margin: 0px 22px 0px -40px;
}
form input[type="text"]{
	width:100%;
	padding:3px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}
form textarea[type="text"]{
	width:100%;
	padding:3px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}

form input[type="email"]{
	width:100%;
	padding:3px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}

form input[type="text1"]{
	width:100%;
	padding:3px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	background-color:#f6f6f6;
	margin:8px 0;
	display:inline-block;
}
.parrahome2{
    margin: 20px -20px 0px 20px;
}


/*******************************************************************************************************************/   
} 
/*******************************************************************************************************************/
/* Medium screens */

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .contenedor{
        max-width: 1300px;
        margin: 0px auto;
        height: 85vh;
        margin: 0 20px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(172, 136, 136, 0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .contenedorif{
        max-width: 750px;
        margin: 20px auto;
        height: 620px;
        margin: 0 20px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .redes{
        text-align: right;
    }

    .contenedorf{
        max-width: 1290px;
        margin: 0px auto 0px auto;
        padding: 20px;
    }
    .menuoc a{
        width: 50px;
        height: 50px;
        font-size: 1.5em;
        background-color: #Fff;
        padding: 5px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        display: block;
        float: right;
    }
    .menux ul li a{
        color: #6f6f6f;
        padding: 10px 5px;
        border: 1px solid #b1b1b1;
        background-color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: .7em;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .menuoc{
        text-align: right;
        margin-top: -50px;
    }

    .menux{
        display: none;
    }
    .logop{
        width: 120px;
    }
 
  
    .logoo{
        width: 98px;
        height: 64px;
      
    }
    .logou{
        width: 142px;
        margin: 20px 0px 0px 10px;
        
    }
    .logoc{
        width: 153px;
        height: 64px;
       
    }
    .logon{
        width: 68px;
  
    }
    .logoiso{
        width: 68px;
        
    }
    .imgespec{
        width: 50%;
    }
    .imgproc{
        width: 70%;
    }
    html, body{
        overflow-x: hidden;
    }
    .espacios{
        padding: 20px 50px;
    }
    .menuadd{
        position: absolute;
        right: 0px;
        z-index: 100;
        top: 100px;
        background-color: #01a7e1;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 15px;
        width: 250px;
        margin-right: -320px;
    }
    .menuadd ul li a{
        color: #fff;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.56);
        display: block;
    }
    .menuadd ul li a:hover{
        background-color: rgba(255, 255, 255, 0.16);
    }
    .fullBackground {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 72%;
    }
    .informe{
        width:710px;
        height:456px;
        margin: 20px 10px 20px 10px;
    }
    
    .parrahome h1{
        background: rgba(77,166,222,1);
        background: -moz-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,166,222,1)), color-stop(54%, rgba(77,166,222,1)), color-stop(54%, rgba(29,73,120,1)), color-stop(54%, rgba(29,73,120,1)));
        background: -webkit-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -o-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -ms-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: linear-gradient(135deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da6de', endColorstr='#1d4978', GradientType=1 );

        padding: 15px 20px;
        color: #fff !important;
        font-size: 1.5em;
        margin-left: -15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .parrahome h2{
        font-size: 1.2em;
        color: #606060;
    }
    .parrahome h4{
        font-size: 2.5em;
    }
    .servicios h3{
        font-size: 2em;
        font-weight: bold;
        margin: 0px;
    }
    .bolabtn{
        width: 180px;
        height: 60px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f00;
        position: absolute;
        right: 0px;
        color: #fff;
        font-weight: bold;    
        padding: 8px 10px;
        font-size: .9em;
        text-align: center;
        margin-top: -118px;
        border: 5px outset #1C6EA4;
    }
    .bolabtn:hover{
        background-color: #ac0000;
        position: absolute;
        color: #fff;
    }
    
    .cajafancy{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 750px!important;
    }
    
    .inforedondo1{
        width: 700px;
        height: 700px;
        -webkit-border-radius: 350px;
        -moz-border-radius: 350px;
        border-radius: 350px;
        background-color: #00a7e1 !important; 
    }
    .infocircle{
        width: 100%;
        margin: 0px auto;
    }
    .tituruedas{
        width: 100%;
        height: 100px;
        margin-top: 50px;
    }
    .bola{
        width: 126px;
        height: 126px;
        margin: 0px auto;
        -webkit-border-radius: 63px;
        -moz-border-radius: 63px;
        border-radius: 63px;
        border: 5px solid #162d56;
    }
    .infocircle h2{
        text-align: center;
        color: #fff;
        font-size: 2.5em;
        font-weight: bold;
    }
    .infocircle p{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .infocircle ul li{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .octavo{
        width: 92%;
        margin: 30px 0px 20px 5px;
        border-radius:10px;
    }
    .somosv{
        width: 600px;
        margin: 20px 0px 20px 0px;
   
    }
    .fitc{
        width: 80%;
        margin: 20px 0px 20px 0px;
    }
    .valores{
        width: 45%;
    }
    .misyvis{
        width: 88%;
        margin: 20px 0px 20px 0px;
    }
    .imgconoz{
        width: 55%;
    }
    .imgproceso{
        width: 60%;
    }
    .contenidopu{
        margin: auto;
        width: 52%;
        height: 45%;
       background-color: transparent;
        border-radius: 10px;
    }
    .sub-content{
        width: 75%;
    }
    #close{
        position: absolute;
        top: 40px;
        right: 25px;
        font-size: 28px;
        color: #1bc59b;
        cursor: pointer;
    }
    .popup {
        background-color: #ffffff;
        color: #888888;
        height: 465px;
        padding: 10px;
        position: fixed;
        right: 15%;
        top: 18%;
        width: 550px;
        z-index: 101;
        -moz-box-shadow: 0px 0px 10px 1px #888888;
        -webkit-box-shadow: 0px 0px 10px 1px #888888;
        box-shadow: 0px 0px 10px 1px #888888;
        border-radius:10px;
        -moz-border-radius:10px;
    }
    a.closei {
        background: url("../img/canceli.png") repeat scroll left top transparent;
        cursor: pointer;
        float: right;
        height: 26px;
        left: 507px;
        position: relative;
        top: 0px;
        width: 45px;
        display: flex;
    }
    #cerrar + label {
        position: fixed;
        color: #fff;
        font-size: 26px;
        z-index: 9000;
        background: darkred;
        height: 40px;
        width: 0px;
        line-height: 40px;
        border-radius: 50%;
        right:210px;
        top: 155px;
        cursor: pointer;
        animation: modal 2s 6s forwards;
       visibility: hidden;
       opacity: 0;
   }
   
   .popup {
    background-color: #ffffff;
    color: #888888;
    height: 545px;
    padding: 10px;
    position: fixed;
    right: 18%;
    top: 9%;
    width: 650px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}
a.closei {
    background: url("../img/canceli.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 605px;
    position: relative;
    top: 2px;
    width: 36px;
    display: flex;
}
.imgcip{
    width: 62%;
    margin: 10px 0px 10px 0px;
}
.imgbio{
    width: 92%;
    margin: 10px 0px 10px 0px;
}

.subcription{
    background: #fff;
    height: 300px;
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;

}

.servicios1{
    margin: -33px 0px 0px 300px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios2{
    margin: 33px 0px 0px 116px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios3{
    margin: 176px 0px 0px 121px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios4{
    margin: 22px 0px 0px 456px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios5{
    margin: 168px 0px 0px 456px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios6{
    margin: 258px 0px 0px 291px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
    
/*******************************************************************************************************************/  
}
/*******************************************************************************************************************/
/* Medium screens */





@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .contenedor{
        max-width: 1300px;
        margin: 0px auto;
        height: 800px;;
        margin: 0 20px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .contenedorif{
        max-width: 1200px;
        margin: 10px auto;
        height: 700px;;
        margin: 0 20px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .redes{
        text-align: right;
    }

    .contenedorf{
        max-width: 1290px;
        margin: 0px auto 0px auto;
        padding: 20px;
    }
    .menux ul li a{
        color: #6f6f6f;
        padding: 10px 5px;
        border: 1px solid #b1b1b1;
        background-color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: .7em;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .logop{
        width: 140px;
    }
    .logoo{
        width: 98px;
        height: 64px;
       
    }
    .logou{
        width: 142px;
        margin: 20px 0px 0px 10px;
        
    }
    .logoc{
        width: 153px;
        height: 64px;
       
    }
    .logon{
        width: 68px;
       
    }
    .logoiso{
        width: 68px;
       
    }
    .imgespec{
        width: 45%;
    }
    .imgproc{
        width: 65%;
    }
    .menux{
        text-align: right;
    }
    .espacios{
        padding: 10px 20px;
    }
    .fullBackground {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 62%;
    }
    .informe{
        width:920px;
        height:536px;
        margin: 10px 15px 20px 15px;
    }
    
    .parrahome h1{
        background: rgba(77,166,222,1);
        background: -moz-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,166,222,1)), color-stop(54%, rgba(77,166,222,1)), color-stop(54%, rgba(29,73,120,1)), color-stop(54%, rgba(29,73,120,1)));
        background: -webkit-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -o-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -ms-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: linear-gradient(135deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da6de', endColorstr='#1d4978', GradientType=1 );

        padding: 15px 20px;
        color: #fff !important;
        font-size: 1.5em;
        margin-left: -15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .parrahome h2{
        font-size: 1.2em;
        color: #606060;
    }
    .parrahome h4{
        font-size: 2.5em;
    }
    .servicios h3{
        font-size: 2em;
        font-weight: bold;
        margin: 0px;
    }
    .bolabtn{
        width: 180px;
        height: 60px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f00;
        position: absolute;
        right: 0px;
        color: #fff;
        font-weight: bold;    
        padding: 8px 10px;
        font-size: .9em;
        text-align: center;
        margin-top: -108px;
        border: 5px outset #1C6EA4;
    }
    .bolabtn:hover{
        background-color: #ac0000;
        position: absolute;
        color: #fff;
    }
    .cajafancy{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 750px!important;
    }
    
    .inforedondo1{
        width: 700px;
        height: 700px;
        -webkit-border-radius: 350px;
        -moz-border-radius: 350px;
        border-radius: 350px;
        background-color: #00a7e1 !important; 
    }
    .infocircle{
        width: 500px;
        margin: 0px auto;
    }
    .tituruedas{
        width: 100%;
        height: 100px;
        margin-top: 50px;
    }
    .bola{
        width: 140px;
        height: 140px;
        margin: 0px auto;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
        border: 5px solid #162d56;
    }
    .infocircle h2{
        text-align: center;
        color: #fff;
        font-size: 2.5em;
        font-weight: bold;
    }
    .infocircle p{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .infocircle ul li{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .octavo{
        width: 99%;
        margin: 20px 0px 20px -20px;
        border-radius:10px;
    }
    .somosv{
        width: 600px;
        margin: 20px 0px 20px 0px;
      
    }
    .fitc{
        width: 82%;
        margin: 20px 0px 20px 0px;
    }
    .valores{
        width: 33%;
    }
    .misyvis{
        width: 85%;
        margin: 20px 0px 20px 0px;
    }
    .imgconoz{
        width: 75%;
    }
    .imgproceso{
        width: 77%;
    }
    
.titufit{
    font-size: 35px;
    color: #162d56;
    margin: 15px;
    text-align: center;
    font-weight:1000;
}
.contenidopu{
    margin: auto;
    width: 45%;
    height: 48%;
    background: transparent;
    border-radius: 10px;
}

.servicios1{
    margin: -15px 0px 0px 400px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios2{
    margin: 110px 0px 0px 120px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios3{
    margin: 350px 0px 0px 125px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios4{
    margin: 89px 0px 0px 770px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios5{
    margin: 336px 0px 0px 685px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios6{
    margin: 475px 0px 0px 400px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}

.pop-up-wraps{
    display: flex;
    align-items: center;
    width: 55%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
}
.sub-content{
    width: 75%;
}
#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}


#cerrar + label {
    
    position: fixed; 
    color: #fff;
        font-size: 26px;
        z-index: 2002;
        background: darkred;
        height: 40px;
        width: 0px;
        line-height: 40px;
        border-radius: 50%;
        right: 275px;
        top: 136px;
        cursor: pointer;
        animation: modal 2s 6s forwards;
       visibility: hidden;
       opacity: 0;
   }
   .popup {
    background-color: #ffffff;
    color: #888888;
    height: 545px;
    padding: 10px;
    position: fixed;
    right: 18%;
    top: 9%;
    width: 650px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}
a.closei {
    background: url("../img/canceli.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 605px;
    position: relative;
    top: 2px;
    width: 36px;
    display: flex;
}

.imgcip{
    width: 62%;
    margin: 10px 0px 10px 0px;
}
.imgbio{
    width: 92%;
    margin: 10px 0px 10px 0px;
}

.subcription{
    background: #fff;
    height: 300px;
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
 

}

/*******************************************************************************************************************/  
} 
/*******************************************************************************************************************/
/* Extra Large screens */

@media only screen and (min-width: 1201px) and (max-width: 1365px){
    .redes{
        text-align: right;
    }
    .cajavalor{
        height: 240px;
    }
    .contenedorf{
        max-width: 1290px;
        margin: 0px auto 0px auto;
    }
    .contenedor{
        max-width: 1300px;
        margin: 0px auto;
        height: 800px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .contenedorif{
        max-width: 1000px;
        margin: 5px auto;
        height: 750px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }


    .menux ul li a{
        color: #6f6f6f;
        padding: 10px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: .7em;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .menux{
        text-align: right;
    }
    .logop {
        width: 140px;
    }
  
    .logoo{
  
        height: 68px;
       
    }
    .logou{
        width: 144px; 
        margin: 24px 0px 0px 0px; 
        
    }
    .logoc{
        width: 155px;
        height: 68px;
        
    }
    .logon{
        width: 68px;
       
    }
    .logoiso{
        width: 68px;
      
    }
    .espacios{
         padding: 20px 50px; 
        
    }
    .imgespec{
        width: 40%;
    }
    .imgproc{
        width: 60%;
    }
    .fullBackground {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 52%;
    }
    .informe{
        width:970px;
        height:576px;
        margin: 10px 15px 10px 15px;
    }
    .cajacol{
        height: 160px;
    }
    .lapiccentro{
        text-align: center;
    }
    .lapicmasg{
        width: 500px;
    }
    .parrahome h1{
        background: rgba(77,166,222,1);
        background: -moz-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,166,222,1)), color-stop(54%, rgba(77,166,222,1)), color-stop(54%, rgba(29,73,120,1)), color-stop(54%, rgba(29,73,120,1)));
        background: -webkit-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -o-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -ms-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: linear-gradient(135deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da6de', endColorstr='#1d4978', GradientType=1 );

        padding: 15px 20px;
        color: #fff !important;
        font-size: 1.5em;
        margin-left: -15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .parrahome h2{
        font-size: 1.2em;
        color: #606060;
    }
    .parrahome h4{
        font-size: 2em;
    }
    .servicios h3{
        font-size: 2em;
        font-weight: bold;
        margin: 0px;
    }
    .bolabtn{
        width: 180px;
        height: 60px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f00;
        position: absolute;
        right: 0px;
        color: #fff;
        font-weight: bold;    
        padding: 8px 10px;
        font-size: .9em;
        text-align: center;
        margin-top: -118px;
        border: 5px outset #1C6EA4;
    }
    .bolabtn:hover{

        background-color: #ac0000;
        position: absolute;
        color: #fff;

        
    }
    
    .cajafancy{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 750px!important;
    }
    
    .inforedondo1{
        width: 700px;
        height: 700px;
        -webkit-border-radius: 350px;
        -moz-border-radius: 350px;
        border-radius: 350px;
        background-color: #00a7e1 !important; 
    }
    .infocircle{
        width: 500px;
        margin: 0px auto;
    }
    .tituruedas{
        width: 100%;
        height: 100px;
        margin-top: 50px;
    }
    .bola{
        width: 180px;
        height: 180px;
        margin: 0px auto;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
        border: 5px solid #162d56;
        
    }
    
    .infocircle h2{
        text-align: center;
        color: #fff;
        font-size: 2.5em;
        font-weight: bold;
    }
    .infocircle p{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .infocircle ul li{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .bolitaext{
        height: 80px;
    }
    .cajacolores{
        height: 140px;
    }
    .contenidopu{
        margin: auto;
        width: 42%;
        height: 48%;
        background: transparent;
        border-radius: 10px;
    }
    .servicios1{
        margin: -10px 0px 0px 530px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios2{
        margin: 105px 0px 0px 240px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios3{
        margin: 365px 0px 0px 238px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios4{
        margin: 100px 0px 0px 825px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios5{
        margin: 360px 0px 0px 825px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }
    .servicios6{
        margin: 493px 0px 0px 530px;
        padding: 10px 0px 0px 0px;
       position: absolute;
       z-index: 2;
    }

    /*
    .contenidore{
        margin: auto;
        width: 28%;
        height: 55%;
        background: #162d56;
        border-radius: 10px;
    }
    */

    #cerrar + label {
    
    position: fixed; 
    color: #fff;
        font-size: 26px;
        z-index: 2002;
        background: darkred;
        height: 40px;
        width: 0px;
        line-height: 40px;
        border-radius: 50%;
       right:380px;
        top: 138px;
        cursor: pointer;
        animation: modal 2s 6s forwards;
       visibility: hidden;
       opacity: 0;
   }
   
   .somosv{
    width: 549px;
    margin: 20px 0px 20px 0px;
}

   .octavo{
       width: 98%;
       margin: 10px 0px 20px -20px;
       border-radius:10px;
   }
   .fitc{
    width: 58%;
    margin: 15px;
}
.valores{
    width: 35%;
}
.misyvis{
    width: 65%;
    margin: 45px 0px 45px 0px;
}
.contenidoformat, .contenidoformat2{
    padding: 50px; 
}

.imgconoz{
    width: 43%;
}
.imgproceso{
    width: 63%;
}


.titufit{
    font-size: 35px;
    color: #162d56;
    margin: 15px;
    text-align: center;
    font-weight:1000;
}
.detallestitu h2{
    font-size: 1.9em;
    font-weight: bold;
    margin: 10px 10px;
    color: #162d56;
}

.subcription{
    background: #fff;
    height: 300px;
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
 

}

.sub-content h2{
    font-weight: 600;
    font-size: 25px;
    color: #1F4068;
    margin-bottom: 15px;
}
.sub-content p{
    font-weight: 600;
    color: #1F4068;
    margin-bottom: 30px;
    font-size: 17px;
}
.pop-up-wraps{
    display: flex;
    align-items: center;
    width: 34%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
   
}
.sub-content{
    width: 75%;
}

#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}


.modal{
    overflow: auto;
    display: flex;
    z-index: 1002;


    width:100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;
    left:0;
    display: flex;


animation: modal 2s 6s forwards;

visibility: hidden;
opacity: 0;
}

.popup {
    background-color: #ffffff;
    color: #888888;
    height: 550px;
    padding: 10px;
    position: fixed;
    right: 25%;
    top: 10%;
    width: 670px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}
a.closei {
    background: url("../img/canceli.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 629px;
    position: relative;
    top: 2px;
    width: 36px;
    display: flex;
}

.imgcip{
    width: 40%;
    margin: 10px 0px 10px 0px;
}
.imgbio{
    width: 85%;
    margin: 10px 0px 10px 0px;
}
/******************************************************************************************************************/   
}

@media only screen and (min-width: 1366px) and (max-width: 1919px){
    .redes{
        text-align: right;
    }
    .cajavalor{
        height: 240px;
    }
    .contenedorf{
        max-width: 1290px;
        margin: 0px auto 0px auto;
    }
    .contenedor{
        max-width: 1300px;
        margin: 0px auto;
        height: 800px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .contenedorif{
        max-width: 1200px;
        margin: 5px auto;
        height: 760px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .menux ul li a{
        color: #6f6f6f;
        padding: 10px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: .7em;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .menux{
        text-align: right;
    }
    .logop {
        width: 140px;
    }
  
    .logoo{
    
        height: 68px;
        
    }
    .logou{
        width: 144px;  
        margin: 24px 0px 0px 0px;
    
    }
    .logoc{
        width: 155px;
        height: 68px;
    
    }
    .logon{
        width: 68px;
    
    }
    .logoiso{
        width: 68px;
       
    }
    .espacios{
         padding: 20px 50px; 
        
    }
    .imgespec{
        width: 40%;
    }
    .imgproc{
        width: 60%;
    }

    .fullBackground {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 52%;
    }
    .informe{
        width: 1140px;
        height:600px;
        margin: 5px 25px 5px 25px;
    }
    .cajacol{
        height: 160px;
    }
    .lapiccentro{
        text-align: center;
    }
    .lapicmasg{
        width: 500px;
    }
    .parrahome h1{
        background: rgba(77,166,222,1);
        background: -moz-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,166,222,1)), color-stop(54%, rgba(77,166,222,1)), color-stop(54%, rgba(29,73,120,1)), color-stop(54%, rgba(29,73,120,1)));
        background: -webkit-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -o-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -ms-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: linear-gradient(135deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da6de', endColorstr='#1d4978', GradientType=1 );

        padding: 15px 20px;
        color: #fff !important;
        font-size: 1.5em;
        margin-left: -15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .parrahome h2{
        font-size: 1.2em;
        color: #606060;
    }
    .parrahome h4{
        font-size: 2em;
    }
    .servicios h3{
        font-size: 2em;
        font-weight: bold;
        margin: 0px;
    }
    .bolabtn{
        width: 180px;
        height: 60px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f00;
        position: absolute;
        right: 0px;
        color: #fff;
        font-weight: bold;    
        padding: 8px 10px;
        font-size: .9em;
        text-align: center;
        margin-top: -118px;
        border: 5px outset #1C6EA4;
    }
    .bolabtn:hover{

        background-color: #ac0000;
        position: absolute;
        color: #fff;

        
    }
    
    .cajafancy{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 750px!important;
    }
    
    .inforedondo1{
        width: 700px;
        height: 700px;
        -webkit-border-radius: 350px;
        -moz-border-radius: 350px;
        border-radius: 350px;
        background-color: #00a7e1 !important; 
    }
    .infocircle{
        width: 500px;
        margin: 0px auto;
    }
    .tituruedas{
        width: 100%;
        height: 100px;
        margin-top: 50px;
    }
    .bola{
        width: 180px;
        height: 180px;
        margin: 0px auto;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
        border: 5px solid #162d56;
    }
    
    .infocircle h2{
        text-align: center;
        color: #fff;
        font-size: 2.5em;
        font-weight: bold;
    }
    .infocircle p{
        text-align: center;
        color: #fff;
        font-size: 1.2em;
    }
    .infocircle ul li{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .bolitaext{
        height: 80px;
    }
    .cajacolores{
        height: 140px;
    }
    .contenidopu{
        margin: auto;
        width: 42%;
        height: 52%;
        background: transparent;
        border-radius: 10px;
    }
/*
    .contenidopu{
        margin: auto;
        width: 50%;
        height: 66%;
        background: #162d56;
        border-radius: 10px;
    }*/

    #cerrar + label {
    
        position: fixed; 
            
        color: #fff;
            font-size: 26px;
            z-index: 2002;
            background: darkred;
            height: 40px;
            width: 0px;
            line-height: 40px;
            border-radius: 50%;
            right:390px;
            top: 135px;
            cursor: pointer;
            animation: modal 2s 6s forwards;
           visibility: hidden;
           opacity: 0;
       }
       /*
    #cerrar + label {
    
    position: fixed; 
        color: #fff;
        font-size: 26px;
        z-index: 2002;
        background: darkred;
        height: 40px;
        width: 0px;
        line-height: 40px;
        border-radius: 50%;
        right:502px;
        top: 225px;
        cursor: pointer;
        animation: modal 2s 6s forwards;
       visibility: hidden;
       opacity: 0;
   }*/

   .octavo{
       width: 98%;
       margin: 10px 0px 20px -20px;
       border-radius:10px;
   }

   .somosv{
    width: 549px;
    margin: 20px 0px 20px 0px;
    
}

   
/*
   .somosv{
    width: 47%;
    margin: 20px 0px 20px 0px;
}*/
   .fitc{
    width: 58%;
    margin: 15px;
}
.valores{
    width: 35%;
}
.misyvis{
    width: 65%;
    margin: 45px 0px 45px 0px;
}
.contenidoformat, .contenidoformat2{
    padding: 50px; 
}

.imgconoz{
    width: 43%;
}
.imgproceso{
    width: 54%;
}


.titufit{
    font-size: 35px;
    color: #162d56;
    margin: 15px;
    text-align: center;
    font-weight:1000;
}
.detallestitu h2{
    font-size: 1.9em;
    font-weight: bold;
    margin: 10px 10px;
    color: #162d56;
}

.subcription{
    background: #fff;
    height: 300px;
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
 

}

.sub-content h2{
    font-weight: 600;
    font-size: 26px;
    color: #1F4068;
    margin-bottom: 15px;
}
.sub-content p{
    font-weight: 600;
    color: #1F4068;
    margin-bottom: 30px;
    font-size: 17px;
}


.servicios1{
    margin: -22px 0px 0px 565px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios2{
    margin: 99px 0px 0px 300px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios3{
    margin: 323px 0px 0px 300px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios4{
    margin: 88px 0px 0px 830px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios5{
    margin: 314px 0px 0px 830px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios6{
    margin: 445px 0px 0px 565px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}

.pop-up-wraps{
    display: flex;
    align-items: center;
    width: 40%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
   
}
.sub-content{
    width: 75%;
}
#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}


.modal{
    overflow: auto;
    display: flex;
    z-index: 1002;


    width:100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;
    left:0;
    display: flex;


animation: modal 2s 6s forwards;

visibility: hidden;
opacity: 0;
}


.popup {
    background-color: #ffffff;
    color: #888888;
    height: 550px;
    padding: 10px;
    position: fixed;
    right: 25%;
    top: 9%;
    width: 700px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}
a.closei {
    background: url("../img/canceli.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 655px;
    position: relative;
    top: 2px;
    width: 33px;
    display: flex;
}
.imgcip{
    width: 40%;
    margin: 10px 0px 10px 0px;
}
.imgbio{
    width: 86%;
    margin: 10px 0px 10px 0px;
}
/*
.contenidore{
    margin: auto;
    width: 28%;
    height: 55%;
    background: #162d56;
    border-radius: 10px;
}*/
/******************************************************************************************************************/   
}


@media only screen and (min-width: 1920px){
    .redes{
        text-align: right;
    }
    .cajavalor{
        height: 240px;
    }
    .contenedorf{
        max-width: 1290px;
        margin: 0px auto 0px auto ;
    }
    .contenedor{
        max-width: 1300px;
        margin: 0px auto;
        height: 900px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }


    .contenedorif{
        max-width: 1600px;
        margin: 50px auto;
        height: 980px;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -moz-box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        box-shadow: 10px 10px 13px -5px rgba(0,0,0,0.51);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }


    .menux ul li a{
        color: #6f6f6f;
        padding: 10px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: .7em;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .menux{
        text-align: right;
    }
    .logop {
        width: 140px;
    }
  
    .logoo{
        width: 103px;
        height: 68px;
   
    }
    .logou{
        width: 147px;  
        margin: 24px 0px 0px 0px;
  
    }
    .logoc{
        
        height: 72px;
  
    }
    .logon{
        width: 71px;
 
    }
    .logoiso{
        width: 71px;
       
    }
    .espacios{
         padding: 20px 50px; 
        
    }
    .imgespec{
        width: 40%;
    }
    .imgproc{
        width: 60%;
    }
    .fullBackground {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 52%;
    }
    .informe{
        width:1500px;
        height:766px;
        margin: 50px;
    }
    .cajacol{
        height: 160px;
    }
    .lapiccentro{
        text-align: center;
    }
    .lapicmasg{
        width: 500px;
    }
    .parrahome h1{
        background: rgba(77,166,222,1);
        background: -moz-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,166,222,1)), color-stop(54%, rgba(77,166,222,1)), color-stop(54%, rgba(29,73,120,1)), color-stop(54%, rgba(29,73,120,1)));
        background: -webkit-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -o-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: -ms-linear-gradient(-45deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        background: linear-gradient(135deg, rgba(77,166,222,1) 0%, rgba(77,166,222,1) 54%, rgba(29,73,120,1) 54%, rgba(29,73,120,1) 54%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da6de', endColorstr='#1d4978', GradientType=1 );

        padding: 15px 20px;
        color: #fff !important;
        font-size: 1.5em;
        margin-left: -15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .parrahome h2{
        font-size: 1.2em;
        color: #606060;
    }
    .parrahome h4{
        font-size: 2em;
    }
    .servicios h3{
        font-size: 2em;
        font-weight: bold;
        margin: 0px;
    }
    .bolabtn{
        width: 180px;
        height: 60px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f00;
        position: absolute;
        right: 0px;
        color: #fff;
        font-weight: bold;    
        padding: 8px 10px;
        font-size: .9em;
        text-align: center;
        margin-top: -118px;
        border: 5px outset #1C6EA4;
    }
    .bolabtn:hover{

        background-color: #ac0000;
        position: absolute;
        color: #fff;

        
    }
    
    .cajafancy{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 750px!important;
    }
    
    .inforedondo1{
        width: 700px;
        height: 700px;
        -webkit-border-radius: 350px;
        -moz-border-radius: 350px;
        border-radius: 350px;
        background-color: #00a7e1 !important; 
    }
    .infocircle{
        width: 500px;
        margin: 0px auto;
    }
    .tituruedas{
        width: 100%;
        height: 100px;
        margin-top: 50px;
    }
    .bola{
        width: 180px;
        height: 180px;
        margin: 0px auto;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
        border: 5px solid #162d56;
    }
    
    .infocircle h2{
        text-align: center;
        color: #fff;
        font-size: 2.5em;
        font-weight: bold;
    }
    .infocircle p{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .infocircle ul li{
        text-align: center;
        color: #fff;
        font-size: 1.3em;
    }
    .bolitaext{
        height: 80px;
    }
    .cajacolores{
        height: 140px;
    }
    .contenidopu{
        margin: auto;
        width: 42%;
        height: 50%;
        background: transparent;
        border-radius: 10px;
    }

    #cerrar + label {
    
    position: fixed; 
    color: #fff;
        font-size: 30px;
        z-index: 2002;
        background: darkred;
        height: 40px;
        width: 0px;
        line-height: 40px;
        border-radius: 50%;
        right:515px;
        top: 190px;
        cursor: pointer;
        animation: modal 2s 6s forwards;
       visibility: hidden;
       opacity: 0;
   }

   .octavo{
       width: 100%;
       margin: 20px 0px 20px -20px;
       border-radius:10px;
   }
   .somosv{
    width: 549px;
    margin: 20px 0px 20px 0px;
}
   .fitc{
    width: 58%;
    margin: 15px;
}
.valores{
    width: 35%;
}
.misyvis{
    width: 65%;
    margin: 45px 0px 45px 0px;
}
.contenidoformat, .contenidoformat2{
    padding: 50px; 
}

.imgconoz{
    width: 43%;
}
.imgproceso{
    width: 59%;
}


.titufit{
    font-size: 35px;
    color: #162d56;
    margin: 15px;
    text-align: center;
    font-weight:1000;
}



.detallestitu h2{
    font-size: 2.9em;
    font-weight: 900;
    margin: 10px 10px;
    color: #162d56;
}

.subcription{
    background: #fff;
    
    height: 300px;
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;


}

.sub-content h2{
    font-weight: 600;
    font-size: 28px;
    color: #1F4068;
    margin-bottom: 15px;
}
.sub-content p{
    font-weight: 600;
    color: #1F4068;
    margin-bottom: 30px;
    font-size: 17px;
}

.servicios1{
    margin: 25px 0px 0px 920px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios2{
    margin: 198px 0px 0px 505px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios3{
    margin: 562px 0px 0px 510px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios4{
    margin: 190px 0px 0px 1350px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios5{
    margin: 562px 0px 0px 1350px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}
.servicios6{
    margin: 760px 0px 0px 935px;
    padding: 10px 0px 0px 0px;
   position: absolute;
   z-index: 2;
}

.pop-up-wraps{
    display: flex;
    align-items: center;
    width: 35%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
}
.imgesquema{
    width: 38px;
}
.sub-content{
    width: 75%;
}
#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}


.modal{
    overflow: auto;
    display: flex;
    z-index: 1002;


    width:100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;
    left:0;
    display: flex;


animation: modal 2s 6s forwards;

visibility: hidden;
opacity: 0;
}
.popup {
    background-color: #ffffff;
    color: #888888;
    height: 700px;
    padding: 10px;
    position: fixed;
    right: 29%;
    top: 12%;
    width: 850px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}
a.closei {
    background: url("../img/canceli.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 802px;
    position: relative;
    top: 2px;
    width: 27px;
    display: flex;
}

.imgcip{
    width: 40%;
    margin: 10px 0px 10px 0px;
}
.imgbio{
    width: 85%;
    margin: 10px 0px 10px 0px;
}
/*
.contenidore{
    margin: auto;
    width: 28%;
    height: 55%;
    background: #162d56;
    border-radius: 10px;
}*/
/******************************************************************************************************************/   
}



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


