
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
* {
    font-family: 'Poppins', sans-serif;
}
.container_max {
    width:2000px;
    max-width:100%;
    margin: 0 auto;
}
.container_xana {
    width:1080px;
    max-width:100%;
    margin: 0 auto;
}
.container_xs {
    width:900px;
    max-width:100%;
    margin: 0 auto;
}
.linea {
    width:100%;
    height:1px;
    background-color: #1f1f1f;
}

.logos_wrapper {
    display:flex;
    align-items:center;
    justify-content: space-between;
    justify-content: space-around;
}
@media (min-width:768px) {
    .logos_wrapper {
        max-width:80%;
        margin: 0 auto;
    }
}
.logo1 {
    width:125px;
}
.logo2 {
    width:232px;
}
.logo3 {
    width:112px;
}
@media (max-width:620px) {
    .logo1_wrapper, .logo3_wrapper {
        width:20%;
    }
    .logo2_wrapper {
        width:35%;
    }
    .logo1, .logo2, .logo3 {
        max-width:100%;
    }
}
.linea_wrapper {
    margin-bottom:20px;
}
.header_wrapper {
    padding-top:30px;
    padding-bottom:30px;
}
@media (min-width:769px) {
    .header_wrapper {
        padding-top:50px;
        padding-bottom:50px;
    }
}

.index_title1 {
    color:white;
    font-size: 32px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}
