/*--========== Google Fonts ==========--*/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*
font-family: 'Raleway', sans-serif;  
font-family: 'Poppins', sans-serif;   
*/

/*--========== End Google Fonts ==========--*/

/*--========== General Style ==========--*/

* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background-color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    counter-reset: number;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 48px;
    ;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

img {
    max-width: 100%
}

ul {
    margin: 0;
}

ul li {
    list-style-type: none
}

a,
a:focus,
a:hover {
    text-decoration: none
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.site-wrapper {
    position: relative;
    overflow: hidden;
}
.st-color {
    color: #9F0466;
}

/*--========== End General Style ==========--*/

/*--========== Header Area Style ==========--*/

.header-area {
    background-color: #ffffff;
    position: relative;
    z-index: 999999;
}
.fixed-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.site-logo a img {
    max-height: 80px;
}
.tqi-menu ul {
    position: relative;
}
.tqi-menu ul li {
    display: inline-block;
    margin-right: 16px;
}
.tqi-menu ul li:last-child {
    margin-right: 0;
}
.tqi-menu ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.logo {
    display: inline-block;
    border: 6px solid rgba(0,0,0, 0.1);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.mobile-header {
    display: none;
    text-align: center;
}
.m-logo {
    max-width: 300px;
    border: 6px solid rgba(0,0,0, 0.1);
    display: inline-block;
    margin-top: 10px;
}
.m-menu {
    padding: 15px 0 8px 0;
}
.m-menu ul li {
    margin-bottom: 5px;
}
.m-menu ul li a {
    padding: 5px 0;
}
.m-menu ul li a:before {
    content: none !important;
    display: none;
}
.m-menu-wrapper {
    padding: 16px 0 10px;
    display: none;
}
.m-menu-toggle-bar {
    display: inline-block;
    cursor: pointer;
}
.m-menu-toggle-bar p {
    display: block;
    margin-bottom: 4px;
    width: 30px;
    height: 3px;
    background-color: #9F0466;
}
.m-menu-toggle-bar p:last-child {
    margin-bottom: 0;
}

.fa-minus:before {
    content: "\f068" !important;
}

/*--========== End Header Area Style ==========--*/

/*--========== Main Slider Area Style ==========--*/
.carousel-control-next, .carousel-control-prev {
    height: auto;
    width: auto;
    top: 50%;
    bottom: inherit;
    background-color: #ffffff;
    opacity: 1;
    line-height: 60px;
    padding: 0 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
    width: auto;
    height: auto;
    color: #A50063;
    font-size: 30px;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: #A50063;
}
.carousel-control-next:hover .carousel-control-next-icon, 
.carousel-control-prev:hover .carousel-control-prev-icon {
    color: #ffffff;
}

/*--========== End Main Slider Area Style ==========--*/

/*--========== Blurbs Area Style ==========--*/

.blurbs-area {
    padding: 40px 0;
}
.single-blurb {
    position: relative;
}
.single-blurb .blurb-caption {
    position: absolute;
    left: 50%;
    top:50%;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.blurbs-area .row .col-md-4:first-child .hover-blurb h5,
.blurbs-area .row .col-md-4:first-child .hover-blurb h3,
.blurbs-area .row .col-md-4:first-child .hover-blurb p {
    color: #000000;
}
.single-blurb .blurb-caption h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}
.hover-blurb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.single-blurb:hover .hover-blurb {
    opacity: 1;
    visibility: visible;
}
.hover-blurb-content {
    padding: 0 10px;
    width: 100%;
}
.hover-blurb h5 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    border-bottom: 2px solid #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-blurb h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 40px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-blurb p {
    font-size: 18px;
    font-size: 500;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.single-blurb:hover .hover-blurb h5,
.single-blurb:hover .hover-blurb h3,
.single-blurb:hover .hover-blurb p {
    color: #A50063 !important;
}
.single-blurb:hover .hover-blurb h5 {
    border-bottom: 2px solid #A50063;
}
/*--========== End Blurbs Area Style ==========--*/


/*--========== Footer Area Style ==========--*/
.footer-area {
    background-color: #333333;
    padding: 15px 0;
    padding-bottom: 30px;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-left ul li {
    margin-right: 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}
.footer-left ul li:last-child {
    margin-right: 0;
}
.footer-left ul li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}
.footer-right ul li {
    margin-right: 16px;
}
.footer-right ul li:last-child {
    margin-right: 0;
}
.footer-right ul li a {
    color: #ffffff;
    font-size: 16px;
}
.footer-left ul li:first-child {
    position: relative;
}
.footer-left ul li:first-child i {
    transform: rotate(90deg);
}
.footer-left ul li:first-child:before {
    position: absolute;
    content: "/";
    right: -20px;
    top: 0;
    color: #ffffff;
    opacity: 0.3;
}
/*--========== End Footer Area Style ==========--*/

/*--========== HP Right Area Style ==========--*/

.hp-right-form {
    position: fixed;
    right: -500px;
    top: 49px;
    width: 500px;
    background-color: #E0D9D1;
    z-index: 5;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #999999;
    max-height: 100vh;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.hp-right-form h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hp-right-form > p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
} 
.close-box {
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    font-weight: 300 !important;
    cursor: pointer;
}
.tqi-form-group {
    margin-bottom: 20px;
}
.tqi-form-group label {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.tqi-form-group input,
.tqi-form-group textarea {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
    height: 30px;
}
.tqi-form-group textarea {
    min-height: 70px;
}
.submit-btn {
    padding: 5px 15px;
    background-color: #ffffff;
    color: #AB0061;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.pedir-presupuesto {
    position: fixed;
    right: 180px;
    bottom: 0;
    z-index: 7;
}

.chat-btn {
    position: fixed;
    right: 110px;
    bottom: 0;
    z-index: 7;
}
.chat-btn p {
    display: inline;
    padding: 5px 15px;
    background-color: #A50063;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.pedir-presupuesto p {
    display: inline;
    padding: 5px 15px;
    background-color: #1A1A1A;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.purple-text p {
    color:#AB0061; 
}
.pedir-presupuesto p:hover {
    color: #AB0061; 
}
.show-from-left {
    right: 0;
}
.contact-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}
.contact-info ul li {
    display: block;
}
.contact-info ul li a {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px;
    margin-bottom: 0;
    color: #A40062 !important;
}
.right-before {
    position: relative;
}
.right-before:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
    

/*--========== End HP RIght Area Style ==========--*/

/*--========== End HP Left Area Style ==========--*/

.sub-categories-box {
    position: fixed;
    left: -00px;
    top: 49px;
    width: 500px;
    background-color: #D2D7E4;
    z-index: 5;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #999999;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    border-top: 5px solid #B6BBC6;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sub-categories-box-bottom {
    padding: 15px 0;
    border-top: 1px solid #999999;
    margin-top: 40px;
}
.tqi-visible {
    opacity: 1;
    visibility: visible;
}
.tqi-sub.active {
    position: relative;
}
.tqi-sub.active:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 5px;
    background-color: #A50063;
}
.sub-categories-box h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.sub-categories-box .subtitle {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #A50063;
    margin-bottom: 10px;
}
.sub-categories-box ul {
    margin-bottom: 15px;
}
.sub-categories-box ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
}
.sub-categories-box ul li a:hover {
    color: #A50063;
}
.sub-categories-box .close-box {
    right: 0;
    left: auto;
}
.newsletter-box {
    margin-bottom: 10px;
    margin-top: 20px;
}
.newsletter-box h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.newsletter-box input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    border-bottom: 1px solid #9F0466;
    color: #9F0466;
}
.newsletter-box button[type="button"] {
    color: #9F0466;
    background-color: transparent;
    font-weight: 600;
    box-shadow: none;
    cursor: pointer;
}
.newsletter-box input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9F0466;
}
.newsletter-box input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #9F0466;
}
.newsletter-box input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #9F0466;
}
.newsletter-box input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #9F0466;
}
.social-media ul {
    margin-bottom: 0;
}
.social-media ul li {
    display: inline-block;
}
.social-media ul li a {
    font-size: 16px;
    color: #000000;
    margin-right: 12px;
}
.social-media ul li:last-child a {
    margin-right: 0;
}
/*--========== End HP Left Area Style ==========--*/

