@charset "utf-8";
/* CSS Document */  
body{
    background-color: #d6c1cb !important;
}
.row:first-child{
     background-color: rgb(239, 221, 154) !important;
     padding-top: 0.5px;
    margin-top: 0.5px;
}
    
header .col-1{
    background-color: rgb(240, 221, 159);
    p padding-top: 0.5px;
    margin-top: 0.5px;
}
header .col-2{
    background-color: rgb(240, 221, 159);
     padding-top: 0.5px;
    margin-top: 0.5px;
}
header .col-9{
    background-color:rgb(240, 221, 159);
     padding-top: 0.5px;
    margin-top: 0.5px;
}
.col-2{
    display: flex;
    align-items: center;
}
header .col-8{
    font-family: 'Great Vibes', cursive;
    font-size: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(99, 27, 80);
    background-color: rgb(240, 221, 159);
     padding-top: 0.5px;
    margin-top: 0.5px;
    
}
header{
	background-color: rgba(155, 20, 94, 0.267);

}
header img{
	border
}
.menu div:nth-child(5) a:hover{

    filter: drop-shadow(8px 8px 10px  rgb(138, 36, 108));
}

.menu div:nth-child(2) a:hover{
    filter: drop-shadow(8px 8px 10px rgb(138, 36, 108));
}

.menu div:nth-child(3) a:hover{

    filter: drop-shadow(8px 8px 10px  rgb(138, 36, 108));
}

.menu div:nth-child(4) a:hover{
    
    filter: drop-shadow(8px 8px 10px  rgb(138, 36, 108));
}
.construccion{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin-top:40px;
}
.img-cons{
    width: 100px;
    margin-bottom: 10px;
}
nav ul li { 
    display:inline;
}

ul li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}


a{
     text-decoration: none;
    color: rgb(31, 0, 27);  
}
a{
    text-decoration: none !important;
    color: rgb(117, 144, 83) !important;
}

a p{
    color: rgb(70, 48, 7) !important;
    text-decoration: none !important;
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
}


a:hover{
    color: rgb(87, 12, 64);
}
a:active{
    color: rgb(90, 7, 42);
}
.menu{
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 50px;
    text-align: center;
}
.menu div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu{
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center;
    width: 70%;
}
.menu{
    display: flex;
    justify-content: space-evenly; 
    align-items: center;
    width: 100%;
}
.menu{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: px;
    }

    .menu div{
        width: 40%;
        text-align: center;
    }

    .menu img{
        width: 90px;
        height: auto;
    }

.menu div{
    text-align: center;
    flex: 1; 
}
ul li a{
    display: inline-block;  
    width: 150px;
    height: 150px;
    text-decoration: none !important;
    border: none !important;
    outline: none;
}
iframe{
    display: block;
    margin: 50px auto;
}
.encabezado img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nosotros{
    width: 80%;
    margin: auto;
    text-align: justify;
    line-height: 1.8;
    margin-top: 40px;
}

.nosotros h2{
    text-align: center;
}

.logo-info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 85%;
    margin: 60px auto;
}

.texto-logo{
    width: 55%;
    text-align: justify;
    line-height: 1.8;
}

.imagen-logo{
    width: 35%;
}

.img-logo{
    width: 100%;
    border-radius: 10px;
}
table div img{
    border-radius: 15px;
    margin-top: 20px;
}
.row:first-child{
     background-color: rgb(240, 221, 159) !important;
}
table{
    border-spacing: 20px;
}

table td{
    background-color: rgba(193, 133, 174, 0.18);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0px 0px 15px rgba(121, 66, 107, 0.15);
    transition: 0.3s;
}

table td:hover{
    transform: scale(1.01);
    box-shadow: 0px 0px 25px rgba(121, 66, 107, 0.30);
}

h2{
    color: rgb(104, 41, 87);
    font-size: 38px;
    margin-bottom: 20px;
    font-family: Georgia, serif;
}

