/*---------------PAGINA GRACIAS------------------*/

.thankyou-container {
    background: #434345;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 400px;
    margin: auto;
    margin-top: 50px;
}

.thankyou-container img {
    max-width: 100%;
}

.thankyou-container h1 {
    color: #fff;
    margin-bottom: 15px;
}

.thankyou-container p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
}

.btn1 {
    display: inline-block;
    padding: 12px 20px;
    background: #d0dd28;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    font-size: 17px;
}

.btn1:hover {
    background: #b4be24;
}


.fondo{
    margin-top: 50px;
    width: 100vh;
    margin-left: 200px;
}

@media (max-width:640px) {
    .fondo {
        margin-top: 85px;
        height: 350px;
        width: 450px;
        margin-left: 0;
    }
}
/*---------------PRODUCTOS DE TEMPORADA------------------*/

.portfolio2 {
    margin-top: 20px;
    background-color: #434345;
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    container-name: portfolio;
    container-type: inline-size;
    justify-content: space-evenly;
}

.portfolio2__title {
    font-size: 3.5rem;
    margin-bottom: 0;
}

.portfolio__project-container2 {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1300px;
    margin: auto;
    width: 100%;
    gap: 12px;
    padding: 12px;
    min-height: 80vh;
}

.portfolio__project11 {
    background-image: linear-gradient(#0009, #0009), url(/images/UVAV.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project11:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project12 {
    background-image: linear-gradient(#0009, #0009), url(/images/UVAM.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project12:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project13 {
    background-image: linear-gradient(#0009, #0009), url(/images/DURAZ.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project13:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project14 {
    background-image: linear-gradient(#0009, #0009), url(/images/CHABAC.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project14:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project15 {
    background-image: linear-gradient(#0009, #0009), url(/images/CEREZA.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project15:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project16 {
    background-image: linear-gradient(#0009, #0009), url(/images/MELON.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project16:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project17 {
    background-image: linear-gradient(#0009, #0009), url(/images/PERA.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project17:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project18 {
    background-image: linear-gradient(#0009, #0009), url(/images/KIWI.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project18:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project19 {
    background-image: linear-gradient(#0009, #0009), url(/images/MANDARINA.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project19:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project20 {
    background-image: linear-gradient(#0009, #0009), url(/images/FRESA.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project20:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project21 {
    background-image: linear-gradient(#0009, #0009), url(/images/MIEL.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project21:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project22 {
    background-image: linear-gradient(#0009, #0009), url(/images/QUESOCH.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project22:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

@container portfolio (min-width: 56.25rem) {
    .portfolio__project-container2 {
        grid-template-columns: repeat(auto-fill,minmax(420px,1fr));
    }

    .portfolio__project11:first-child {
        grid-column: span 2;
    }

    .portfolio__project20:nth-child(6) {
        grid-column: span 2;
    }
}

@container portfolio (min-width: 81.25rem) {
    .portfolio__project-container2 {
        grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    }

    .portfolio__project11:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }

    .portfolio__project20:nth-child(6) {
        grid-column: span 4;
    }
}

/*---------------NOSOTROS------------------*/

.container-nosotros {
    max-width: 1100px;
    margin: auto;
    padding: 2rem;
}

.container-nosotros img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
}

h1, h2 {
    font-weight: 700;
    color: #fff;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

h2 {
    margin-top: 2rem;
    font-size: 1.5rem;
    border-left: 4px solid #d0dd28;
    padding-left: .5rem;
}

p {
    margin: .5rem 0 1rem;
    color: #fff;
}

.valores {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.valor {
    background-image: linear-gradient(#0009, #0009), url(/images/BANNERCALIDAD.png);
    background-position: center;
    background-size: cover;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}


.valor p {
    color: #fff;
}

.valor:hover {
    transform: translateY(-4px);
}

.valor h3 {
    margin-top: 0;
    color: #fff;
    font-size: 1.5rem;
    border-left: 4px solid #d0dd28;
}

@media (min-width: 768px) {
    .valores {
        grid-template-columns: repeat(2, 1fr);
    }
}

.cta {
    margin-top: 2rem;
    text-align: center;
}

.cta a {
    background: #d0dd28;
    color: #fff;
    text-decoration: none;
    padding: .75rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    transition: background .2s;
}


/*---------------NOSOTROS fin------------------*/

/*----------------BANNER------------------------*/
.banner {
    margin-top: 50px;
    width: 99%;
    max-width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 20PX;
    background: #434345;
}

.slides {
display: flex;
height: 100%;
transition: transform 0.6s ease;
will-change: transform;
}

.slide {
min-width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}

.slide img {
width: 100%;
height: 100%;
object-fit:contain;
display: block;
}

.btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
border: none;
background: rgba(0,0,0,0.35);
color: #d0dd28;
width: 44px;
height: 44px;
border-radius: 50%;
cursor: pointer;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
}

.btn.left { 
    left: 13px;
    
}
.btn.right {
    right: 13px;
}

.indicators {
position: absolute;
left: 50%;
bottom: 14px;
transform: translateX(-50%);
display: flex;
gap: 8px;
z-index: 11;
}

.indicators button {
width: 12px;
height: 12px;
border-radius: 50%;
border: none;
cursor: pointer;
background: rgba(255,255,255,0.65);
transition: transform .18s ease, background .18s ease;
}

.indicators button[aria-current="true"] {
transform: scale(1.18);
background: rgba(255,255,255,0.95);
}

.caption {
position: absolute;
left: 24px;
bottom: 40px;
color: #fff;
text-shadow: 0 6px 18px rgba(0,0,0,0.5);
}

@media (max-width:640px) {
    .banner {
        height: 240px;
        width: 450px;
    }
}

/*-----------------FIN BANNER-----------------------*/

*:focus {
    outline: none !important;
}
input:focus {
    box-shadow: none !important;
    outline: none !important;
}
body {
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 20px;
    color: #1a1a1a;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background-color: #434345;
}
html {
    width: 100%;
    height: 100%;
}
img {
    width: 100%;
}
*::-moz-selection {
    background: #d0dd28;
    color: #fff;
}
*::selection {
    background: #d0dd28;
    color: #fff;
}

a {
    color: #434345;
    transition: all ease-in 0.2s;
}
a:hover {
    text-decoration: none;
    color: #f48173;
}
p {
    margin-bottom: 16px;
}
.pbig {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.psmall {
    font-size: 16px;
    line-height: 1.9;
}
section {
    overflow: hidden;
    position: Relative;
}


/*---------------CONTACT------------------*/

.form {
    background-color: #ccc;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    container-name: form;
    container-type: inline-size;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 20% contain 40%;
}

.form__form {
    padding: 12px;
    max-width: 600px;
    width: 100%;
    display: grid;
    color: #d0dd28;
    margin-bottom: 30px;
}

.form__input-container :is(input,textarea) {
    width: 100%;
    padding: 9px;
    font-size: 16px;
    margin: 4px;
    border: none;
    box-shadow: 2px 2px 4px #0003;
}

.form__input-container textarea {
    resize: none;
    min-height: 120px;
    font-family: inherit;
}

.form__input-container input[type="submit"] {
    padding: 12px;
    background-color: #d0dd28;
    color: #fff;
}


.form__title {
    font-size: 3rem;
    color: #434345;
}

/*---------------CONTACT QUERIES------------------*/

@container form (min-width: 56.25rem) {

    .form__form {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "name lastname"
        "email email"
        "message message"
        "button button";
        gap: 12px;
        background-image: radial-gradient(#727276, #434345);
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0px 0px 40px #0006;
    }

    .form__input-container:first-child {
        grid-area: name;
    }

    .form__input-container:nth-child(2) {
        grid-area: lastname;
    }

    .form__input-container:nth-child(3) {
        grid-area: email;
    }
    .form__input-container:nth-child(4) {
        grid-area: message;
    }
    .form__input-container:nth-child(5) {
        grid-area: button;
    }

    .form__input-container :is(input,textarea) {
        box-shadow: 0;
        border-radius: 4px;
    }

}

/*---------------CONTACT FIN------------------*/
/*-----------------BOTON WHATS------------------------ */

.whatsapp {
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
z-index: 1000;
}

.whatsapp img {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
transition: transform 0.2s ease;
}

.whatsapp img:hover {
transform: scale(1.15);
}

/*---------------------FIN BOTON WHATS------------------------- */

/*---------------MAPA------------------*/

.container {
    gap: 20px;
    padding: 10px;
}

h4 {
    color:#fff;
    text-align: center;
    font-size: 4rem;
}

iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border: 10px;
}

/*---------------MAPA FIN------------------*/

/*---------------FOOTER------------------*/
.footer {
    background: #434345;
    color: #fff;
    padding: 50px 20px 20px;
    font-family: 'Montserrat';
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.footer-col img {
    max-width: 100%;
    width: 60px;
    margin: 10px 80px;
}

.footer-col h2.logo {
    color: #d0dd28;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.footer-col h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #fff;
}

.footer-col span {
    color: #d0dd28;
    font-weight: bold;
}
.footer-col p, 
.footer-col li, 
.footer-col a {
    font-size: 0.95rem;
    color: #ccc;
    text-decoration: none;
    line-height: 1.8;
}

.footer-col a:hover {
    color: #d0dd28;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.socials a {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.3rem;
    color: #fff;
    transition: 0.3s;
}

.socials a:hover {
    color: #d0dd28;
    transform: scale(1.2);
}

.footer-bottom p {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #d0dd28;
    padding-top: 15px;
    font-size: 0.9rem;
    color: #fff;
}
/* Preloader CSS */
.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    overflow: visible;
    top: 0;
}
.loading .cntn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -100px;
    width: 200px;
    transform-origin: center;
    text-align: center;
    animation: scale 0.8s infinite alternate;
}

.loading.fade {
    z-index: 0;
    animation-name: fade;
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 0.2003s;
}

/*botones*/
.btn-exotic {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 13px 40px;
}
.btn-exotic:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: all ease-in 0.3s;
    content: "";
    background: #d0dd28;
}
.btn-exotic span {
    position: relative;
}
.btn-exotic:hover:before {
    width: 100%;
}

.btn-blue {
    background: #9b124e;
    color: #fff;
}
.btn-blue:before {
    background: #a2c74b;
}
.btn-blue:hover {
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #9b124e;
}
.btn-white:before {
    background: #a2c74b;
}
.btn-white:hover {
    color: #fff;
}

.btn-cyan {
    background: #d0dd28;
    color: #fff;
}
.btn-cyan:before {
    background: #9b124e;
}
.btn-cyan:hover {
    color: #fff;
}

/*menu*/
.navbar-brand img {
    width: 70px;
    transition: all ease-in 0.2s;
}
#menu-sitio .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: bold;
    color: #d0dd28;
    transition: all ease-in 0.2s;
    padding: 10px 15px;
    border-radius: 5px;
}
#menu-sitio .navbar-nav .nav-link:hover {
    background: #d0dd28;
    color: #fff;
    transition: all ease-in 0.2s;
    font-weight: 500;
    border-radius: 5px;
}
#menu-sitio {
    padding: 10px 0;
    background: rgb(67 67 69 / 70%);
    transition: all ease-in 0.2s;
}
.menu2 #menu-sitio {
    background: rgb(155, 18, 78, 1);
}
.menu2 .btn-contacto {
    background: #d0dd28;

}
.navbar-toggler {
    border: none;
    transition: all ease-in 0.2s;
}
#menu-sitio .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
#menu-sitio.menu-abierto .navbar-toggler:before,
#menu-sitio.menu-abierto .navbar-toggler:after {
    background: #d0dd28 !important;
}

.btn-contacto {
    background: #d0dd28;
    padding: 10px 15px !important;
    position: Relative;
    color: #fff !important;
}
.btn-contacto:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: all ease-in 0.3s;
    content: "";
    background: #fff;
}
.btn-contacto:hover:before {
    width: 100%;
}
#menu-sitio .navbar-nav .nav-link.btn-contacto:hover {
    color: #f48173 !important;
}
.btn-contacto span {
    position: relative;
}
.btn-contacto:hover {
    background: #f48173 !important;
    color: #f48173;
}
#menu-sitio.scrolled-nav .btn-contacto {
    background: #f48173;
}
#menu-sitio.scrolled-nav .btn-contacto:hover {
    background: #f48173 !important;
}

.item-submenu {
    position: relative;
}
.item-submenu .nav-link {
    pointer-events: none;
    position: relative;
    padding-right: 26px !important;
}
.item-submenu .nav-link:after {
    transition: all ease-in 0.2s;
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    vertical-align: middle;
    width: 12px;
    top: 0;
    height: 100%;
    margin-left: 0px;
    background: url(../images/arrow-language.png) no-repeat center;
    background-size: 100%;
}
.submenu {
    opacity: 0;
    transition: all ease-in 0.2s;
    visibility: hidden;
    width: 200px;
    position: absolute;
    top: 42px;
    text-align: left;
    padding: 0;
    margin: 0;
    left: 0;
    background: #fff;
}
.submenu li {
    padding: 0;
    width: 100%;
    margin: 0 !important;
    display: block;
}
.submenu a {
    margin: 0;
    width: 100%;
    display: block;
    color: #f48173;
    padding: 15px 20px;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 500;
}
.submenu a:hover {
    background: #d0dd28;
}
.item-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.item-submenu:hover .nav-link:after {
    background: url(../images/arrow-search-filter-exotic-realty.png) no-repeat
        center;
    background-size: 100%;
}
.item-submenu:hover .nav-link {
    background: #fff;
    color: #434345 !important;
    transition: all ease-in 0.2s;
    font-weight: 500;
}
.submenu-lang .submenu {
    width: 60px;
}

#menu-sitio.menu-abierto {
    background: #434345;
}
#menu-sitio.scrolled-nav {
    background: #434345;
    transition: all ease-in 0.2s;
}
#menu-sitio.scrolled-nav .navbar-brand img {
    width: 150px;
}

