*{
    margin:0;
    padding: 0;
}
.contenedor-general{
    margin: 0 auto;
    width: 80%;
}
.img-logo{
    width: 170px;
}
#header{
    background-color: #fff;
    transition: 0.6s;
}
.margin-contenedor{
    margin-top: 70px;
    margin-bottom: 50px;
}
html,body{
    background-color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
    width: 100%;
}
.navbar{
    padding: 5px;
}
header{
    background-color: #fff;
    position: fixed;
    border-radius: 0 0 30px 0 ;
    border-bottom: 1px solid #cdcdcd;
    color: #fff;
    display: block;
    height: 80px;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}
.banner{
    background-image: url('../images/banner.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 30px 0;
    height: calc( 100% - 70px);
    display: block;
    margin: 0 auto;
    width: 100%;
}
.mask{
    background-color: rgb(24, 24, 24, 0.90);
    border-radius: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.titulo-banner{
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}
.parrafo-banner{
    color: #fff;
    font-size: 1.1em;
    
}
.banner2{
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    display: block;
    height: 450px;
    margin: 0 auto;
    width: 100%;
}
.mask2{
    align-items: center;
    background-color: rgb(24, 24, 24, 0.90);
    border-radius: 40px;
    display: flex;
    padding: 30px;
    height: 100%;
    width: 100%;
}

.boton{
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 10px 35px;
}
.btn-rosa{
    background-color: #026836;
}
.titulo1{
    color: #282828;
    font-size: 2.6em;
    font-weight: bold;
}
.parrafo1{
    color: #282828;
    font-size: 1.1em;
    font-weight: bold;
}
.titulo1 span{
    color: #BF897F;
}
.precio{
    color: #08AC39 !important;
    font-weight: bold;
}
.dflex{
    display: flex;
    align-items: center;
}
.contenedor-gris{
    background-color: #E9E9EB;
    display: block;
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
}
.why-img img{
    width: 400px;
}
.numero{
    align-items: center;
    display: flex;
    background-color: #BF897F;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    color: #fff;
    font-size: 2em;
    justify-content: center;
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
}
#map{
    height: 450px;
    width: 100%;
}
footer{
    background-color: #712127;
    display: block;
    margin: 0 auto;
    padding: 40px 0 20px;
    width: 100%;
}
.logo-footer img{
    width: 200px;
}
ul{
    list-style: none;
}
.item-footer p{
    color: #fff;    
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
.item-footer ul{
    color: #fff;
}
.footer-line{
    background-color: #a15157;
    color: #fff;
    border-radius: 40px;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.espaciado{
    margin-top: 80px;
    margin-bottom: 80px;
}
.color-plata{
    background-color: #f1f1f1;
    border-radius: 40px;
}
.color-oro{
    background-color: #fff8e1;
    border-radius: 40px;
}
.p25{
    padding: 25px;
}
.item-paquete{
    padding: 15px;
}
.item-paquete h6{
    display: block;
    color: #075C30;
    font-size: 1.4em;
    font-weight: bold;
}
.item-paquete img{
    width: 80px;
}
.item-paquete > div  p:nth-child(2){
    color: #282828;
    font-size: 1.2em;
    font-weight: bold;
}
.item-paquete > div  p:nth-child(3){
    text-align: justify;
}


























.nav-item{
    color: #282828;
    font-weight: bold;
    padding: 0 10px;
}

p{
    margin: 0;
}
.top40{
    margin-top: 40px;
}
.top20{
    margin-top: 20px;
}
.top30{
    margin-top: 30px;
}
.top15{
    margin-top: 15px;
}
.top80{
    margin-top: 80px;
}
.gray-input{
    background-color: #f1f1f1 ;
    
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}
.boton-enviar{
    background-color: #66bb6a;
    color: #fff;
    display: block;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 auto;
    padding: 10px 25px;
    width: 200px;
}
.section-contacto img{
    width: 200px;
}
.img-sus{
    margin: 0 auto;
    width: 80%;
}
.section-contacto h5{
    color: #075C30;
    font-size: 2.4em;
    font-weight: bold;
}
.info-contacto img{
    width: 40px;
}
.info-contacto h6{
    color: #075C30;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    margin-top: 15px;
}

.item-proceso > div{
    position: relative;
}
.item-proceso > div h3{
    color: #282828;
    font-size: 1.2em;
    font-weight: bold;
}
.item-proceso > div p:last-child{
    font-size: 1em;
    text-align: justify;
}
.proceso-invitacion{
    margin: 150px auto;
}

.detalles-item{
    border: 1px solid #BF7E42;
    border-radius: 80px;
    margin: 15px auto;
    padding: 30px;
}
.detalles-item h5{
    color: #766452;
    font-weight: bold;
    font-size: 2em;
}
.presentacion-home img{
    display: block;
    border-radius: 20px;
    margin: 20px auto;
    width: 250px;
}
.navbar-toggler-icon img{
    width: 25px;
}





@media screen and (max-width: 1500px){ 
    .contenedor-general{
        width: 90%;
    }
    .titulo-banner{
        font-size: 3em;
        font-weight: bold;
        color: #fff;
    }
}

@media screen and (max-width: 1200px){ 
    .contenedor-general{
        width: 93%;
    }
    .titulo-banner{
        font-size: 2.4em;
    }
    .titulo1{
        font-size: 2.4em;
    }
}

@media screen and (max-width: 992px){ 
    .titulo-banner{
        font-size: 2em;
    }
    .titulo1{
        font-size: 2em;
    }
    .navbar-collapse{
        background-color: rgba(40, 40, 40, 0.9);
    }
}

@media screen and (max-width: 850px){ 
    .titulo-banner{
        font-size: 1.6em;
    }
}
















































/*.contenedor80{
    margin:40px auto;
    width: 80%;
}*/
.nosotros{
    margin:80px auto;
    text-align: center;
}
.nosotros p{
    font-size: 1.2em;   
}
.title span{
    color: #282828;
}
.center{
    text-align: center;
}

.item-preguntas{
    
    margin-bottom: 20px;
    padding: 15px;
    text-align: justify;
}
.item-preguntas h5{
    color: #282828;
    font-size: 1.4em;
    font-weight: bold;
}

.title-alone{
    font-size: 2em;
    font-weight: bold;
    margin:40px 0;
}
.contact-info img{
    display: block;
    margin:20px auto;
    width: 80px;
}
.contact-info{
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}
textarea{
    resize: none;
}
.contacto-form input,.contacto-form textarea{
    border: none;
    color: #787878;
    padding: .85rem;
    outline: none;
    width: 100%;
}