/*--========== Trabaja Page Style ==========--*/
.gray-bg {
    background-color: #E0D9D1;
    padding: 60px 0;
}
.padding-both40 {
    padding: 0 40px;
}
.email-address-box h5 {
    margin-bottom: 10px;
}
.email-address-box p {
    border-bottom: 1px solid #000000;
    font-size: 14px;
    padding-bottom: 4px;
    color: #9F0466;
}
.contents h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.contents p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}
.tqi-form-group h6 {
    margin-top: 10px;
}
.tqi-form-group p {
    font-size: 14px;
    font-weight: 400;
}
.tqi-form-group input[type="file"] {
    display: none;
}
.tqi-form-group input[type="file"] + label {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid #9F0466;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
}
.file-name {
    color: #9F0466;
}
/*--========== End Trabaja Page Style ==========--*/

/*--========== Ecologia Page Style ==========--*/
.ecologia h3 {
    margin-bottom: 40px;
}
.ecologia p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px;
}
.ecologia img {
    max-width: 250px;
    margin-bottom: 20px;
}
.contents h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 10px 0 30px 0;
    line-height: 40px;
    font-weight: 600;
}

/*--========== End Ecologia Page Style ==========--*/

/*--========== Grandes Page Style ==========--*/

.grandes-caption {
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding: 10px 15px;
    background-color: #E8E5E4;
    color: #000000;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.grandes h4 {
    text-transform: inherit;
    line-height: 36px;
}
.grandes ul li {
    font-size: 24px;
    font-weight: 500;
}
/*--========== End Grandes Page Style ==========--*/

