@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body,
button,
input,
select,
optgroup,
textarea {
    color: #333333;
    font-size: 1rem;
    line-height: 1.8;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

* {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.site-main,
.container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .site-main,
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

input[type='checkbox'] {
    accent-color: #EB6907;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea,
select {
    color: #666;
    border: 0;
    border-bottom: 1px solid #3b454b;
    border-radius: 0;
    padding: 10px;
    height: 40px;
    width: 100%;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
    color: #333333;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='range']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #bcc1c5;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='range']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='color']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #bcc1c5;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='range']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #bcc1c5;
}
input[type='text']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='range']::-ms-input-placeholder,
input[type='date']::-ms-input-placeholder,
input[type='month']::-ms-input-placeholder,
input[type='week']::-ms-input-placeholder,
input[type='time']::-ms-input-placeholder,
input[type='datetime']::-ms-input-placeholder,
input[type='datetime-local']::-ms-input-placeholder,
input[type='color']::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    color: #bcc1c5;
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='number']::placeholder,
input[type='tel']::placeholder,
input[type='range']::placeholder,
input[type='date']::placeholder,
input[type='month']::placeholder,
input[type='week']::placeholder,
input[type='time']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='color']::placeholder,
textarea::placeholder,
select::placeholder {
    color: #bcc1c5;
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
form .mid,
form .full {
    margin-bottom: 10px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    form .mid {
        width: 49%;
    }
}
form .wpcf7-list-item {
    margin-left: 0;
}
form input[type='submit'] {
    width: 100%;
}
form .enviar {
    position: relative;
}
form .enviar .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 7px;
}

textarea {
    height: 100px;
}

a {
    color: #4e7248;
}
a:hover,
a:active,
a:focus {
    outline: 0;
}
a:visited {
    color: #4e7248;
}
a:hover,
a:focus,
a:active {
    color: #4e7248;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

.admin-bar .header-landing {
    top: 46px;
}

@media only screen and (min-width: 768px) {
    .admin-bar .header-landing {
        top: 32px;
    }
}

.sec-macaya {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.logo-movil {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
}
@media only screen and (min-width: 768px) {
    .logo-movil {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .macaya-carousel::before,
    .macaya-gracias::before {
        display: none;
    }
}
.macaya-carousel.owl-carousel,
.macaya-gracias.owl-carousel {
    display: block;
}
.macaya-carousel .owl-dots,
.macaya-gracias .owl-dots {
    position: absolute;
    right: 25%;
    bottom: 15%;
    z-index: 99;
}
@media only screen and (max-width: 768px) {
    .macaya-carousel .owl-dots,
    .macaya-gracias .owl-dots {
        display: none;
    }
}
.macaya-carousel .owl-dots .owl-dot.active span,
.macaya-gracias .owl-dots .owl-dot.active span {
    background: #ABCA46;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.macaya-carousel .owl-nav,
.macaya-gracias .owl-nav {
    position: absolute;
    bottom: 5%;
    right: 25%;
    z-index: 9999;
}
@media only screen and (max-width: 768px) {
    .macaya-carousel .owl-nav,
    .macaya-gracias .owl-nav {
        right: 5%;
    }
}
.macaya-carousel .owl-nav button:hover,
.macaya-gracias .owl-nav button:hover {
    background-color: transparent !important;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.9;
}
.macaya-carousel .owl-nav button i,
.macaya-gracias .owl-nav button i {
    position: relative;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ABCA46;
}
@media only screen and (max-width: 768px) {
    .macaya-carousel .owl-nav button i,
    .macaya-gracias .owl-nav button i {
        width: 60px;
        height: 60px;
    }
}
.macaya-carousel .owl-nav button i:before,
.macaya-gracias .owl-nav button i:before {
    content: url(https://toscanamonteria.com/wp-content/uploads/2025/06/icon-arrow-right-green.svg);
    display: block;
    position: relative;
    top: -4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.macaya-carousel .owl-nav button.owl-prev i:before,
.macaya-gracias .owl-nav button.owl-prev i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 6px;
}
.macaya-carousel > div > div .vc_row,
.macaya-gracias > div > div .vc_row {
    height: 600px;
    width: 80%;
	margin: auto 0;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center top;
    position: relative;
    padding: 80px 80px 24px 80px;
}
@media only screen and (min-width: 800px){
	.macaya-carousel > div > div .vc_row,
	.macaya-gracias > div > div .vc_row{
	min-height: 740px;
		
	}
}
@media only screen and (max-width: 768px) {
    .macaya-carousel > div > div .vc_row,
    .macaya-gracias > div > div .vc_row {
        min-height: 500px;
        height: 100%;
        padding: 30px;
        padding-bottom: 120px;
    }
    .macaya-carousel > div > div .vc_row .wpb_column:nth-child(2),
    .macaya-gracias > div > div .vc_row .wpb_column:nth-child(2) {
        display: none;
    }
}
.macaya-carousel > div > div .vc_row::before,
.macaya-gracias > div > div .vc_row::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.8))
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.8)
    );
    display: block !important;
}
@media only screen and (max-width: 768px) {
    .macaya-carousel > div > div .vc_row::before,
    .macaya-gracias > div > div .vc_row::before {
        height: 100%;
    }
}

