
.popup{
    max-width: 500px;
    border-radius: 10px;
    background: #ffffff;
    position: fixed;
    z-index: 1000;
    display: flex;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.537);
}

.cerrar-popup{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}

.popup-img{width: 100%;}

.popup-text{
    padding: 50px 30px;
    display: flex;
    flex-direction: column;


}

.title-popup{
    font-weight: bold;
}



*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;

}

.c-white{color: white;}
.c-dark-blue{color: #004BA0;}


.divider-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100px;
    margin: 10px auto;
}
.divider-title{
    font-size: 1.5em;
    padding: 10px;
    position: absolute;
    background: #ffffff;
}

.flex-grow {flex-grow: 1;}






.introduccion-wrapper{
    width: 1000px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    margin-top: 100px;
}

.sobre-nosotros{
    display: flex;
    flex-direction: column;
    width: 580px;
    border-radius: 10px;
    overflow: hidden;
    color:white;
    text-decoration: none;
    background: linear-gradient(140.97deg, #63A4FF 0%, #9AC4FF 98.15%);
}
.portada{
    width: 100%;
    display: flex;
}
.subtitle{
    font-weight: 400;
    font-size: 2.2em;
    margin-bottom: 10px;
    color:White;
}
.title{
    font-size: .9em;
    font-weight: 400;
    color:White;
    
}

.sobre-nosotros-info{
    padding: 10px 40px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.btn{
    background: #004BA0;
    width: 136px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: .9em;
    margin-top: 10px;
    color: white;
    text-decoration: none;
}
.btn:hover{
    color:white;
}

.comunicados {
    width: 410px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}

.ayuda-wrapper{
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    padding: 17px;
    height: auto;
   

}

.margin-bottom-10px{ margin-bottom: 10px;}

.ayuda-title{
    font-size: 1.2em;
    color: #1976D2;
    font-weight: bold;
    display: flex;
}
.ayuda-info{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 11px;
    text-decoration: none;
}
.ayuda-descripcion{
    font-size: .8em;
    line-height: 23px;
    color: black;
    width: 90%;
}

.border-bottom{
    border-bottom: 1px solid #C8C8C8;
}

.link{
    color: #1976D2;
    font-weight: bold;
    align-self: flex-end;
    font-size: .9em;
}


.divider{
    width: 100%;
    margin: 50px 0;
    position: relative;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line{
    width: 100%;
    height: 2px;
   
}

.text-divider{
 position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;  
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
  border-top: 1px solid #c8e4ff;
  border-bottom: 1px solid #c8e4ff;
  color: #4d9eea;
  font-size: 38px;
}




/*-------------------SOCIAL-------------------*/

.social-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1000px;
    margin: auto;
  
}

.social-portada{
    width: 100%;
}


.social-text-wrapper{
    width: 600px;
    background: white;

    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}
.blog{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;    
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    padding-bottom: 10px;
    position: relative;
}

.btn-blog-home{
    position: absolute;
    top: 180px;
    right: 15px;

}

.leer-mas{
    color: #6295fb;
    margin-left: 5px;
}
.social-text-title{
    line-height: 1;
    font-size: 20px;
    padding: 10px 0px 0px 20px;
}
.social-text-subtitle{
    padding: 10px 0px 0px 20px;
    margin-bottom: 0px;
}


.margin-left-20{
    margin-left: 20px;
}
.social-links{
    display: flex;
    flex-direction: column;
}
.social-link{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}
.yt{
    background: rgb(236,67,67);
    background: linear-gradient(90deg, rgba(236,67,67,1) 0%, rgba(246,25,30,1) 100%);
}
.fb{
    background: rgb(0,97,255);
background: linear-gradient(90deg, rgba(0,97,255,1) 0%, rgba(33,68,150,1) 100%);
}
.social-icon{
    width: 60px;
}

.social-link-text{
    color:white;
    
}
.yt-video{width: 100%; height: 300px;}


/*-------------------SOCIAL-------------------*/







/*-------------------INFO GEOGRAFICA-------------------*/

.info-geo{
    width: 1000px;
    margin: auto;
    margin-bottom: 30px;
    display: flex;

}

.maps-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.maps-wrapper-title{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.maps{
    width: 640px;
    height: 480px;
    margin-right: 10px;
}
.clima{
    width: 340px;
    height: 484px;
}



/*-------------------INFO GEOGRAFICA-------------------*/


















@media only screen and (max-width: 1000px) {
.introduccion-wrapper{width: 95%;}
.sobre-nosotros {width: 50%;}
.comunicados{width: 49%;}
.ayuda-wrapper{margin-bottom: 10px;}




}/*1000PX*/



/*Tablet*/
@media only screen and (max-width: 768px) {


    .subtitle{
        font-weight: 400;
        font-size: 1.6em;
        margin-bottom: 10px;
        color:White;
        line-height: 1;
    }

    .introduccion-wrapper{
        width: 95%;
        flex-direction: column;
    }

    .sobre-nosotros{
        width: 100%;
 
    }
    .portada {
        display: flex;
        align-self: flex-start;
    }
    .comunicados{width: 100%;}

    .sobre-nosotros-info {
        padding: 5px 15px 15px;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }

    .ayuda-wrapper {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .text-divider{
        width: 100%;
        font-size: 1.5em;
    }



/*-------------------SOCIAL-------------------*/
.social-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.social-portada{width: 100%;}
.social-text-wrapper{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.social-text-title{font-size: 20px;}


/*-------------------SOCIAL-------------------*/



/*-------------------GEO-------------------*/
    .info-geo {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .maps{
        width: 90%;
        margin-bottom: 30px;
    }
    .clima{
        width: 90%;
    }

/*-------------------GEO-------------------*/






}/*fin tablet*/