/*---------------PORTFOLIO SECTION------------------*/

.portfolio {
    background-color: #434345;
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    container-name: portfolio;
    container-type: inline-size;
    justify-content: space-evenly;
}

.portfolio__title {
    font-size: 4rem;
    margin-bottom: 0;
}

.portfolio__project-container {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1300px;
    margin: auto;
    width: 100%;
    gap: 12px;
    padding: 12px;
    min-height: 80vh;
}

.portfolio__project1 {
    background-image: linear-gradient(#0009, #0009), url(/images/GOLDEN.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project1:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project2 {
    background-image: linear-gradient(#0009, #0009), url(/images/APPLER.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project2:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project3 {
    background-image: linear-gradient(#0009, #0009), url(/images/ROYAL.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project3:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project4 {
    background-image: linear-gradient(#0009, #0009), url(/images/GRANNY.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project4:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project5 {
    background-image: linear-gradient(#0009, #0009), url(/images/PINK.png);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project5:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}

.portfolio__project6 {
    background-image: linear-gradient(#0009, #0009), url(/images/fuji.webp);
    background-position: center;
    background-size: cover;
    display: grid;
    place-content: center;
    border-radius: 12px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 5% cover 48%;
}

.portfolio__project6:hover {
    opacity: 0.74;
    outline: 2px solid #fff6;
}


/*---------------PRODUCTOS QUERIES------------------*/

@container portfolio (min-width: 56.25rem) {
    .portfolio__project-container {
        grid-template-columns: repeat(auto-fill,minmax(420px,1fr));
    }

    .portfolio__project1:first-child {
        grid-column: span 2;
    }

    .portfolio__project6:nth-child(6) {
        grid-column: span 2;
    }
}

@container portfolio (min-width: 81.25rem) {
    .portfolio__project-container {
        grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    }

    .portfolio__project1:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }

    .portfolio__project6:nth-child(6) {
        grid-column: span 4;
    }
}
/*---------------PRODUCTOS QUERIES FIN------------------*/

/*---------------MAS PRODUCTOS------------------*/

.productos {
    padding: 60px 20px;
    background: #434343;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 20% contain 40%;
}

.productos .contenido {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}

.productos img {
    max-width: 300px;
    margin: 5px;
}

.productos h3 {
    font-size: 3.5rem;
    color: #fff;
}

.productos h3 span {
    color: #d0dd28;
}

.productos button {
    margin-top: 20px;
    padding: 15px 30px;
    background-color: #d0dd28;
    color: #fff;
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.productos p {
    color: #fff;
}

/*---------------MAS PRODUCTOS FIN------------------*/

/*---------------BANNER 2------------------*/

.banner1 {
    background: url(/images/CALIDAD.png) right no-repeat;
    padding: 80px 20px;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 20% contain 40%;
}

.banner1 h5 {
    text-align: left;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    animation: aparecer both;
    animation-timeline: view();
    animation-range: cover 20% contain 40%;
}

/*---------------BANNER 2 FIN------------------*/

/*backtop*/
#backtop {
    z-index: 3;
    transition: all 0.3s, visibility 0.3s, opacity 0.3s linear;
    visibility: hidden;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/arrow-scrooll-up-exotic-realty.svg) no-repeat
        center;
    background-size: 100%;
    opacity: 0;
}
#backtop:hover {
    transform: translateY(-5px);
}

/*about*/
#about-home {
    line-height: 0;
    margin-bottom: 0;
}
.about-home {
    height: 100vh;
    min-height: 600px;
    position: relative;
}
/*slider*/
#slider-home {
    line-height: 0;
    margin-bottom: 0;
    height: 80vh;
}
.slide-home {
    height: 100vh;
    min-height: 600px;
    position: relative;
}
.slide-home .texto-slide {
    padding: 0 20px;
    max-width: 1020px;
    width: 100%;
    position: Absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.slide-home .texto-slide h1 {
    font-size: 45px;
}
.slide-home .texto-slide p {
    margin-top: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
}
.slick-dots {
    bottom: 120px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 8px;
}
.slick-dots li.slick-active button:before {
    content: "";
    display: none;
}
.slick-dots li button {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #9b124e;
    transition: all ease-in 0.2s;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #fff;
}

.slick-next:before,
.slick-prev:before {
    content: "";
    display: none;
}
.slick-next,
.slick-next:hover,
.slick-next:visited,
.slick-next:active,
.slick-next:focus {
    width: 60px;
    height: 60px;
    background: url(../images/arrow-rigth-exotic-realty.png) no-repeat center;
    background-size: 100%;
    right: 28px;
    transition: all ease-in 0.2s;
    top: 35%;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:visited,
.slick-prev:active,
.slick-prev:focus {
    width: 60px;
    height: 60px;
    background: url(../images/arrow-left-exotic-realty.png) no-repeat center;
    background-size: 100%;
    left: 28px;
    z-index: 1;
    transition: all ease-in 0.2s;
    top: 35%;
}
.slick-next:hover {
    margin-right: -8px;
    background: url(../images/arrow-blue-right-exotic-realty.png) no-repeat
        center;
    background-size: 100%;
}
.slick-prev:hover {
    margin-left: -8px;
    background: url(../images/arrow-blue-left-exotic-realty.png) no-repeat
        center;
    background-size: 100%;
}

#scroll-intro {
    position: Absolute;
    bottom: 54px;
    width: 20px;
    height: 30px;
    background: url(../images/arrow-scroll-exotic-realty.svg) no-repeat center;
    background-size: 100%;
    left: calc(50% - 10px);
}
#scroll-intro:hover {
    transform: scale(1.2);
}
#scroll-intro {
    animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-name: scrollintro;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
@keyframes scrollintro {
    0% {
        bottom: 54px;
    }
    100% {
        bottom: 45px;
    }
}

.paginate ul {
    padding: 0;
    margin: 0;
}

.paginate ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.paginate ul li.active a,
.paginate ul li.active span {
    background: #d0dd28;
    color: #fff;
    border: 1px solid transparent;
}

.paginate ul li a,
.paginate ul li span {
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.valores-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.single {
    padding: 30px 15px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    width: 250px;
}
.single h3.side-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.single h3.side-title:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #9b124e;
    display: block;
    margin-top: 6px;
}

.single ul {
    margin-bottom: 0;
}
.single li a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    display: block;
    text-decoration: none;
}
.single li a:hover {
    color: #9b124e;
}
.single li:last-child a {
    border-bottom: 0;
}

@media (max-width: 1199px) {
    .navbar-nav {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #menu-sitio .navbar-nav .nav-link {
        font-size: 18px;
        padding: 15px 0;
    }
    #menu-sitio .navbar-nav .nav-link:hover {
        background: transparent;
        color: #fff !important;
    }

    .navbar-toggler {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
        position: relative;
        height: 18px;
        width: 35px;
    }
    .navbar-toggler:before {
        transition: all ease-in 0.2s;
        width: 100%;
        height: 4px;
        background: #fff;
        top: 0;
        left: 0;
        position: absolute;
        content: "";
    }
    .navbar-toggler:after {
        transition: all ease-in 0.2s;
        width: 100%;
        height: 4px;
        background: #fff;
        bottom: 0;
        left: 0;
        position: absolute;
        content: "";
    }
    #menu-sitio.scrolled-nav .navbar-toggler {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #menu-sitio.scrolled-nav .navbar-toggler:before,
    #menu-sitio.scrolled-nav .navbar-toggler:after {
        background: #fff;
    }
    .menu-abierto .navbar-toggler:before {
        transform: rotate(45deg);
        margin-top: 7px;
    }
    .menu-abierto .navbar-toggler:after {
        transform: rotate(-45deg);
        margin-bottom: 7px;
    }
    #menu-sitio .btn-contacto {
        width: 200px;
        margin: auto;
        background: #5490ff !important;
    }

    .submenu {
        background: transparent;
        width: 100%;
        height: 0;
        overflow: hidden;
        position: relative;
        top: auto;
        text-align: center;
        padding: 0 0 0px 0;
        margin: 0;
    }
    .submenu a {
        color: #fff;
        font-size: 16px;
    }
    .submenu a:hover {
        background: transparent;
    }
    .item-submenu:hover .submenu {
        height: auto;
        padding: 0 0 10px 0;
    }
    .item-submenu:hover .nav-link {
        background: transparent;
        color: #fff !important;
    }
    .submenu-lang .submenu {
        width: 100%;
    }

    .item-submenu:hover .nav-link:after {
        background: url(../images/arrow-language-exotic-realty.png) no-repeat
            center;
        background-size: 100%;
    }
    .item-submenu .nav-link:after {
        position: relative;
        right: auto;
        margin-left: 10px;
        height: 20px;
    }
    .item-submenu .nav-link {
        padding-right: 0 !important;
        padding-left: 16px !important;
    }

    .navbar-nav {
        padding-top: 20px;
        max-height: calc(100vh - 100px);
        overflow: auto;
    }
    .navbar-nav::-webkit-scrollbar {
        width: 10px;
    }
    .navbar-nav::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 10px;
    }
    .navbar-nav::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        -webkit-transition: all ease-in 0.2s;
        transition: all ease-in 0.2s;
    }
    .navbar-nav::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4);
    }

    /*real estate*/
    .box-form {
        padding: 20px 15px;
    }
    .form-view {
        display: none;
    }
    #lateral-view {
        width: 400px;
    }
    .header-property h4 {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

/*Neighborhoods*/
.cat-neig li {
    margin: 0 20px 10px;
}

/*vacation*/
.box-form label {
    letter-spacing: -0.3px;
}

#results-list {
    padding: 0 20px;
}
.info-vacation-results {
    padding: 15px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    .pbig {
        font-size: 22px;
        line-height: 1.5;
    }

    /*home*/
    .slide-home .texto-slide h1 {
        font-size: 36px;
    }
    .home-box h4 {
        letter-spacing: 0.5px;
    }
    .home-box h3 {
        font-size: 22px;
    }
    .price-dev {
        font-size: 22px;
    }
    .price-dev {
        height: 37px;
        top: -37px;
    }
    .name-box-dev {
        font-size: 24px;
    }
    .comillas {
        height: 60px;
        width: 80px;
    }
    .slide-testimonios .pbig {
        padding: 0;
    }
    .slide-testimonios .cyan {
        width: calc(100% - 60px);
    }
    .redes-footer a {
        margin-right: 12px;
    }
    .slide-publicidad {
        height: 300px;
    }
    .slide-publicidad a {
        bottom: 40px;
    }
    #slider-publicidad .slick-dots {
        bottom: 7px;
    }

    /*real estate*/
    .form-exotic-horizontal .btn-search {
        width: 100%;
    }
    .form-exotic-horizontal .box-form {
        width: 33.33%;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
    }
    .form-exotic-horizontal {
        padding: 20px;
    }
    .form-exotic-horizontal form {
        border-left: 1px solid #999;
    }
    .header-property {
        padding-bottom: 0px;
    }
    .boxes-info-re {
        padding-top: 50px !important;
    }
    .form-view {
        max-height: 1000px;
    }
    .slide-card {
        height: 500px;
    }
    #lateral-view {
        width: 100%;
        right: auto;
        top: 50px;
        position: relative;
    }
    .buttons-view a,
    .buttons-view span.spanbtn {
        font-size: 18px;
    }
    #lateral-view .form-exotic.form-contact button {
        margin-top: 0;
    }
    .badge {
        font-size: 16px;
        padding: 10px 30px;
    }

    /*property management*/
    .pm-img {
        margin-top: 0;
    }
    .pm-info-service {
        max-width: 100%;
        margin-top: 10px;
    }

    /*neig*/
    #image-neig {
        height: 400px;
    }

    /*contact us*/
    #cont-form-contact {
        width: 47%;
        margin-left: 53%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .form-exotic.form-contact button {
        margin-top: 20px;
    }

    /*our company*/
    #personalized h2 {
        font-size: 40px;
    }
    .img-about-us-1 {
        width: 90%;
    }
    .img-about-us-2 {
        margin-top: 0;
        width: 80%;
        float: right;
    }
    h2.let-us {
        font-size: 36px;
    }
    .info-about-us {
        padding-bottom: 60px;
    }

    /*vacation*/
    #header-re.header-vacation h1 {
        font-size: 35px;
    }
    #header-re.header-vacation h4 {
        letter-spacing: 0.5px;
    }
    h4 {
        font-size: 17px;
    }
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 25%;
    }
    #header-re.header-vacation .form-exotic-horizontal .box-form.bf-small {
        width: 25%;
    }
    #header-re.header-vacation .form-exotic-horizontal .btn-search {
        width: 25%;
    }
    #header-re.header-vacation #form-real-estate {
        border-bottom: 1px solid #999;
    }
    #events #slider-carrusel-doble .btn-blue {
        bottom: 20px;
    }
    #events #slider-carrusel-doble h4 {
        font-size: 20px;
    }
    #results.vacation-info h2 {
        text-align: center;
    }

    /*.info-vacation-results, .slider-vacation{width:100%; float:none}*/
    #map-vacation {
        position: relative;
        width: 100%;
        height: 450px;
        left: 0;
    }
    .list-results-cont {
        width: 100%;
    }
    #results-list {
        padding: 0;
    }

    .content-vacation .boxes-info-re {
        padding-top: 0 !important;
    }
    .content-vacation {
        padding-right: 20px;
    }
    .nav-tabs a {
        font-size: 18px;
    }
    .content-vacation .mapa {
        padding-bottom: 50px;
    }
    #sidebar-vacation {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 150px;
    }
    #menu-sitio.scrolled-nav .navbar-brand img {
        max-width: 130px;
    }

    h2,
    h1 {
        font-size: 28px;
    }
    .datos-footer {
        margin-bottom: 50px;
    }
    .redes-footer {
        margin-top: 40px;
    }

    .location {
        width: 100%;
    }
    /*mls*/
    .filter-mls {
        width: 40%;
        padding: 20px 20px 100px;
    }
    .content-mls {
        width: 60%;
        margin-left: 40%;
    }
    .btn-switch {
        margin-top: 10px;
    }
    .cont-filter-mls-fixed {
        width: 60%;
    }

    /*development*/
    #simple-header {
        padding: 160px 0 55px;
        text-align: center;
    }
    #developments {
        padding-bottom: 80px;
    }
    .row-dv {
        width: 100%;
        margin: 0;
    }
    .row-dv:nth-last-child(2) {
        border-bottom: 2px solid #ece4d9;
    }
    .dev-table {
        margin-top: 30px;
    }

    /*faqs*/
    #blue-header {
        padding: 160px 0 80px;
        text-align: center;
    }

    /*policies*/
    #content-policies ul {
        margin-bottom: 40px;
        text-align: center;
    }
    #content-policies ul li a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #beige-header {
        padding: 150px 0 50px;
    }
    #content-policies {
        padding: 70px 0;
    }

    /*property management*/
    #register-property,
    #pm-services,
    #pm-description {
        padding: 80px 0;
    }
    .bf3,
    .bf2 {
        width: 100%;
        float: none;
    }
    .pm-radio .radio-container {
        width: 50%;
        margin-bottom: 20px;
    }
    .pm-icon {
        height: 110px;
    }

    /*NEIGHBORHOODS*/
    .cat-neig li {
        display: block;
    }
    .cat-neig {
        margin-top: 30px;
    }
    #cont-neig {
        padding: 80px 0;
    }
    .map-neig iframe {
        margin-top: 70px;
    }

    /*home*/
    #intro {
        padding: 80px 0;
    }
    .home-box {
        min-height: 250px;
        width: 50%;
    }
    #home-services {
        padding: 80px 20px;
    }
    #home-about .btn-blue {
        margin-bottom: 60px;
    }
    #home-services h3 {
        font-size: 22px;
        letter-spacing: 3px;
    }
    #home-developments {
        padding: 80px 0;
    }
    #home-real-estate {
        padding-top: 80px;
    }
    #home-vacation {
        padding: 80px 0;
    }
    .img-hpm {
        height: 300px;
        position: relative;
        width: calc(100% - 20px);
        margin-bottom: 40px;
    }
    #home-property {
        padding: 100px 0 80px;
    }
    #home-testimonials {
        padding: 80px 0 120px;
    }
    #home-testimonials h2 {
        margin-bottom: 40px;
    }
    .slide-testimonios {
        padding: 40px 25px;
    }
    .block-hpm {
        height: 400px;
        bottom: auto;
    }
    #publicidad {
        padding-top: 80px;
    }
    .dw2 {
        display: none;
    }

    /*real estate*/
    #header-re {
        padding-top: 180px;
    }
    #header-re.header-sin-filtro {
        padding-bottom: 130px;
    }
    .form-exotic-horizontal {
        margin-top: 80px;
    }
    #results {
        padding: 80px 0;
    }
    .pager {
        margin-top: 0;
    }
    .header-property h4 {
        margin-top: 20px;
    }

    #slider-card .slick-dots {
        bottom: 80px;
    }
    #gallery-view-re {
        bottom: 20px;
        right: 20px;
    }
    .header-property h1 {
        font-size: 30px;
    }
    .header-property h4 {
        font-size: 24px;
    }
    .box-info-re h3 {
        font-size: 24px;
    }
    .mapa {
        padding-bottom: 80px;
    }
    #related {
        padding: 80px 0;
    }

    /*vacation*/
    #events {
        padding: 80px 0;
    }
    #header-re.header-vacation .form-exotic-horizontal .btn-search,
    #header-re.header-vacation .form-exotic-horizontal .box-form.bf-small,
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 50%;
    }
    #header-re.header-vacation .form-exotic-horizontal .btn-search {
        border-top: 1px solid #999;
    }
    .vacation-box {
        width: 100%;
    }
    .vacation-box .dotted-white {
        display: none;
    }
    .vacation-box {
        min-height: 0;
        margin-bottom: 20px;
    }
    #vacation-boxes {
        padding-bottom: 50px;
    }
    #events #slider-carrusel-doble h4 {
        font-size: 20px;
    }

    .main-img-vv {
        width: 100%;
    }
    .main-img-vv a {
        height: 250px;
    }
    .secondary-img-vv {
        width: 100%;
    }

    /*contact us*/
    #cont-text-contact {
        position: relative;
    }
    .txt-contact {
        padding-top: 150px;
        padding-bottom: 40px;
    }
    #contact-us h1 {
        font-size: 35px;
    }
    #cont-form-contact {
        width: 100%;
        margin-left: 0;
    }
    #contact-us h2 {
        font-size: 24px;
    }
    #cont-form-contact {
        padding: 80px 20px;
    }
    #cont-form-contact .form-exotic {
        max-width: 540px;
        margin: auto;
    }

    #slider-company {
        margin-top: 85px;
        max-height: 500px;
        min-height: 500px;
    }
    .slide-home {
        height: 500px !important;
        min-height: 500px;
    }
    #personalized h2 {
        font-size: 32px;
        text-align: center;
    }
    .info-about-us {
        padding-bottom: 50px;
    }
    h2.let-us {
        font-size: 30px;
        margin-top: 50px;
    }
    #about-us {
        padding-bottom: 80px;
    }
    .info-about-us {
        padding-top: 80px;
    }
    #intro h1 br {
        display: none !important;
    }
    #personalized {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .link-footer {
        margin-bottom: 20px;
    }

    /*mls*/
    .filter-mls {
        width: 100%;
        float: none;
        position: relative;
        height: auto;
        padding-bottom: 20px;
    }
    .content-mls {
        width: 100%;
        margin-left: 0;
    }
    .cont-filter-mls {
        width: 100%;
    }
    #list-view-mls .price-re {
        margin-bottom: 0 !important;
    }

    /*real estate*/
    .form-exotic-horizontal .box-form {
        width: 100% !important;
    }
    .info-results span {
        display: block;
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 5px 0;
        padding-bottom: 4px;
    }
    .info-results span:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    /*dev*/
    .info-development {
        max-width: 100%;
        margin-top: 20px;
    }
    .header-property .description-development {
        margin-bottom: 0;
    }
    .info-development .pbig {
        font-size: 20px;
    }
    .header-property h1 {
        font-size: 26px;
    }

    /*vacation*/
    .info-vacation-results,
    .slider-vacation {
        width: 100%;
        float: none;
    }

    /*neighborhoods*/
    #image-neig {
        height: 300px;
    }
}