.macaya-carousel > div > div .vc_row p,
.macaya-gracias > div > div .vc_row p {
    color: #fff;
    font-size: 20px;
	line-height: 30px;
    margin: 16px 0;
}
@media only screen and (max-width: 768px) {
    .macaya-carousel > div > div .vc_row p,
    .macaya-gracias > div > div .vc_row p {
        font-size: 16px;
    }
}

.macaya-carousel > div > div .vc_row h2,
.macaya-gracias > div > div .vc_row h2 {
    color: #fff;
    margin: 0;
    font-size: 40px;
    line-height: 50px;
}

.macaya-carousel > div > div .vc_row h3,
.macaya-gracias > div > div .vc_row h3 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	color: #ABCA46;
	margin: 0 0 24px 0;
	position: relative;
}

.macaya-carousel > div > div .vc_row h3::before,
.macaya-gracias > div > div .vc_row h3::before {
	content: " ";
	position: absolute;
	height: 2px;
	width: 120px;
	background-color: #ABCA46;
	bottom: -16px;
	left: 0;
}



@media only screen and (max-width: 768px) {
	
    .macaya-carousel > div > div .vc_row h2,
    .macaya-gracias > div > div .vc_row h2 {
        font-size: 25px;
        line-height: 30px;
    }
	
	.macaya-carousel > div > div .vc_row h3,
	.macaya-gracias > div > div .vc_row h3 {
	font-size: 24px;
	line-height: 34px;
}
}

.macaya-carousel > div > div .vc_row .wpb_text_column,
.macaya-gracias > div > div .vc_row .wpb_text_column {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .logo-esc {
        display: none;
    }
}

.cont-general-macaya {
    position: absolute !important;
    top: 0;
    z-index: 999;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px;
    pointer-events: none;
}
@media only screen and (max-width: 768px) {
    .cont-general-macaya {
        position: relative !important;
        height: auto;
        background-color: rgba(47, 53, 28, 0.9);
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: visible !important;
    }
}

.macaya-form {
    background-color: #fff;
    padding: 30px !important;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
    border-radius: 10px;
    max-width: 390px;
    margin: 0 auto;
    pointer-events: all;
	margin-right: 0;
}

