/*GENERALES*/
*{
    margin: 0;
    padding: 0;
}
body{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    background-color: #844C4C;

}

.beige{
    background-color: #FFF6E9;
}

h6{
    font-family:'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: justify;
    color: #FFF6E9;
}

h1{
    color: #FFF6E9;
    margin: 30px;
    font-size: 50px;
    font-family:"Montserrat", sans-serif;
}    

h2{
    color: #FFF6E9;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 20px;
    font-family: "Montserrat", sans-serif;
}

h3{
    color: #FFF6E9;
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
    margin: 7px 30px;
    font-family: "Montserrat", sans-serif;
}

h4{
    color: #FFF6E9;
    font-size: 8px;
    text-align: right;
    margin: 7px 30px;
    font-family: "Montserrat", sans-serif;
}
p{
    text-align: justify;
    color: #FFF6E9;
    font-size: 8px;
    margin: 5px 30px;
    font-family: "Montserrat", sans-serif;
}

a{
    color: #FFF6E9;
}

a:hover{
    color: #fff6e9b8;
}

.ima{
width: 50%;
text-align: center;
}

.inicio{
    color: #FFF6E9;
    margin: 40px;
}


.active a.nav-link {
    color: #844C4C !important;
    font-weight: bold;
}

.nav-link:hover{
    font-weight: bolder;
}

.nav-link {
    display: inline;

}
table{
    border-collapse: separate;
    width: 100%;
    margin-top: 40px;
}

th {
    border: 10px solid;
    border-radius: 50px;
    background-color: #FFF6E9;
    font-size: small;
    color: #844C4C;
  }

  .row {
    /* --bs-gutter-x: 25.5rem; */
    --bs-gutter-y: 0;
}

td {
      text-decoration: underline;
      text-decoration-color: #FFF6E9;
      color: #FFF6E9;
  }

 /* .logo{
        background-image: url(../imagenes/);
        text-align: center;
        background-repeat: no-repeat;
        background-position: left;
        background-position-y: bottom;
        background-size: 50%;
        background-blend-mode: soft-light;

}  */
form {
    padding: 100px;
    background-color: #FFF6E9;
    margin: 50px 42px;
    border-radius: 50px;
}

.lo{
    width: 80%;
    margin-top: -90px;
}

.fondo{
    background-image: url(../imagenes/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn-primary {
    color: #844C4C;
    background-color: #FFF6E9;
    font-family: 'Montserrat';
    border-color: unset;
    margin: 50px;
}
a.btn-primary:hover {
    color: #844C4C;
    background-color: #fff6e9a1;
    border-color: none;
}
button.btn-primary:hover{
    color: #844C4C;
    background-color: #fff6e9a1;
    border-color: unset;
}
.modal-content {
    max-height: 100%;
    overflow: hidden;
    background-color: #844C4C;
}

.contenedor-icono{
    /* margin: 8px; */
    display: inline-block;
}

.contenedor-icono img{
    /* padding: 10px; */
    width: 200px;
}
.form-group{
 font-family: "Montserrat", sans-serif;
 background-color: #FFF6E9;
 border-radius: 50%;
}



.col-4.my-auto.p-2.p-sm-3.p-xl-3.align-self-center {
    background-color: #FFF6E9;
    border-radius: 17%;

}

.col-4.my-auto.p-2.p-sm-3.p-xl-3.align-self-center p{
    color: #844C4C;
    font-family: "Montserrat", sans-serif;
    
}

/*SEC*/
.claro{
    color: #844C4C;
    background-color: #FFF6E9;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    font-weight: bold;
    padding: 5px 100px;
}
.btn-secondary {
    border-color: #fff6e979 !important;
}
.claro:hover{
    background-color: #fff6e979 !important;
 
}

.secondary:focus {
    color: #844C4C;
    background-color: #fff6e979;
    border-color: #fff6e979;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.claro-1{
    color: #844C4C !important;
    background-color: #FFF6E9;
    font-family: "Montserrat", sans-serif;
    border-radius: 20px;
    font-weight: bold;
}
  
  /* ANCHO MARGEN Y FONDO PARA LAS IMÁGENES QUE SERÁN LOS VÍNCULOS DENTRO DEL OVERLAY */
  

  /* HOVER PARA QUE CUANDO ESTEMOS EN CARD SE ACTIVEN CON OPACIDAD A 1 EL OVERLAY Y LOS LINKS */
  .card:hover .contenedor-links a img, .card:hover .card-img-overlay {
    opacity: 1;
  }
  
  /* HACER QUE EL OVERLAY INICIALPENTE SEA TRANSPARENTE CON OPACITY 0 */
  .card-img-overlay {
    opacity: 0;
    transition:all ease .4s;
  }

footer{
    background-color: #FFF6E9;
    color: #844C4C;
    font-family: "Montserrat", sans-serif;
}

/* Large devices (less than 1200px) */
@media (max-width: 1200px) {
}
/* Medium devices (less than 992px) */
@media (max-width: 992px) {
    /* form {
        padding: 70px;
      
    }
    .claro {
        color: #844C4C;
        background-color: #FFF6E9;
        font-family: "Montserrat", sans-serif;
        border-radius: 50px;
        font-weight: bold;
        padding: 5px 60px;
    }
    .lo {
        width: 90%;
        margin-top: -50px;
    } */
 }
 

/* Small devices (less than 768px) */
@media (max-width: 768px) {
    /* video{
        width:95%;
        height:95%;
    }  

    a{
        font-size: 25px;
    }
    a.contacto{
        font-size: 20px;
    }

    h1 {
        font-size: 50px;
    }

    p{
        font-size: 20px;
    }

    .lo {
        width: 90%;
        margin-top: -50px;
    } */
}


/* Extra small devices (less than 576px) */
@media (max-width: 576px) {
    /* h1 {
        font-size: 30px;
    }

    .claro {
        padding: 5px 40px;
    } */
}