@media (max-width: 480px) {
    h1,
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    body {
        font-size: 18px;
    }
    .pbig {
        font-size: 20px;
    }

    /*home*/
    .slide-home .texto-slide h1 {
        font-size: 28px;
    }
    .home-box {
        width: 100%;
        min-height: 0;
        height: auto;
        padding: 40px 20px;
    }
    .slick-next,
    .slick-next:hover,
    .slick-next:visited,
    .slick-next:active,
    .slick-next:focus {
        right: -10px;
    }
    .slick-prev,
    .slick-prev:hover,
    .slick-prev:visited,
    .slick-prev:active,
    .slick-prev:focus {
        left: -10px;
    }
    .fancybox-navigation .fancybox-button--arrow_left,
    .fancybox-navigation .fancybox-button--arrow_right {
        width: 40px;
        height: 40px;
    }
    .fancybox-navigation .fancybox-button {
        top: calc(50% - 20px);
        padding: 0;
    }
    .comillas {
        width: 50px;
        height: 40px;
    }
    .slide-testimonios .pbig {
        margin: 30px 0 0;
    }
    .slide-publicidad {
        height: 200px;
    }
    .btn-exotic {
        padding: 11px 30px;
    }
    .dotted-white {
        display: none;
    }

    /*real estate*/
    .buttons-view {
        padding: 20px;
    }
    .buttons-view .btn-blue {
        margin-bottom: 20px;
    }
    .boxes-info-re {
        padding-top: 40px !important;
    }
    .form-view {
        padding: 45px 20px 20px;
    }
    .rooms-1,
    .rooms-2 {
        width: 100%;
        float: none;
    }
    .rooms {
        margin-top: 40px;
    }
    .nav-tabs li {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .nav-tabs li a {
        border: 1px solid #aaa !important;
        padding: 20px 10px;
        font-size: 18px;
    }
    .name-box-re {
        width: 100%;
        margin-bottom: 5px;
    }
    .price-re {
        width: 100%;
        display: block;
        text-align: left;
        padding-left: 0;
        margin-bottom: 10px;
    }

    /*contact*/
    #contact-us h2 {
        font-size: 22px;
    }

    /*our company*/
    #personalized h2 {
        font-size: 30px;
    }
    h2.let-us {
        font-size: 28px;
    }

    /*vacation*/
    #header-re.header-vacation h1 {
        font-size: 30px;
    }
    #header-re.header-vacation .form-exotic-horizontal .btn-search,
    #header-re.header-vacation .form-exotic-horizontal .box-form.bf-small,
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 100%;
    }
    #header-re {
        padding-top: 120px;
    }
    .form-exotic-horizontal {
        margin-top: 40px;
    }
    .vacation-box {
        padding: 20px 0;
    }

    .slider-vacation .slick-next,
    .slider-vacation .slick-next:hover,
    .slider-vacation .slick-next:visited,
    .slider-vacation .slick-next:active,
    .slider-vacation .slick-next:focus {
        right: 10px;
    }
    .slider-vacation .slick-prev,
    .slider-vacation .slick-prev:hover,
    .slider-vacation .slick-prev:visited,
    .slider-vacation .slick-prev:active,
    .slider-vacation .slick-prev:focus {
        left: 10px;
    }

    .main-img-vv a {
        height: 200px;
    }
    .secondary-img-vv a {
        height: 100px;
    }
    .tab-pane .rooms {
        margin-top: 0;
    }
    .buttons-vacation a {
        margin-top: 20px;
        font-size: 16px;
    }
    .availability .box-form {
        width: 100%;
        float: none;
        border: 1px solid #999;
    }
    .availability .box-form:last-child {
        border-top: none;
        border-left: 1px solid #999;
    }
    #sidebar-vacation .btn-blue,
    #sidebar-vacation .btn-cyan {
        font-size: 20px;
    }
    #sidebar-vacation {
        padding-left: 15px;
    }

    .table-rates {
        overflow: auto;
        width: 100%;
    }
    .table-rates::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(27, 26, 110, 0.3);
        border-radius: 0px;
        background-color: #f5f5f5;
    }

    .table-rates::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5;
    }
    .table-rates::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #9b124e;
    }
    .cont-tr {
        overflow: hidden;
        width: 500px;
    }

    .btn-property {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 991px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1199px) {
    .container {
        max-width: 1200px;
    }
    .navbar-nav li {
        display: inline-block;
    }
    .navbar-nav li {
        margin-left: 0px;
    }
    .navbar-nav {
        display: inline-block;
        width: 100%;
        text-align: right;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
    .navbar-nav li {
        margin-left: 0px;
    }
}

/*testimonials*/
#header-testimonials {
    padding: 190px 0 90px;
    text-align: center;
}
#header-testimonials p {
    max-width: 730px;
    margin: 0 auto;
}
#subtest {
    background: #f9f6f0;
    padding: 35px 0 30px;
}
#subtest h2 {
    display: inline-block;
    padding: 0 55px 0 75px;
    margin: 0;
    position: relative;
}
#subtest h2:before {
    width: 54px;
    height: 40px;
    content: "";
    position: Absolute;
    left: -0px;
    top: 0px;
    background: url(../images/testimonials/comillas.svg) no-repeat center;
    background-size: 100%;
}
#subtest h2:after {
    width: 42px;
    height: 46px;
    content: "";
    position: Absolute;
    right: -0px;
    top: 0px;
    background: url(../images/testimonials/persons.svg) no-repeat center;
    background-size: 100%;
}
#testimonials {
    background: #eef2f2;
    padding-top: 34px;
    padding-bottom: 50px;
}
.box-test {
    background: #fff;
    max-width: 1150px;
    margin: 0 auto 30px;
    padding: 30px;
}
.box-test:last-child {
    margin-bottom: 0;
}
#conversation {
    background: #85d8e5;
    padding: 35px 0 30px;
}
#conversation h2 {
    margin: 0;
}
#form-test {
    padding: 40px 0 100px;
}
#form-test button {
    width: 100%;
}
#form-test form {
    max-width: 1150px;
    margin: auto;
}
.formtest {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.formtest .box-form {
    margin-right: 20px;
    flex: 0 0 calc(33.33% - 14px);
    max-width: calc(33.33% - 14px);
}
.formtest .box-form:last-child {
    margin-right: 0;
}
#followtest {
    padding-bottom: 100px;
    text-align: center;
}
#followtest h2 {
    margin-bottom: 56px;
}
.followtest {
    text-align: center;
}
.followtest a {
    display: inline-block;
    margin: 0 15px;
}
.followtest a img {
    width: 48px;
    transition: all ease-in 0.2s;
}
.followtest a:hover img {
    transform: scale(1.2);
}
@media (max-width: 768px) {
    #testimonials .pager {
        margin-top: 40px;
    }
}
@media (max-width: 575px) {
    .formtest .box-form {
        max-width: 100%;
        margin: 0;
    }
    .formtest {
        display: block;
    }
    #header-testimonials {
        padding: 150px 0 60px;
    }
    #subtest h2 {
        padding: 0 50px 0 65px;
    }
    #subtest h2:before {
        width: 45px;
    }
    .box-test {
        padding: 20px 25px;
    }
}