.macaya-form h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #384B25;
}
.macaya-form .full.enviar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.macaya-form .full.enviar:after {
    content: '';
    background-image: url(https://toscanamonteria.com/wp-content/uploads/2024/12/arrow-right.svg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 18px;
    height: 12px;
    position: absolute;
    background-size: 100% 100%;
    right: 19%;
    display: block !important;
	transform: rotate(180deg);
}
.macaya-form input[type='submit'] {
    background-color: #ABCA46;
    color: #ffffff;
    font-size: 14px;
    border: none;
    padding: 13px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.macaya-form input[type='submit']:hover {
    background-color: #EB6907;
} /*# sourceMappingURL=macaya.css.map */


/*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*/
/*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*/
/*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*/
/*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*//*TOSCANA*/

.container-toscana {
	display: flex;
	flex-direction: column;
	padding-top: 0 !important;
	height: 100vh;
	background-image: url(https://toscanamonteria.com/wp-content/uploads/2025/06/background-3.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.logo-toscana {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 80px;
}

.container-slide-toscana {
	flex: 1;
}

.slide-toscana {
	height: 100%;
	width: 80%;
	display: flex;
	align-items: flex-end;
	padding: 54px;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.slide-toscana::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 80%;
	bottom: 0;
	right: 0;
	background: #026351;
	background: linear-gradient(0deg,rgba(2, 99, 81, 1) 20%, rgba(2, 99, 81, 0) 100%);
}

.slide-toscana::after {
	content: " ";
	position: absolute;
	background-image: url(https://toscanamonteria.com/wp-content/uploads/2025/06/after-foto.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	width: 30%;
	height: 100px;
	top: 48px;
	left: 0;
}

.carousel-toscana {
	display: block !important;
	height: 100%;
}

.carousel-toscana div {
	height: 100%;
}

.carousel-toscana > div {
	padding-top: 0 !important;
}

.slide-toscana .wpb_wrapper {
	z-index: 1;
	width: 60%;
	height: auto;
}


.slide-toscana .wpb_wrapper h2 {
	color: #fff;
    font-size: 40px;
    line-height: 50px;
	margin-top: 0;
	margin-bottom: 8px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.slide-toscana .wpb_wrapper h3 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	color: #ABCA46;
	margin: 0 0 24px 0;
	position: relative;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.slide-toscana .wpb_wrapper h3::before {
	content: " ";
	position: absolute;
	height: 2px;
	width: 120px;
	background-color: #ABCA46;
	bottom: -16px;
	left: 0;
}

.slide-toscana .wpb_wrapper p {
	color: #fff;
    font-size: 20px;
    line-height: 30px;
	margin-top: 0;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.slide-toscana .wpb_wrapper ul {
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 56px;
	padding: 0;
	margin: 0;
	max-width: 900px;
	width: 100%;
}

.slide-toscana .wpb_wrapper li {
	text-decoration: none;
	color: #fff;
    font-size: 20px;
    line-height: 30px;
	display: flex;
	align-items: center;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.slide-toscana .wpb_wrapper li img {
	width: 48px;
	height: 48px;
	margin-right: 10px;
}

.slide-2 {
	background-position: center;
}

.slide-2 .wpb_wrapper {
	width: 40%;
}

.slide-2 .wpb_wrapper p{
	border: 1px solid #fff !important;
	border-radius: 28px !important;
	padding: 24px !important;
}

.slide-2 .wpb_wrapper a {
	text-decoration: underline;
	color: #ABCA46;
	font-weight: 700;
}

.slide-2 .wpb_wrapper a:hover {
	color: #EB6907;
}

.logo-solerium {
	position: absolute;
	bottom: 24px;
	right: 24px;
	z-index: 99;
}

.img-planta {
	 position: absolute;
	 top: -91px;
	 right:0;
	 width: 100px;
	 height: auto;
	 margin: 0;
	 padding: 0;
}





@media only screen and (max-width: 768px) {
    .carousel-toscana::before,
    .macaya-gracias::before {
        display: none;
    }
}

.carousel-toscana.owl-carousel,
.macaya-gracias.owl-carousel {
    display: block;
}

.carousel-toscana .owl-dots,
.macaya-gracias .owl-dots {
    position: absolute;
    right: 25%;
    bottom: 15%;
    z-index: 99;
	height: auto;
}

@media only screen and (max-width: 768px) {
    .carousel-toscana .owl-dots,
    .macaya-gracias .owl-dots {
        display: none;
    }
}

.carousel-toscana .owl-dots .owl-dot.active span,
.macaya-gracias .owl-dots .owl-dot.active span {
    background: #ABCA46;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.carousel-toscana .owl-nav,
.macaya-gracias .owl-nav {
    position: absolute;
    bottom: 5%;
    right: 25%;
    z-index: 9999;
	height: auto;
}

@media only screen and (max-width: 768px) {
    .carousel-toscana .owl-nav,
    .macaya-gracias .owl-nav {
        right: 5%;
    }
}

.carousel-toscana .owl-nav button:hover,
.macaya-gracias .owl-nav button:hover {
    background-color: transparent !important;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.9;
}

.carousel-toscana .owl-nav button i,
.macaya-gracias .owl-nav button i {
    position: relative;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ABCA46;
}

@media only screen and (max-width: 768px) {
    .carousel-toscana .owl-nav button i,
    .macaya-gracias .owl-nav button i {
        width: 60px;
        height: 60px;
    }
}

.carousel-toscana .owl-nav button i:before,
.macaya-gracias .owl-nav button i:before {
    content: url(https://toscanamonteria.com/wp-content/uploads/2025/06/icon-arrow-right-green.svg);
    display: block;
    position: relative;
    top: -4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.carousel-toscana .owl-nav button.owl-prev i:before,
.macaya-gracias .owl-nav button.owl-prev i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 6px;
}

.gracias-toscana {
	display: flex;
	flex-direction: column;
	padding-top: 0 !important;
	height: 100vh;
}

.gracias-toscana__logo {
	width: 100%;
	padding: 24px 80px;
}

.gracias-toscana__logo .vc_column_container>.vc_column-inner {
	padding: 0;
}

.gracias-toscana__logo .wpb_wrapper > div {
	margin: 0;
}

.gracias-toscana__container-text {
	flex: 1;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 48px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}

.gracias-toscana__container-text::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 80%;
	bottom: 0;
	right: 0;
	background: #026351;
	background: linear-gradient(0deg,rgba(2, 99, 81, 1) 20%, rgba(2, 99, 81, 0) 100%);
}

.gracias-toscana__col {
	padding: 56px;
}

.gracias-toscana__col h2 {
	color: #fff;
    font-size: 48px;
    line-height: 58px;
	margin-top: 0;
	margin-bottom: 16px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
}

.gracias-toscana__col h2::before {
	content: " ";
	position: absolute;
	height: 2px;
	width: 120px;
	background-color: #ABCA46;
	bottom: -16px;
	left: 0;
}

.gracias-toscana__col p {
	color: #fff;
    font-size: 24px;
    line-height: 34px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.gracias-toscana__col-text > div > div {
	width: 40%
}

.gracias-toscana__footer {
	padding: 24px;
	display: flex;
	align-items: center;
	position: relative;
}

.gracias-toscana__footer::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 80%;
	background-color: #EB6907;
	margin: 0 auto;
	top: 0;
	left: 10%;
}

.gracias-toscana__footer p {
	color: #fff;
    font-size: 14px;
    line-height: 24px;
	margin-top: 0;
}

.gracias-toscana__footer > div > div {
	padding: 0 !important;
	margin: 0 !important;
}

.gracias-toscana__footer .wpb_wrapper {
	margin-top: 0;
}


/*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*/
/*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*/
/*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*/
/*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*//*TOSCANA RESPONSIVE*/

@media only screen and (max-width: 768px) {
	
	.container-toscana {
		height: 100%;
		background-image: none !important;
		background-color: #026351;
	}
	
	.logo-toscana {
		padding-left: 0;
	}
	
	.logo-toscana .wpb_single_image {
		text-align: center !important;
	}
	
	.logo-solerium {
		display: none;
	}
	
	.logo-solerium-2 {
		text-align: center;
	}
	
	.container-slide-toscana {
		flex: 1;
	}

	.slide-toscana {
		height: auto;
		width: 100%;
		display: flex;
		align-items: flex-end;
		padding: 30% 48px 120px 48px;
		background-position: center top;
		background-size: cover;
		position: relative;
		margin-bottom: 0 !important;
	}
	
	.slide-toscana::after {
		content: "";
		position: absolute;
		background-image: url(https://toscanamonteria.com/wp-content/uploads/2025/06/after-foto.svg);
		background-repeat: no-repeat;
		background-position: right;
		background-size: contain;
		width: 40%;
		top: 24px;
		left: 0;
	}
	
	.slide-toscana .wpb_wrapper {
		width: 100%;
	}
	
	.slide-2 {
		min-height: 695px;
		padding: 30% 48px 80px 48px;
	}
	
	.slide-2 .wpb_wrapper {
		width: 100%;
	}
	
	.slide-toscana .wpb_wrapper h2 {
		font-size: 34px;
		line-height: 44px;
	}

	.slide-toscana .wpb_wrapper h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.slide-toscana .wpb_wrapper p {
		color: #fff;
		font-size: 16px;
		line-height: 26px;
	}
	
	.container-form {
		background-color: #026351;
		position: relative;	
	}
	
	.macaya-form {
		margin-top: 48px;
		margin-right: auto;	
	}
	
	.img-planta {
		 position: absolute;
		 top: 360px;
		 left: 16px;
		 width: 100px;
		 height: auto;
		 margin: 0;
		 padding: 0;
		z-index: 9999;
	}
	
	.gracias-toscana__logo > div > div > div > div {
		text-align: center !important;
	}
	
	.gracias-toscana__container-text {
		padding-left: 48px;
		padding-right: 48px;
		padding-bottom: 24px;
	}
	
	
	.gracias-toscana__col-text > div > div {
		width: 90%;
	}
	
	.gracias-toscana__col h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.gracias-toscana__col p {
		font-size: 20px;
		line-height: 30px;
	}
}

	

@media only screen and (max-width: 640px) {
	.img-planta {
		display: none;
	}
}

@media only screen and (max-width: 425px) {
		
	.slide-toscana .wpb_wrapper h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.slide-toscana .wpb_wrapper h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.slide-toscana .wpb_wrapper p {
		color: #fff;
		font-size: 16px;
		line-height: 26px;
	}
	
	.slide-toscana {
		height: 100%;
		padding: 50% 48px 120px 48px;
	}
	
	.slide-toscana .wpb_wrapper ul {
		gap: 16px 24px;
	}

	.slide-toscana .wpb_wrapper li {
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		line-height: 26px;
		display: flex;
		align-items: flex-start;
		text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		flex-direction: column;
	}

	.slide-toscana .wpb_wrapper li img {
		width: 32px;
		height: 32px;
		margin-right: 0;
		margin-bottom: 4px;
	}
	
	.slide-2 {
		padding: 30% 24px 24px 24px;
	}

	
}

@media (min-width: 769px) {
	.slide-toscana .wpb_wrapper {
		z-index: 1;
		width: 55% !important;
		height: auto;
	}
}

@media (min-width: 798px) {
	.slide-toscana .wpb_wrapper {
		z-index: 1;
		width: 60% !important;
		height: auto;
	}
}


@media only screen and (min-width: 769px) {
	
	.container-form {
		position: absolute !important;
		left: 0 !important;
		top: 50%;
		transform: translateY(calc(-50%));
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		pointer-events: none;
		z-index: 99;
		overflow: visible !important;
	}
	
	.logo-solerium-2 {
		display: none;
	}
	

}

