.cabecera{
    height: 45px;
    background-color: #1e9fc0;
}

.seccion1{
    background-image: url(../img/logo\ _math\ _2-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 110px;
}

/* Definición de la animación */
@keyframes girar {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Aplicación de la animación a la imagen */
.logoCabecera {
    width: 100%; /* Establece el ancho al 100% */
    height: auto;
  
}
.animacion {
    animation: girar 1s linear;
}

.tit{
    font-size: 19px;
    padding-top: 10px;
    color: white;
}





.iconoCuerpo {
    color: white; 
    background-color: #da3796;
    padding-top: 14px;
    border-radius: 50%; /* Cambiamos el valor a 50% para hacer un círculo */
    font-size: 25px;
    width: 55px; /* Establecemos el ancho y el alto iguales */
    height: 55px;
    text-align: center; /* Opcional: centraremos el contenido del círculo */
    line-height: 100px; /* Opcional: centraremos verticalmente el contenido */
    box-shadow: 3px 2px 9px rgba(0, 0, 0, 0.7);
    
}

.textIcono{
    font-weight: 700;
    color: #187084;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 5px;
}

.seccion_compartir{
    background-color: #434344;
    height: 45px;
    margin-top: 5px;
    padding-top: 8px;
    margin-bottom: 10px;
}

footer{
    background-color: #434344;
    height: 45px;
    margin-top: 5px;
    padding-top: 8px;
   
}

.footer_texto{
    color:#7a7a7e;
    font-size: 19px;
    text-decoration: none;
}

.footerEstrella{
    color: white;
    font-size: 23px;
}

.footerCompartir{
    color: white;
    font-size: 23px;
    padding-right: 10px;
}

span{
    color: white;
    padding-right: 3px;
    font-size: 15px;
    
}




.iconfot{
    color:white;
    font-size: 29px;
    margin-right: 4px;
    position: relative;
    z-index: 2;
    
}
.iconfot1{
    color:white;
    font-size: 29px;
    margin-right: -2px;
    position: relative;
    z-index: 2;
    
}

#redesSocialesIcons{
    margin-right: 0px;
    margin-top: -85px;
    font-size: 28px;
}


.boton-verde{
    text-decoration: none;
    background-color:#1e9fc0;
    color: white;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 7px;
    box-shadow: 3px 2px 9px rgba(0, 0, 0, 0.7);
    font-weight: 600;
}

.seccion_grupo{
    margin-top: 13px;
    margin-bottom: 13px;
}

.grupow{
    padding-left: 5px;
    font-size: 20px;
   
}


.qr{
   width: 170px !important;

   display: block;
   z-index: 2;
}

.linea{
    width: 100%;
    color: #a0e4ef;
    border-width: 20px; 
    margin-top: -120px !important;
    display: block;
    z-index: 0;
    
}

.nuestrologo {
    width: 70px !important;
    margin-left: auto; 
    display: block; /* Evita que la imagen se superponga a otras */
    margin-top: -40px !important;
}

.btn_aplicacion{
    background-color: white;
    border-color: #1e9fc0 !important;
    color: #1e9fc0 !important;
    border-radius: 8px;
}

.btn_aplicacion:hover{
    background-color: #1e9fc0 !important;
    color: white !important;
}





@media (orientation: landscape) {
    body{
        padding: 0 200px 0 200px;
    }
}
@media (min-width: 375px) {
  
    .seccion1{
   
        height: 125px;
    }
}

@media (min-width: 425px) {
   
    .seccion1{
   
        height: 150px;
    }
}

@media (min-width: 768px) {
   
    body{
        padding: 0 0px 0 0px;
    }
    .seccion1{
   
        height: 270px;
    }
}

@media (min-width: 1024px) {
   
    body{
        padding: 0 0px 0 0px;
    }
    .seccion1{
   
        height: 370px;
    }
}

@media (min-width: 1440px) {
   
    body{
        padding: 0 0px 0 0px;
    }
    .seccion1{
   
        height: 500px;
    }
}