.slide-carrusel-triple {
    margin-bottom: 15px;
}

.carrusel-vacation {
    padding-top: 50px !important;
}

.submenu {
    width: 235px;
}

#map {
    height: 470px;
}

.rectangle {
    width: 15px;
    height: 15px;
    background: #eef2f2;
    display: inline-flex;
}

span.days {
    margin-left: 5px;
    display: inline-flex;
    font-size: small;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.calendar .day.has-event {
    border: 1px solid #c81613 !important;
    background-color: #c81613;
}

.calendar .day.today {
    background-color: #c81613;
}
.calendar .day.has-event:after {
    content: none !important;
}

.box-info-re {
    padding-bottom: 20px;
    padding-top: 20px;
}

.img-rv {
    max-height: 277px;
}

.max-height-mls {
    max-height: 270px;
}

.blog-image {
    height: 400px;
}

.box-form-range {
    width: 100%;
}

.availability .box-form:last-child {
    border-left: 1px;
}

#header-re.header-vacation .form-exotic-horizontal .box-form {
    width: 17.2%;
    float: left;
    border-right: 1px solid #999;
}

@media (max-width: 991px) {
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 25%;
    }
}

@media (max-width: 768px) {
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 50%;
    }
}

@media (max-width: 480px) {
    #header-re.header-vacation .form-exotic-horizontal .box-form {
        width: 100%;
    }
}