.index_text1 {
    color:white;
    font-size:20px;
}
@media (min-width:992px) {
    .index_grid_1 {
        display:grid;
        grid-template-columns:1fr 1fr;
    }
}
.index_grid_1_col1 {
    background:linear-gradient(90deg, #a07c83 1.15%, #7fa7a1 27.33%, #b89172 52.03%, #82819e 75.74%, #7fa7a1 99.94%);
    padding:40px;
}
@media (min-width:992px) {
    .index_grid_1_col1 {
        /*padding-left: calc(( 100vw - 1080px ) / 2);*/
        padding-left: calc(( ( 100% * 2 ) - 1080px ) / 2);
    }
}

.index_grid_1_col2 {
    background-image:url(../images/Img_Home.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    min-height:500px;
}
/*@media (min-width:2000px) {
    .index_grid_1_col1 {
        padding-left: 100px;
    }
}*/
.btn_reservaplaza {
    background-color:white;
    border-radius:5px;
    padding:7px 30px;
    display:inline-block;
    color:#A07C83;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
}
.btn_reservaplaza:hover {
    color:#A07C83;
}
.index_back_stars {
    background-color: #29A5BB;
    padding-top:70px;
    padding-bottom:70px;
    background-image: url(../images/back_stars.png);
    background-size:cover;
    background-repeat:no-repeat;
}
.index_reserva_box {
    background-color:white;
    border-radius:15px;
    padding:50px 20px 35px 20px;
    box-shadow: 3px 5px 12px 0px rgba(139,129,129,0.75);
    -webkit-box-shadow: 3px 5px 12px 0px rgba(139,129,129,0.75);
    -moz-box-shadow: 3px 5px 12px 0px rgba(139,129,129,0.75);
}
.index_reserva_box_title {
    color:#1D9289;
    font-size:24px;
    font-weight:800;
    text-align:center;
}
.index_reserva_box_subtitle {
    color:#1f1f1f;
    font-size:57px;
    font-weight:bold;
    line-height:1.2;
    text-align:center;
    margin-bottom:20px;
}
.index_reserva_box_text {
    color:#1f1f1f;
    font-size:20px;
    text-align:center;
    margin-bottom:60px;
}
.btn_reservar_cubierto {
    background-color: #A07C83;
    color:white;
    border-radius:5px;
    padding:7px 25px;
    display:inline-block;
    text-decoration:none;
    font-weight:bold;
}
.btn_reservar_cubierto:hover {
    color:white;
}
.organiza_title {
    color:#1f1f1f;
    font-size:14px;
}
.colabora_wrapper {
    display:flex;
    flex-wrap:wrap;
    gap:2%;
    justify-content:center;
    align-items:center;
}
.colabora_a {
    width:18%;
}
@media (max-width:767px) {
    .colabora_a {
        width:48%;
    }
}
.colabora_img {
    margin-bottom:20px;
    width:100%;
}
.logotop {
    max-width:100%;
}

.reserva_line {
    width:100%;
    height:66px;
    background-color: #1D9289;
}
.reserva_precio_box {
    background-color: #A07C83;
    padding:30px 40px;
    text-align:center;
}
.reserva_precio_box_title {
    font-size:24px;
    font-weight:800;
    color:white;
}
.reserva_precio_box_precio {
    font-size:92px;
    font-weight:200;
    color:white;
    line-height:1.2;
}
.reserva_precio_box_text {
    color:white;
    font-size:16px;
}
.reserva_title {
    font-weight:800;
    font-size:24px;
    color:#1D9289;
}
.reserva_subtitle {
    color:#1f1f1f;
    font-size:64px;
    font-weight:bold;
    line-height:1.2;
}
.reserva_text {
    color:#1f1f1f;
    font-size:16px;
}
.form-control, .form-select {
    border-color:#1f1f1f;
    padding: 12px 15px;
}
.reserva_numcubiertos_box {
    background-color: #a07c837c;
    padding:20px;
    border-radius:15px;
}
.reserva_numcubiertos_text {
    color:#1f1f1f;
    font-size:16px;
    text-align:center;
}
.reserva_resumen_title {
    font-size:20px;
    color:#1f1f1f;
    text-align:center;
}
.reserva_resumen_line {
    width:100%;
    height:1px;
    background-color: #1f1f1f;
}
.reserva_resumen_num_cubiertos {
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.reserva_resumen_text {
    font-size:18px;
    color:#1f1f1f;
}
.bold {
    font-weight:800;
}
.reserva_resumen_total {
    font-size:32px;
    color:#1f1f1f;
    line-height:1;
}
.err {
    border-color:red!important;
}

.select2-container {
    width:100%!important;
}
.select2-selection {
    padding: 12px 10px!important;
}

.empresa_container {
    background-color: #A07C83;
    border-radius:20px;
    text-align:center;
    padding-top:30px;
    padding-bottom:50px;
    padding-left:20px;
    padding-right:20px;
}
.btn_contactanos,.btn_contactanos:hover {
    background-color: #29A5BB;
    color:white;
    border-radius:5px;
    padding:7px 25px;
    display:inline-block;
    text-decoration:none;
    font-weight:bold;
}
.btn_contactanos_wrapper {
    text-align:center;
    margin-top:-20px;
}

.back_top {
    background-image: url(../images/back_top.png);
    background-size:cover;
    background-repeat:no-repeat;
}
.top_title {
    font-weight:bold;
    font-size:57px;
    line-height:1.2;
    color:white;
}
.top_txt1 {
    color:white;
    font-size:20px;
}
.top_txt2 {
    color:white;
    font-size:24px;
    font-weight:bold;
}
.top_blueline {
    background-color: #29A5BB;
    height:1px;
    width:350px;
    max-width:100%;
    margin: 15px 0px;
}
.top_txt3 {
    font-size:16px;
    color:white;
}
.xana_top_img {
    width:100%;
    max-width: 400px;
}
.index_txt1 {
    font-size:18px;
}
.index_txt2 {
    font-size:24px;
    font-weight:bold;
    color:#29A5BB
}
.index_btn_reserva,.index_btn_reserva:hover {
    color:white;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    display:inline-block;
    text-decoration:none;
    background-color: #29A5BB;
    border-radius:10px;
    padding:7px 25px;
}








.bold {
    font-weight:bold;
}
.text27 {
    font-size:27px;
}
.text20 {
    font-size:20px;
}
.text19 {
    font-size:19px;
}
.color_white ,.color_white b{
    color:white;
}

/* gracias */
.contianer-border {
    border: 1px solid #3b3841;
    margin: 50px;
    padding: 30px;
    text-align: center;
}
.imageToy {
    width: 204px;
    max-width: 100%;
}
.pagoTitle {
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    word-break: break-word;
}
.basicParagraph {
    font-size: 18px;
    /*color: #3b3841;*/
    line-height: 1.3;
}
.socialTitle {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    word-break: break-word;
}
.socialItems a {
    margin-right: 15px;
    margin-left: 15px;
    text-decoration: none;
}
.socialItems .social-item {
    filter: invert(100%);
    height: 43px;
    text-decoration: none;
    width: 43px;
}
/* end gracias */