@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

hr {
    width: 60%;
}
  
#body {
    background: white;
    width: 100%;
    font-family: 'Quicksand', sans-serif; 
    text-align: justify;
    line-height: 1.5;
}

#banner {
    background-position: center;
    background-size: cover;
    height: 450px;
    width: 100%; 
}

.logo {
    width: 35px;
    margin: 5px; 
}

.idioma {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.navbar-nav li {
    margin:0px 10px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}


/* Home */

.home {
    background: url(../images/banner.jpg) no-repeat;
}


.welcome {
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 8px #484848;
} 

.welcome h1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -250px);
} 

.intro {
    text-align: center;
    background-color: rgb(0, 0, 0, 0.04);
    padding: 25px;
    margin: 40px 105px;
    height: 20%;
}

.intro h2 {
    padding: 10px;
    color: rgb(186, 59, 59);
    font-weight: bold;
}

.info-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px 30px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.card-body a{
    text-decoration: none;
    color:black;
}

.card-body button {
    padding: 8px;
    background-color: rgb(196, 40, 40);
    border: 0.5px solid rgb(201, 58, 58);
    font-weight: 800;
    color: rgb(255, 255, 255);
    box-shadow: 4px 4px 4px rgba(60, 60, 93, 0.33);
    border-radius: 10px;
    margin: 5px;
}

.card-title {
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
    color: black;
}

.card-title:hover{
    color: rgb(89, 89, 89);
}

.card-price {
    font-size: 17px;
    color:brown;
    padding: 10px;
    font-weight: 900;
}

.card-text {
    color: black;
}

.flexcard {
    display: flex;
}

.widthcard {
    width: 80%;
}

.widthcard:hover{
    transform: scale(1.02) perspective(0px);
    box-shadow: 4px 4px 4px rgba(60, 60, 93, 0.33);
    transition: 0.2s;
}

.widthcard a {
    text-decoration: none;
}

.simple-card {
    margin: 0px 30px;
}

.simple-card a{
    text-decoration: none;
}

.description {
    margin: 0px 40px;
    text-shadow: 3px 6px 9px #b0b0b0;
}

.description h2 {
    text-align: center;
    padding: 25px;
}
.description h5 {
    text-align: center;
    padding: 25px;
}

.gridmap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px 40px 20px 40px;
}

.gridmap a{
    text-decoration: none;
    color: rgb(22, 148, 183);
}

.flex {
    margin: 20px;
    display:flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.review {
    margin: 30px;
}

.review_title {
    font-size: 20px;
    margin: 20px;
    text-align: center;
    margin-bottom:40px;
    text-shadow: 3px 6px 9px #b0b0b0;
}


/* Tour */

.banner-bautismo{
    background: url(../images/banner-bautismo.jpg) no-repeat;
}

.banner-bautismo-largo{
    background: url(../images/banner-bautismo-largo.jpg) no-repeat;
}

.banner-mgi{
    background: url(../images/banner-mgi.jpg) no-repeat;
}

.service {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 30px;
    font-family:Arial, Helvetica, sans-serif
}

.service span{
    padding: 12px;
    color: rgb(59, 59, 59);
}

.service strong{
    padding:3px;
}

.fa-plane-up {
    color:rgb(31, 169, 102);
    padding:3px;
}

.fa-location-dot {
    color:rgb(78, 78, 213);
    padding:3px;
}

.fa-clock {
    color:rgb(232, 177, 57);
    padding:3px;
}

.flex h3 {
padding-bottom: 20px;
}

.preguntas {
    border: 1px solid rgb(22, 148, 183);
    border-radius: 20px;
    padding: 10px;
}

.preguntas:hover{
    background-color:  rgb(36, 166, 202);
    color:white
}

.precio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin: 10px 30px 30px 30px;
}

.precio span{
    padding: 12px 1px;
    color: rgb(59, 59, 59);
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}

.caja-precios {
    margin: 60px;
    padding-top: 30px;
    Padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-color: rgb(239, 239, 239);
}

.fa-person {
    color: rgb(65, 156, 181);
}

.images-tour {
    display: flex;
    gap:10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.images-tour img {
    width:30%;
}

/* Info */

.info_banner{
    background: url(../images/banner-info.jpg) no-repeat;
}

.info {
    display: flex;
    flex-direction: column;
    margin: 40px;
    text-align: initial;
}

.info h3 {
    padding: 20px 0px;
    font-weight: bold;
    text-align: initial;
}

.info h5 {
    font-size: 18px;
    padding: 8px 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: initial;
}

.info-border {
    border: 1px solid rgb(211, 211, 211);
    border-radius: 10px;
    padding:10px;
    margin:10px;
}

/* Contact */

.contact{
    background: url(../images/banner-contact.jpg) no-repeat;
}

.flexContact {
    margin: 30px;
    display:flex;
    flex-direction: column;
}

.flexContact h3 {
    text-align:center;
    line-height: 1.5;
}

.contactUs {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 10px;
    padding-bottom: 30px;
}

.contactUs span i {
    font-size: 23px;
    padding: 0px 4px;
}

.whatsapp {
    color: rgb(59, 186, 72);
}

.instagram {
    color: rgb(185, 48, 203);
}

.mail {
    color:  rgb(30, 36, 210);
}

.contactUs span {
    font-size: 17px;
    padding: 20px 0px;
}

.contactUs span a {
    text-decoration: none;
    color: rgb(115, 115, 115);
}

.contactUs span a:hover {
    color: rgb(0, 0, 0);
}


/* Footer */

.pie {
    background-color: rgb(178, 178, 178);
    color: white;
}

footer h2 {
    display: flex;
    justify-content: center;
    padding-top: 20px; 
}

.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(178, 178, 178);
    padding-top: 10px;
    padding-bottom: 30px;
}

.footer span {
    font-size: 17px;
    padding: 10px 40px;
}

.footer span a {
    text-decoration: none;
    color: white;
}

.footer span a:hover {
    color: rgb(215, 241, 255);
}


.about-photos img {
    width: 32%;
}

.about-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 5px;
}

@media screen and (max-width:915px){
    .card-price {
        font-size: 17px;
        color:brown;
        padding: 10px;
        font-weight: 900;
    }
}

@media screen and (max-width:800px){
    .gridmap {
        grid-template-columns: 1fr; 
        margin: 0px;
    }
    .flexContact {
        align-items: center;
    }
    .intro {
        margin: 40px;
    }
    .long-card {
        display: none;
    }
    .simple-card {
        display: block
    }    
    .card-title {
        font-size: 24px;
        font-weight: 800;
    }
}

@media screen and (min-width:800px){
    .simple-card {
     display: none
    } 
}  

@media screen and (max-width:520px){
    .iframe iframe {
        width: 300px;
        height: 300px;
    }
    .caja-precios {
        margin: 20px;
    }
    .precio span{
        padding: 6px;
    }
    .images-tour img {
        width:100%;
        padding:15px;
    }
}

@media screen and (max-width:400px){
    .iframe iframe {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width:360px){
    .iframe iframe {
        width: 210px;
        height: 210px;
    }
}

@media screen and (max-width:403px){
    .overview {
        justify-content: left;
        margin-left: 40px;
    }
}

@media screen and (max-width: 700px){
    .widthcard {
    width: 100%;
    }
   
}