.property-footer {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: flex-start;
    align-items: center;
}

.property-footer p {
    font-size: smaller;
    text-align: justify;
}

.author-picture {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.img-logo {
    height: 33px;
}

ul.select2-choices {
    padding-right: 30px !important;
}

ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.reveal {
    border-radius: 0px 0.25rem 0.25rem 0px;
}

.la-2x {
    font-size: 1.25em !important;
}

.logo-loader {
    width: 150px;
}

.logo {
    width: 150px;
}

.btn-service-home {
    display: block;
    width: 100%;
}

.form_control {
    width: 100%;
    padding: 0 30px;
    height: 60px;
    border: none;
}

.email-news {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding-left: 10px;

    font-weight: 500;
    height: 53px;
    margin-bottom: 20px;
}

.email-news::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.email-news::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.email-news:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.email-news::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.bordered-btn {
    padding: 14px 30px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.bordered-btn:after {
    display: inline-flex;
    content: "\f0a9";
    font-family: "Montserrat";
    font-weight: 400;
    margin-left: 10px;
}

.footer-text h5 {
    color: #ffff;
    font-size: 25px;
    font-weight: 100;
    line-height: 28px;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#timeline {
    margin-bottom: 100px;
}
.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
    padding-bottom: 30px;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #a2c74b;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: -1;
}

.valores-image {
    width: 50%;
}

.timeline-container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.timeline-container-both {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.timeline-container-both.left {
    left: 0;
}

.timeline-container-both.right {
    left: 50%;
}

.timeline-container.left {
    left: 0;
}

.timeline-container.right {
    left: 50%;
}

.timeline-container::after {
    content: attr(data-after);
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 55px);
    right: -40px;
    background: #d0dd28;
    border: 2px solid #d0dd28;
    border-radius: 50px;
    z-index: 1;
    color: #272635;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-container.right::after {
    left: -40px;
}

.timeline-container::before {
}

.timeline-container.right::before {
    left: 8px;
}

.timeline-container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 55px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006e51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.timeline-container.left .date {
    right: -75px;
}

.timeline-container.right .date {
    left: -75px;
}

.timeline-container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #f6d155;
    border: 2px solid #006e51;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006e51;
    z-index: 1;
}