/*--========== Espacios Page Style ==========--*/
.espacios .subtitle {
    font-size: 14px;
    border-bottom: 1px solid #9F0466;
    margin-bottom: 30px;
    display: inline-block;
}
.espacios p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px;
}
.espacios img {
    max-width: 220px;
    margin: 0 10px 20px 10px;
}

/*--========== End Espacios Page Style ==========--*/

/*--========== Garantia Page Style ==========--*/
.banner-area {
    position: relative;
}
.banner-area > img {
    width: 100%;
}
.banner-area.gray-bg {
    padding: 80px 0;
}
.banner-caption-content {
    padding: 0 30px;
}
.banner-caption-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.banner-caption-content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
}
.banner-cap-img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 16%;
    border: 10px solid #ffffff;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.ragantia-bottom .col-md-4:first-child .garantia-blurb {
    background-color: #E8E5E4;
}
.ragantia-bottom .col-md-4:nth-child(2) .garantia-blurb {
    background-color: #EEEFEF;
}
.ragantia-bottom .col-md-4:last-child .garantia-blurb {
    background-color: #F3F4F6;
}
.garantia-blurb {
    height: 100%;
    padding: 50px 30px;
}
.garantia-blurb h4 {
    font-size: 30px;
    font-weight: 700;
    color: #3E3E3F;
    margin-bottom: 20px;
}
.garantia-blurb p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}
/*--========== End Garantia Page Style ==========--*/

/*--========== FSC Page Style ==========--*/
.offwhite-bg {
    background-color: #E8E5E4;
    padding: 60px 0;
}
.fsc p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px;
}
.fsc-table {
    margin: 60px 0 0 0;
}

.fsc-table .table {
    background-color: #ffffff;
}
.fsc-table .table th,
.fsc-table .table td {
    vertical-align: middle !important;
}
.fsc-table .table-bordered th {
    padding: 15px !important;
}
.fsc-table .table-bordered th,
.fsc-table .table-bordered td {
    border: 2px solid #000000 !important;
    padding: 0;
}
.fsc-table .td-content {
    padding: 0 15px;
}
.fsc-table .td-content ul li {
    font-size: 16px;
    color: #512431;
    padding: 10px 0;
}
/*--========== End FSC Page Style ==========--*/

/*--========== Sucarsales Page Style ==========--*/

.subscribe-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.sm-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
    border-bottom: 1px solid #9F0466;
    display: inline-block;
}
.subscribe-content .single-accordion-block > ul {
    margin: 8px 0 10px 0;
}
.offices > ul {
    margin-bottom: 10px;
}
.subscribe-content ul li {
    font-weight: 500;
    font-size: 14px;
}
.subscribe-content h6 {
    font-weight: 700;
    color: #000000;
}
.subscribe-content h6 + i {
    color: #AB0061;
}
.map-area {
    position: relative;
}
#mapContainer {
    height: 600px;
}
#mapCanvas {
    height: 100%;
    width: 100%;
}
#mapCanvas > div:nth-child(2) {
    display: none;
}
.map-address-box {
    background-color: #9F0466;
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    max-width: 280px;
}
.map-address-box h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}
.map-address-box p {
    line-height: 1.3;
    font-size: 14px;
    color: #ffffff;
}
.single-accordion-block .sm-title {
    cursor: pointer;
    text-transform: uppercase;
}
.single-accordion-block ul > li > h5 {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    color: #333333;
    cursor: pointer;
}
.single-accordion-block .sub-active h5 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.single-accordion-block li a.map-link {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 16px;
    color: #333333;
    display: block;
    padding: 3px 0;
}
.single-accordion-block .sub-active > a,
.single-accordion-block .sub-active i {
    color: #AB0061 !important;
}
.single-accordion-block > ul {
    display: none;
}
.single-accordion-block ul li:hover > a {
    color: #9F0466;
}
.offices {
    display: none;
}



