html {
    scroll-behavior: smooth;
  }

body {
    margin: 0;
    padding: 0;
    /* background-image: url("img/patternbg.jpg");
    background-attachment: fixed; */
    
}

header {
    width: 100%;
    height: auto;
    margin-bottom: 50px;

    display: grid;
    grid-template-rows: 550px 50px;

    background-color: #99b2e800;
    background-image: url("img/fondoheader.jpg");
    background-size: cover;
    background-attachment: fixed;

    box-shadow: 0 12px 20px -6px black;
}

h1 {
    display: none;
}


.logo {
    display: grid;
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}






.navContainer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px;
    justify-items: center;
    background-color: #F8F9FA;
    
}




main {
    padding: 0 15%;


}

.contenedorRosa {
    padding: 60px 10% 5px 10%;
    background-color: rgb(240, 99, 99);
    color: white;
    margin-bottom: 75px;
    border-radius: 30px;
    /* border: 5px solid white; */
    box-shadow: 0 6px 20px -6px black;

}

.contenedorAzul {
    padding: 60px 10% 5px 10%;
    background-color: #7d92c0;
    color: white;
    margin-bottom: 75px;
    border-radius: 30px;
    /* border: 5px solid white; */
    box-shadow: 0 6px 20px -6px black;

}

.contenedorRosa img {
    width: 100%;
}

.contenedorAzul img {
    width: 100%;
}

.divisor {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.divisorInverted {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.textContainer {
    padding-top: 30px;
    padding-left: 40px;
}

.textContainerInverted {
    /* padding-top: 30px; */
    padding-right: 40px;
}

.imgContainerInverted {
    margin-top: 50px;
}

#marginTopH2 {
    margin-top: 30px !important;
}

.upRosa {
    margin: 50px;
    margin-left: 75%;
    display: block;
    width: 100px;
    padding: 10px 30px 10px 30px;
    background-color: #7d92c0;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    font-weight: 600;

    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.685);

}

.upRosa:hover {
    background-color: white;
    color: #7d92c0;


}

.upAzul {
    margin: 50px;
    margin-left: 75%;
    display: block;
    width: 100px;
    padding: 10px 30px 10px 30px;
    background-color: rgb(240, 99, 99);
    border-radius: 15px;
    text-decoration: none;
    color: white;
    font-weight: 600;

    box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.685);

}

.upAzul:hover {
    background-color: white;
    color: rgb(240, 99, 99);


}

.accordion {
    color: black;
}


iframe {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

footer {
    /* color viejo background-color: #99B2E8; */
    background-color: #7d92c0;
    padding: 30px 25% 60px 25%;
    box-shadow: 0 -4px 20px -6px black;

    display: grid;
    grid-template-columns: 1fr 3fr;

}

.footerRight {
    margin: 25px 0 0 60px;
}

footer img {
    width: 100%;
}

main img {
    border-radius: 30px;
    box-shadow: 0 6px 20px -6px black;
}

.menuFlotante {
    position: fixed;
    top: 20%;
    left: 50px;
    display: grid;
    grid-template-rows: 60px 60px 60px;
    grid-row-gap: 15px;
}

.botonFlotante {
    font-size: 11px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 60px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 0;
    margin: 0;

    position: relative;

    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
    
}


.botonFlotante p {
    text-align: center;
    font-weight: 800;
    padding: 0;
    margin: 0;
}

.botonFlotante a {
    width: 100%;
    height: 100%;
}

#boton1 {
    background-image: url("img/boton1.png");
    
}

#boton2 {
    background-image: url("img/boton2.png");
    
}

#boton3 {
    background-image: url("img/boton3.png");
    
}

.imageContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
}

.collageContainer {
    display: grid;
    justify-content: center;
}

.collage {
    
    -webkit-box-shadow: 6px 6px 22px 0px rgba(0,0,0,0);
-moz-box-shadow: 6px 6px 22px 0px rgba(0,0,0,0);
box-shadow: 6px 6px 22px 0px rgba(0,0,0,0);

max-width: 550px;
}

.linkContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 0 25%;
}

.linkContainer img {
    max-width: 150px;
}

.contacto {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.izquierda {
    padding: 45px 10%;
}