table p{
    font-size: 19px;
    line-height: 1.8;
    color: rgb(74, 45, 63);
    text-align: justify;
}
table img{
    border-radius: 20px;
    transition: 0.3s;
}

table img:hover{
    transform: scale(1.04);
}
.encabezado{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
}
footer{
    margin-top: 50px;
    background-color: rgba(164, 98, 145, 0.25);
    padding: 25px;
    text-align: center;
}
@media screen and (max-width:768px){

    header .col-8{
        font-size: 55px;
    }

    table{
        width: 100% !important;
    }

    table tr,
    table td{
        display: block;
        width: 100% !important;
    }

    table img{
        width: 90% !important;
        height: auto;
    }

    table p{
        font-size: 16px;
    }

    h2{
        font-size: 28px;
        background-color: black;
        text-align: center;
    }
    .cuadro-hermila{
    cursor: pointer;
    transition: 0.3s;
}

.cuadro-hermila:hover{
    transform: scale(1.01);
    box-shadow: 0px 0px 20px rgba(121, 66, 107, 0.25);
}
.imagen-grande{
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.imagen-grande:hover{
    transform: scale(1.03);
}
.cuadro-galeria a{
    text-decoration: none;
    color: inherit;
    display: block;
}

.cuadro-galeria{
    transition: 0.3s;
    border-radius: 25px;
    cursor: pointer;
}

.cuadro-galeria:hover{
    transform: scale(1.02);
    box-shadow: 0px 0px 25px rgba(121,66,107,0.25);
}	
	.titulo-galeria{
    color: #2d1b2e !important;
    text-align: center !important;
    font-size: 50px;
    display: block;
    width: 100%;
    margin: auto;
}

.cuadro-galeria a{
    text-decoration: none !important;
}
.link-galeria{
    text-decoration: none !important;
    display: block;
}

.link-galeria:link{
    color: #2d1b2e !important;
}

.link-galeria:visited{
    color: #2d1b2e !important;
}

.link-galeria:hover{
    color: #2d1b2e !important;
}

.link-galeria:active{
    color: #2d1b2e !important;
}

.titulo-galeria{
    color: #2d1b2e !important;
    text-align: center !important;
    margin-bottom: 30px;
}
	/* GALERIA PINTEREST */

.galeria-pinterest{
    column-count: 3;
    column-gap: 18px;

    width: 90%;
    margin: auto;
    margin-top: 40px;
}

.galeria-pinterest img{
    width: 100%;
    margin-bottom: 18px;

    border-radius: 20px;

    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);

    transition: 0.3s;

    cursor: pointer;
}

.galeria-pinterest img:hover{
    transform: scale(1.02);
    box-shadow: 0px 0px 20px rgba(121,66,107,0.25);
}

/* CELULAR */

@media screen and (max-width:768px){

    .galeria-pinterest{
        column-count: 1;
    }

}
.galeria-pinterest{
    columns: 3 250px;
    column-gap: 18px;

    width: 90%;
    margin: auto;
    padding-top: 40px;
}

.galeria-pinterest img{

    width: 100%;
    margin-bottom: 18px;

    border-radius: 20px;

    display: block;

    box-shadow: 0px 4px 15px rgba(0,0,0,0.10);

    transition: 0.3s;
}

.galeria-pinterest img:hover{

    transform: scale(1.02);

    box-shadow: 0px 8px 25px rgba(121,66,107,0.25);
}
.galeria-pinterest{
    width: 90%;
    margin: auto;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));

    gap: 20px;

    padding-top: 40px;
}

.galeria-pinterest img{

    width: 100%;
    height: 350px;

    object-fit: cover;

    border-radius: 20px;

    box-shadow: 0px 4px 15px rgba(0,0,0,0.12);

    transition: 0.3s;

    display: block;
}

.galeria-pinterest img:hover{

    transform: scale(1.03);

    box-shadow: 0px 8px 25px rgba(121,66,107,0.25);
}