.timeline-container.left .icon {
    right: 56px;
}

.timeline-container.right .icon {
    left: 56px;
}

.timeline-container .content {
    position: relative;
    border-radius: 0 500px 500px 0;
}

.timeline-container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}

.timeline-container .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #006e51;
}

.timeline-container .content p {
    margin-right: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.timeline-container .content span {
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #d0dd28;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .timeline-container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .timeline-container.right {
        left: 0%;
    }

    .timeline-container.left::after,
    .timeline-container.right::after {
        left: 82px;
    }

    .timeline-container.left::before,
    .timeline-container.right::before {
        left: 100px;
        border-color: transparent #006e51 transparent transparent;
    }

    .timeline-container.left .date,
    .timeline-container.right .date {
        right: auto;
        left: 15px;
    }

    .timeline-container.left .icon,
    .timeline-container.right .icon {
        right: auto;
        left: 146px;
    }

    .timeline-container.left .content,
    .timeline-container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}

.product-category li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.product-category li a.active {
    background: #82ae46;
    color: #fff;
}

.product-category li a {
    color: #82ae46;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.ftco-section {
    padding: 6em 0;
    position: relative;
}

.product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.product .img-prod {
    position: relative;
    display: block;
    overflow: hidden;
}

.product .img-prod img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .img-prod span.status {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    font-weight: 300;
    background: #82ae46;
    font-size: 12px;
}