/*--========== End Sucarsales Page Style ==========--*/

/*--========== Artcenter Page Style ==========--*/
.dac-patagonia-slider .single-slide {
    border: 1px solid #ffffff;
}
.dac-patagonia-slider .single-slide h6 {
    background-color: #231F20;
    color: #ffffff;
    padding: 0 10px;
    font-size: 14px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}
.dac-patagonia-wrapper {
    position: relative;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    text-align: center;
    background-color: #B4286C;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-arrow i {
    font-size: 20px;
    line-height: 60px;
}
.slider-arrow.left {
    left: 1px;
}
.slider-arrow.right {
    right: 1px;
}
/*--========== End Artcenter Page Style ==========--*/

/*--========== Contacto Page Style ==========--*/

.contacto-form textarea {
    min-height: 200px;
}
.contacto-form p {
    margin-bottom: 0;
}
.contactto-left {
    position: relative;
    background-color: #ffffff;
    padding: 12px 0;
}
.contactto-left:before {
    position: absolute;
    content: "";
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.contactto-left a {
    border-bottom: 1px solid #AB0061;
    margin: 0;
    line-height: 1.4;
    color: #212529;
}
.contacto-form div .tqi-form-group:first-child label {
    position: relative;
}
.contacto-form div .tqi-form-group:first-child label i {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 24px;
    color: #AB0061;
}

/*--========== End Contacto Page Style ==========--*/

/*--========== Collection Pages Style ==========--*/
.collection-menu {
    padding: 15px 35px;
    display: inline-block;
    text-align: center;
}
.collection-menu h2 {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin: 0 0 0 0;
    text-transform: uppercase;
}
.collection-menu ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.collection-menu ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background-color: #ffffff;
    right: -3px;
    top: 10%;
}
.collection-menu ul li:last-child:before {
    content: none;
}
.collection-menu ul li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
    line-height: 1;
}
.collection-part {
    background-color: #EAE6E4;
    display: none;
}
.collection-main {
    position: relative;
    background-image: url(../img/collections/millenium/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: block;
}

.collection-main .collection-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 600px;
    max-width: 80%;
    background-color: #D1C7BD;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.collection-part .contactto-left a {
    color: #ffffff;
}
.deep-gray {
    background-color: #3F3D3C;
}
.deep-gray:before {
    border-top-color: #3F3D3C;
}
.light-gray {
    background-color: #96918D;
}
.light-gray:before {
    border-top-color: #96918D;
}
.rose {
    background-color: #9F0466;
}
.rose:before {
    border-top-color: #9F0466;
}
.rose a {
    border-bottom-color: #3F3D3C;
}
.contactto-left.deep-gray:hover,
.contactto-left.light-gray:hover {
    background-color: #9F0466;
}
.contactto-left.deep-gray:hover:before,
.contactto-left.light-gray:hover:before {
    border-top-color: #9F0466;
}
.collection-info-top {
    padding: 60px 0 10px 0;
}
.collection-info-content,
.collection-fotos-content {
    padding: 40px 0;
}
.collection-info-content p {
    font-size: 20px;
    line-height: 30px;
}
.collection-info-content .info-table{
    margin-top: 100px;
}
.collection-info-content .info-table h5 {
    margin-bottom: 15px;
}
.tqi-tab {
    cursor: pointer;
}
.collection-menu ul li a:hover {
    color: #9F0466;
}
.collection-fotos .carousel-control-next {
    right: 15px;
    transform: none;
}
.collection-fotos .carousel-control-prev {
    left: 15px;
    transform: none;
}
.collection-fotos .carousel-indicators {
    width: 100%;
    position: relative;
    left: inherit;
    margin: 0;
    bottom: inherit;
    right: inherit;
    top: inherit;
    z-index: inherit;
    justify-content: flex-start;
}
.collection-fotos .carousel-indicators li {
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0 6px 0 0;
    background-color: transparent;
    text-indent: inherit;
}
.collection-fotos .carousel-indicators li:before,
.collection-fotos .carousel-indicators li:after {
    content: none;
}
.collection-fotos .carousel-indicators li.active .carousel-single-indicator {
    border: 3px solid #9F0466;
}
.collection-fotos .carousel-indicators li {
    margin-bottom: 6px;
}
.fotos-heading {
    margin-bottom: 15px;
}
.fotos-heading h6 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
}
.fotos-heading p {
    font-size: 16px;
    font-weight: 500;
    color: #3F3D3C;
}
/*--========== End Collection Pages Style ==========--*/






