body{
    font-family: 'Montserrat','Arial';
    
}

 /* Boton whatsapp */

 .float{ 
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}
.fa-whatsapp{
    font-size: 60px;
}
.float:hover{
    background-color: #1be966;
}

/* Contenido principal */

    .contenedor-principal{
        background-color: white;
}

    /* Información general */

    .titulo-slider{
        font-style: normal;
        font-weight: 700;
        font-size: 38px;
        color: #F5F7FA;
        margin-bottom: 20px; 
    }

    .texto-slider{
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        color: #F5F7FA;
    }

    .oscurecer-img{
        filter: brightness(70%);
      }

    /* Seccion descripción */

    .descripcion{
        padding: 80px 80px;
    }
    .titulo-descripcion{
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        color: #FB6D3A;
        margin-bottom: 40px;
    }

    .texto-descripcion{
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    /* Seccion nuestros servicios */

    .servicios{         
        background: rgb(221,77,27);
        background: radial-gradient(circle, rgba(221,77,27,1) 0%, rgba(255,254,0,1) 100%);
        padding: 40px 40px;
    }

    .titulo-servicios{
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        color: #F5F7FA;
        margin-bottom: 40px;       
    }

    /* Seccion formatos */

    .formatos{         
        padding: 40px 40px;
    }

    .titulo-formatos{
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        color: #FB6D3A;
        margin-top: 20px; 
        margin-bottom: 40px;       
    }

    .texto-formatos{
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    /* Seccion nuestro repertorio */
    .nuestro-repertorio{         
        padding: 40px 40px;
    }

    .titulo-repertorio{
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        color: #FB6D3A;
        margin-top: 20px; 
        margin-bottom: 40px;       
    }

    .texto-repertorio{
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    /* Seccion redes sociales */

    .redes-sociales{         
        padding: 40px 40px;
    }

    .titulo-redes-sociales{
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        color: #000000;
        margin-top: 20px; 
        margin-bottom: 40px;       
    }

    /* Footer */

    .footer{
        background: rgb(221,77,27);
        padding: 40px 40px;
        color: #F5F7FA;
}


   

    