.product:hover .img-prod .overlay {
    opacity: 0;
}

.product .img-prod .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background: #82ae46;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .text {
    background: #fff;
    position: relative;
    width: 100%;
}

.product .text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product .text .bottom-area {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .text .bottom-area a {
    color: #fff;
    width: 100%;
    background: #82ae46;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.paginate ul {
    padding: 0;
    margin: 0;
}

.paginate ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}

.paginate ul li a,
.paginate ul li span {
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.paginate ul li.active a,
.paginate ul li.active span {
    background: #82ae46;
    color: #fff;
    border: 1px solid transparent;
}

.product-category li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}
.product-category li a {
    color: #82ae46;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.product-category li a.active {
    background: #82ae46;
    color: #fff;
}

.product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
@media (max-width: 991.98px) {
    .product {
        margin-bottom: 30px;
    }
}
.product .img-prod {
    position: relative;
    display: block;
    overflow: hidden;
}
.product .img-prod .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background: #82ae46;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .img-prod span.status {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    font-weight: 300;
    background: #82ae46;
    font-size: 12px;
}
.product .img-prod img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .img-prod:hover img,
.product .img-prod:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product .img {
    display: block;
    height: 500px;
}
.product .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .icon span {
    color: #000000;
}
.product:hover .icon {
    opacity: 1;
}
.product:hover .img-prod .overlay {
    opacity: 0;
}
.product .text {
    background: #fff;
    position: relative;
    width: 100%;
}
.product .text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", Arial, sans-serif;
}
.product .text h3 a {
    font-size: 15px;
    font-weight: 500;
    color: #bb3123;
    transition: all ease-in 0.2s;
    padding: 10px 15px;
}
.product .text p.price {
    margin-bottom: 0;
    color: #82ae46;
    font-weight: 400;
}
.product .text p.price span.price-dc {
    text-decoration: line-through;
    color: #b3b3b3;
}
.product .text p.price span.price-sale {
    color: #82ae46;
}
.product .text .pricing {
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .text .bottom-area {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product .text .bottom-area a {
    color: #fff;
    width: 100%;
    background: #82ae46;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.product .text .bottom-area .m-auto {
    margin: 0 auto;
}
.product:hover {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
}
.product:hover .pricing {
    opacity: 0;
}
.product:hover .text .bottom-area {
    opacity: 1;
}

.product-details h3 {
    font-size: 30px;
    font-weight: 400;
}

.product-details .price span {
    font-size: 30px;
    color: #000000;
}

.product-details button i {
    color: #000000;
}

.product-details .quantity-left-minus {
    background: transparent;
    padding: 0 15px;
}

.product-details .quantity-right-plus {
    background: transparent;
    padding: 0 15px;
}

.product-details button,
.product-details .form-control {
    height: 40px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #82ae46;
    padding: 10px 20px;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}
.product-details button:hover,
.product-details button:focus,
.product-details .form-control:hover,
.product-details .form-control:focus {
    text-decoration: none;
    outline: none;
}

.product-details .form-group {
    position: relative;
}
.product-details .form-group .form-control {
    padding-right: 40px;
    color: #000000;
    background: transparent !important;
}
.product-details .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4d4d4d;
}
.product-details .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d;
}
.product-details .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #4d4d4d;
}
.product-details .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d;
}
.product-details .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}
.product-details .form-group .icon span {
    color: #000000;
}
@media (max-width: 767.98px) {
    .product-details .form-group .icon {
        right: 10px;
    }
}
.product-details .form-group .select-wrap {
    position: relative;
}
.product-details .form-group .select-wrap select {
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ftco-cart button i {
    color: #82ae46;
}

.ftco-cart .quantity-left-minus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart .quantity-right-plus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart button,
.ftco-cart .form-control {
    height: 54px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
    padding: 0;
    font-size: 14px;
}

.ftco-cart .form-group {
    position: relative;
}
.ftco-cart .form-group .form-control {
    padding-right: 40px;
}
.ftco-cart .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #82ae46;
}
.ftco-cart .form-group .icon span {
    color: #82ae46;
}
@media (max-width: 767.98px) {
    .ftco-cart .form-group .icon {
        right: 10px;
    }
}
.ftco-cart .form-group .select-wrap {
    position: relative;
}
.ftco-cart .form-group .select-wrap select {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ftco-cart .info label {
    font-size: 13px;
    color: #000000;
}

.cart-list {
    overflow-x: scroll;
}

.table {
    min-width: 1000px !important;
    width: 100%;
    text-align: center;
}
.table th {
    font-weight: 500;
}
.table .thead-primary {
    background: #82ae46;
}
.table .thead-primary tr th {
    padding: 20px 10px;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.table tbody tr td {
    text-align: center !important;
    vertical-align: middle;
    padding: 40px 10px;
    border: 1px solid transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table tbody tr td.product-remove a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 10px;
    color: #000000;
}
.table tbody tr td.product-remove a:hover {
    border: 1px solid #82ae46;
    background: #82ae46;
}
.table tbody tr td.product-remove a:hover span {
    color: #fff;
}
.table tbody tr td.quantity {
    width: 20%;
}
.table tbody tr td.image-prod .img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.table tbody tr td.product-name {
    width: 30%;
}
.table tbody tr td.product-name h3 {
    font-size: 16px;
}
.table tbody tr td.total,
.table tbody tr td.price {
    color: #000000;
}

.cart-wrap .btn-primary {
    display: inline-block;
}

.cart-total {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.cart-total h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.cart-total p {
    width: 100%;
    display: block;
}
.cart-total p span {
    display: block;
    width: 50%;
}
.cart-total p.total-price span {
    text-transform: uppercase;
}
.cart-total p.total-price span:last-child {
    color: #000000;
    font-weight: 600;
}
.cart-total hr {
    background: rgba(255, 255, 255, 0.1);
}

.billing-heading {
    font-size: 24px;
}

.billing-form .form-group {
    position: relative;
}

.billing-form label {
    color: #000000;
    font-size: 14px;
}

.billing-form .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.billing-form .icon span {
    color: black !important;
}

.billing-form .select-wrap {
    position: relative;
}
.billing-form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.billing-form .form-control {
    font-weight: 300;
    border: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 58px !important;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.billing-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4);
}
.billing-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
}
.billing-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.4);
}
.billing-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
}
.billing-form .form-control:focus,
.billing-form .form-control:active {
    border-color: #82ae46 !important;
}