@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


@media only screen and (max-width:1199px) {
    .header-area .container {
        display: none;
    }
    .mobile-header.container {
        display: block;
    }
    .footer-area .col-md-10,
    .footer-area .col-md-2 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer-menu {
        text-align: center !important;
        padding: 10px 0;
    }
    .footer-left ul li {
        margin-bottom: 5px;
    }
    .collection-menu h2 {
        font-size: 32px;
    }
    
}


@media only screen and (max-width:991px) {
    .contactto-left {
        margin: 0 0 40px 0;
    }
    .newsletter-box {
        flex-direction: column;
        margin-top: 50px;
        padding: 0 15px;
    }
    .hover-blurb h3 {
        font-size: 20px;
        margin: 20px 0;
    }
    .subscribe-content h3 {
        font-size: 28px;
    }
    .email-address-box {
        flex-direction: column;
        width: max-content;
        margin: 0 auto 40px;
    }
    .m-menu-wrapper {
        display: block;
    }
    .m-menu {
        background-color: #ffffff;
        border-top: 1px solid #dddddd;
        padding: 0;
        display: none;
    }
    .m-menu ul li {
        display: block;
        text-align: left;
        margin: 0;
    }
    .m-menu ul li a {
        padding: 8px 15px;
        display: block;
        border-bottom: 1px solid #eeeeee;
    }
    .m-menu ul li a:hover {
        background-color: #eeeeee;
    }
    .m-menu ul li:last-child a {
        border-bottom: none;
    }
    .sub-categories-box {
        z-index: 9999999999;
        top: 0 !important;
    }
    .collection-info .collection-menu,
    .collection-fotos .collection-menu {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .sub-categories-box {
        max-width: 400px;
        width: 100%;
    }
    .chat-btn {
        right: 50px;
    }
    .pedir-presupuesto {
        right: 120px;
    }
    .banner-caption-content h3,
    .contents h3 {
        font-size: 28px;
    }
    .banner-caption-content p,
    .espacios p,
    .grandes ul li,
    .ecologia p,
    .contents h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .garantia-blurb h4 {
        font-size: 24px;
    }
    .center-dac-logo {
        margin: 25px 0;
    }
    .footer-left ul li {
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .footer-left ul li:first-child:before {
        content: none;
        display: none;
    }
    .contacto-form div .tqi-form-group:first-child label i {
        display: none;
    }
    .grandes-caption {
        width: 80%; 
    }
    .banner-caption-content {
        margin: 25px 0;
    }
    .banner-logo {
        text-align: center;
    }
    .banner-logo img {
        max-width: 200px;
    }
    .ragantia-bottom {
        padding: 60px 0 20px 0;
    }
    .garantia-blurb {
        padding: 0 15px 40px 15px;
    }
    .single-blurb {
        margin-bottom: 30px;
    }
    .map-area iframe {
        height: 300px;
    }
    .subscribe-content {
        margin-top: 30px;
    }
    .sub-categories-box-bottom {
        padding-bottom: 0;
    }
    .social-media,
    .contact-info {
        padding-top: 15px;
    }
    .collection-menu {
        width: 90% !important;
        max-width: inherit !important;
        padding-top: 20px;
    }
    .collection-menu h2 {
        font-size: 32px;
    }
    .collection-menu ul li {
        padding: 0 8px;
        margin: 5px 0;
    }
    .collection-fotos .carousel-indicators li {
        padding: 0 3px;
    }
    .collection-fotos .carousel-indicators {
        margin-bottom: 30px;
    }
    .collection-fotos-content .p-0 {
        padding: 0 15px !important;
    }
    
}

@media only screen and (max-width:575px) {
    
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #FFFFFF;
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #FFFFFF;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #dc3545;
}
.form-control {    
    border:none;
}
.spinner{
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
     opacity: 1;
}
.spinner.ocultar{
    opacity: 0;
    display: none;
}
.spinner img{
    width: 32px;
    height: 32px;
}
.enviarBtn.ocultar{
    opacity: 0;
    display: none;
}
.enviarBtn {
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
     opacity: 1;
}
.errorvalidate{
    color:#C00000;
    font-size: 10px;
}