.billing-form textarea.form-control {
    height: inherit !important;
}

.cart-detail {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-detail.cart-total {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-detail .btn-primary {
    display: block;
    width: 100%;
}

.btn.btn-black:hover {
    background: #82ae46;
    border: 1px solid #82ae46;
    color: #fff;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-black {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border: none;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.subscribe-form .form-group input {
    background: #fff !important;
    border: 1px solid transparent;
    color: black !important;
    font-size: 14px;
    font-weight: 300;
}

.subscribe-form .form-group .submit {
    border-left: 1px solid #82ae46;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    background: #82ae46 !important;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 250px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.blog-entry .text .heading a {
    color: #bb3123;
}
.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 100%;
}

.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}

.blog-entry .meta > div a {
    color: black;
    font-size: 12px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-primary {
    background: #bb3123;
    border: 1px solid #bb3123;
    color: #fff;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    background: #fff;
}

.search-form .form-group input {
    padding-right: 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: black;
    font-size: 13px;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}
.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.sidebar-box h3.heading {
    font-size: 20px;
    margin-bottom: 30px;
}

.block-21 .text .heading-1 {
    font-size: 18px;
    font-weight: 300;
}

.block-21 .text .heading-1 a {
    color: #bb3123;
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}
.categories {
    padding: 0;
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

.btn.btn-primary:hover {
    border: 1px solid #82ae46;
    background: transparent;
    color: #82ae46;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}