@font-face {
    font-family: 'Concord-Bold';
    src: url('../fonts/Concord-Bold.eot');
    src: url('../fonts/Concord-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Concord-Bold.woff2') format('woff2'),
        url('../fonts/Concord-Bold.woff') format('woff'),
        url('../fonts/Concord-Bold.ttf') format('truetype'),
        url('../fonts/Concord-Bold.svg#Concord-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Concord-Light';
    src: url('../fonts/Concord-Light.eot');
    src: url('../fonts/Concord-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Concord-Light.woff2') format('woff2'),
        url('../fonts/Concord-Light.woff') format('woff'),
        url('../fonts/Concord-Light.ttf') format('truetype'),
        url('../fonts/Concord-Light.svg#Concord-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Concord';
    src: url('../fonts/Concord.eot');
    src: url('../fonts/Concord.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Concord.woff2') format('woff2'),
        url('../fonts/Concord.woff') format('woff'),
        url('../fonts/Concord.ttf') format('truetype'),
        url('../fonts/Concord.svg#Concord') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html{
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100% !important; 
}
h1,h2,h3,h4,h5,h6,ul,li,a,p{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
body {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #000;
    font-family: 'Concord' !important;
    background: #fbfbfb !important;
}

/* Botón WhatsApp */

.whatsapp {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #00e676;
    color: #fff;
    font-size: 40px;
    border-radius: 100%;
    text-decoration: none;
    margin: 30px;
    padding: 14px 6px;
    z-index: 100;
}

.whatsapp:hover {
    color: #fff;
    font-size: 45px;
}


#wrapper {
    position: relative;
    overflow: hidden;
}
.container {
    max-width: 1367px !important;
    padding: 0;
}
.main-text {
    position: relative;
    z-index: 1;
    background: #ECECEC;
}
.main-text:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    content: "";
    background: url(../images/banner03.png) no-repeat;
    width: 100%;
    height: 100%;
}
.main-text:after {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -14%;
    content: "";
    background: url(../images/red-graph-la-flecha.svg) no-repeat;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.text-capation {
    position: absolute;
    top: 5%;
    right: 0;
    left: 4%;
    bottom: auto;
    z-index: 1;
    padding: 5% 2%;
    width: 40%;
    background: #ececec;
    height: 85%;
}
.text-capation h1 {
    color: #fff;
}
.text-capation h1 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 30px;
    color: #3F3E3E;
}
.text-capation h2 {
    color: #C63833;
    font-size: 45px;
    line-height: 47px;
    margin: 0 0 30px;
}
.text-capation h3 {
    color: #3F3E3E;
    font-size: 40px;
    line-height: 42px;
    margin: 0;
}
.img-hold {
    width: 42%;
    position: absolute;
    top: 5%;
    left: auto;
    right: 4%;
    z-index: 99;
    bottom: auto;
    content: "";
}
.text-block {
    background: #ECECEC;
    padding: 20px 0 0;
}
.text-block h2 {
    text-align: center;
    font-size: 60px;
    line-height: 62px;
    color: #C63833;
    font-family: 'Concord-Bold';
    margin: 0;
    padding: 0 0 50px;
}
.two-block {
    padding: 0 5% 5%;
    background: #ececec;
    position: relative;
    z-index: 1;
}
.two-block:before {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: #3E3E3D;
    width: 100%;
    height: 60%;
    z-index: -1;
}
.text-info h2 {
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 10px;
}
.text-info h3 {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 20px;
}
.text-info p {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
}
.text-info p:before {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 20%;
    height: 3px;
    background: #fff;
    content: "";
    bottom: -25%;
}
.form-block {
    padding: 4% 5%;
    background: url(../images/banner02.png) no-repeat;
    background-size: 100%;
}
.form-block h2 {
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    margin: 0 0 50px;
    font-family: 'Concord-Bold';
    text-align: center;
}
.form-block h3 {
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 50px;
    text-align: center;
}
.form-block .form-control {
    font-size: 20px;
    line-height: 22px;
    height: 50px;
    border-radius: 0;
    color: #6F6F6E;
}
label.upload {
    padding: 10px;
    background: #fff;
    display: flex;
    color: #6F6F6E;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    line-height: 24px;
    cursor: pointer;
}
input[type="file"] {
    display: none;
}
.btn-send {
    font-size: 22px;
    line-height: 26px;
    padding: 10px;
    width: 200px;
    background: #3E3E3D;
    color: #fff;
    border: none;
    margin: 0 auto 25%;
    display: flex;
    justify-content: center;
}
.form-info h3 {
    font-size: 40px;
    line-height: 42px;
    color: #3E3E3D;
    text-align: right;
    margin: 0;
}
.gar-area {
    padding: 4% 5%;
    background:#3F3E3E;
}
.gar-area h2 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 50px;
    line-height: 52px;
    font-family: 'Concord-Bold';
}
.gar-area p {
    color: #fff;
    margin: 0;
    font-size: 25px;
    line-height: 30px;
}
.gar-area img {
    float: right;
}
.about-area {
    padding: 7% 5% 3%;
}
.about-area h2 {
    color: #C63833;
    margin: 0 0 50px;
    font-size: 50px;
    line-height: 52px;
    font-family: 'Concord-Bold';
    text-align: center;
}
.about-area p {
    color: #3E3E3D;
    margin: 0 0 50px;
    font-size: 27px;
    line-height: 35px;
}
.img-area {
    padding: 0 5%;
    position: relative;
}
.img-area .center {
    margin: 0 0 30px auto;
    display: flex;
    z-index: 9;
    position: relative;
}
.img-area .index {
    position: relative;
    z-index: 9;
}
.img-area::before {
    position: absolute;
    top: 2%;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner10.png) no-repeat;
    content: "";
    z-index: -1;
}
.img-area::after {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -28%;
    width: 100%;
    height: 100%;
    background: url(../images/banner07.png) no-repeat;
    content: "";
    z-index: 1;
}
#footer .footer-holder {
    background: url(../images/banner06.png) no-repeat;
    padding: 12% 5% 4%;
    position: relative;
    z-index: 9;
    margin: -7% 0 0 0;
}
.footer-log {
    width: 300px;
    margin: 0 0 70px;
}
.add-area p {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Concord-Light';
    margin: 0 0 50px;
}
.cell {
    margin: 0 0 50px;
}
.cell p {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Concord-Light';
    margin: 0;
}
.cell a {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Concord-Light';
    margin: 0;
    display: block;
}
.social a {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Concord-Light';
    margin: 0;
    display: block;
}
.map-area {
    height: 400px;
}
div#menu-btn {
    text-align: right;
    padding: 20px 15px 0 0;
}
#menu-btn a {
    display: inline-block;
}
#menu-btn img {
    width: 50px;
    cursor: pointer;
}
.side-bar {
    position: absolute;
    top: 40vh;
    left: 0;
    width: 100%;
    background: rgba(77,77,77,0.9);
    transition: all 0.7s;
    transform: translateX(-200%);
    max-width: 1367px;
    margin: 0 auto;
    right: 0;
}
.side-bar a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px 0;
    width: 50%;
    margin: 0 auto;
}
.header-nav ul li {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
#header {
    width: 100%;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: auto;
    z-index: 100;
    top: 0;
}
.side-bar.active {
    transform: translateX(0);
}

/* responsive style  */

@media screen and (max-width: 1280px) {
    .text-capation h1 {
        font-size: 38px;
        line-height: 40px;
        margin: 0 0 30px;
    }
    .text-capation h2 {
        font-size: 38px;
        line-height: 40px;
        margin: 0 0 30px;
    }
    .text-block h2 {
        font-size: 50px;
        line-height: 52px;
        padding: 0 0 30px;
    }
    .text-info h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .text-info h3 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 10px;
    }
    .text-info p {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
    .form-block h2 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 40px;
    }
    .form-block h3 {
        font-size: 22px;
        line-height: 25px;
        margin: 0 0 40px;
    }
    .form-block .form-control {
        font-size: 18px;
        line-height: 20px;
    }
    label.upload {
        font-size: 20px;
        line-height: 22px;
    }
    .btn-send {
        font-size: 20px;
        line-height: 24px;
    }
    .form-block {
        padding: 2% 5% 2%;
    }
    .form-info h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .gar-area h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .gar-area p {
        font-size: 20px;
        line-height: 27px;
    }
    .about-area {
        padding: 5% 5% 3%;
    }
    .about-area h2 {
        margin: 0 0 30px;
        font-size: 40px;
        line-height: 42px;
    }
    .about-area p {
        margin: 0 0 30px;
        font-size: 22px;
        line-height: 30px;
    }
    .img-area .center {
        margin: 0 0 15px auto;
    }
    .img-area::before {
        top: -6%;
    }
    #footer .footer-holder {
        padding: 14% 5% 4%;
        margin: -9% 0 0 0;
    }
    .footer-log {
        margin: 0 0 40px;
    }
    .add-area p {
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 30px;
    }
    .cell a {
        font-size: 25px;
        line-height: 28px;
    }
    .cell p {
        font-size: 25px;
        line-height: 28px;
    }
    .cell {
        margin: 0 0 30px;
    }
    .social a {
        font-size: 25px;
        line-height: 28px;
    }
    .main-text:after {
        bottom: -17%;
        background-size: contain;
    }
    .text-capation {
        top: 7%;
    }
    .text-capation h3 {
        font-size: 38px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1150px) {
    .form-block {
        background-size: cover;
    }
    .img-area .center {
        margin: 0 0 0 auto;
        width: 220px;
    }
}
@media screen and (max-width: 1024px) {
    .text-capation h1 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 30px;
    }
    .text-capation h2{
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 30px;
    }
    .text-block h2 {
        font-size: 40px;
        line-height: 42px;
        padding: 0 0 20px;
    }
    .text-info h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .text-info h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .text-info p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    .form-block h2 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 30px;
    }
    .form-block h3 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 30px;
    }
    .form-info h3 {
        font-size: 25px;
        line-height: 27px;
        margin: 0 0 20px;
    }
    .gar-area h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .gar-area p {
        font-size: 18px;
        line-height: 25px;
    }
    .about-area h2 {
        margin: 0 0 20px;
        font-size: 30px;
        line-height: 32px;
    }
    .about-area p {
        margin: 0;
        font-size: 18px;
        line-height: 25px;
    }
    .img-area .center {
        width: 200px;
    }
    .footer-log {
        margin: 0 0 30px;
        width: 250px;
    }
    .add-area p {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    .cell a {
        font-size: 20px;
        line-height: 24px;
    }
    .cell p {
        font-size: 20px;
        line-height: 24px;
    }
    .social a {
        font-size: 20px;
        line-height: 24px;
    }
    #menu-btn a img {
        width: 40px;
    }
    .text-capation h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .main-text:after {
        bottom: -12%;
    }
}
@media screen and (max-width: 992px) {
    .text-capation h1 {
        font-size: 25px;
        line-height: 27px;
    }
    .text-capation h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .text-block h2 {
        font-size: 30px;
        line-height: 32px;
        padding: 0 0 30px;
    }
    .text-info h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .text-info h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .form-block h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 25px;
    }
    .form-block h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 25px;
    }
    .form-block .form-control {
        font-size: 16px;
        line-height: 18px;
        height: 40px;
    }
    .btn-send {
        font-size: 18px;
        line-height: 20px;
    }
    .gar-area p {
        font-size: 16px;
        line-height: 24px;
    }
    .gar-area h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .about-area h2 {
        margin: 0 0 15px;
        font-size: 27px;
        line-height: 30px;
    }
    .about-area p {
        font-size: 16px;
        line-height: 22px;
    }
    .img-area::before {
        top: -16%;
    }
    .img-area .center {
        width: 150px;
    }
    #footer .footer-holder {
        padding: 20% 5% 4%;
        margin: -14% 0 0 0;
    }
    .footer-log {
        margin: 0 0 20px;
        width: 200px;
    }
    .add-area p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .cell a {
        font-size: 16px;
        line-height: 20px;
    }
    .cell p {
        font-size: 16px;
        line-height: 20px;
    }
    .social a {
        font-size: 16px;
        line-height: 20px;
    }
    .cell {
        margin: 0 0 10px;
    }
    .map-area {
        height: 300px;
    }
    .main-text:before {
        width: 80%;
        height: 80%;
        background-size: contain;
    }
    .text-capation h3 {
        font-size: 25px;
        line-height: 27px;
    }
}
@media screen and (max-width: 767px) {
    .text-capation h1 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .text-capation h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .text-block h2 {
        font-size: 25px;
        line-height: 27px;
        padding: 0 0 20px;
    }
    .text-info p {
        font-size: 13px;
        line-height: 17px;
        margin: 0 0 7px;
        padding: 0 0 7px;
    }
    .text-info h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 5px;
    }
    .text-info h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 5px;
    }
    .gar-area p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-area p {
        font-size: 14px;
        line-height: 20px;
    }
    .img-area::before {
        top: -28%;
    }
    .img-area .center {
        width: 120px;
    }
    #footer .footer-holder {
        padding: 25% 5% 4%;
        margin: -20% 0 0 0;
    }
    .social {
        margin: 0 0 20px;
    }
    .text-capation h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .main-text:before {
        width: 70%;
        height: 70%;
    }
    .main-text:after {
        bottom: -20%;
    }
    .text-capation {
        top: 9%;
    }
    .img-hold {
        top: 8%;
    }
}
@media screen and (max-width: 575px) {
    .two-block:before {
        top: auto;
        height: 60%;
    }
    .text-block h2 {
        padding: 0;
    }
    .text-info {
        padding: 20px 0;
    }
    .text-info h2 {
        text-align: center;
    }
    .text-info h3 {
        text-align: center;
        margin: 0 0 20px;
    }
    .text-info p {
        font-size: 15px;
        line-height: 20px;
    }
    .order {
        order: 1;
    }
    .ordertwo {
        order: 2;
    }
    .two-block {
        padding: 10% 5% 5%;
    }
    .text-info p:before {
        margin: 0 auto;
        width: 40%;
    }
    .text-capation h1 {
        font-size: 22px;
        line-height: 24px;
    }
    .text-capation h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .text-capation h2 {
        font-size: 27px;
        line-height: 30px;
    }
    .text-info p br {
        display: none;
    }
    .two-block img {
        margin: 0 auto;
        display: flex;
    }
    .form-block {
        padding: 7% 5% 4%;
    }
    .form-info h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 0;
        text-align: center;
        padding: 10px 0 0;
    }
    .form-block h3 br {
        display: none;
    }
    .form-block h2 {
        margin: 0 0 15px;
    }
    .form-block h3 {
        margin: 0 0 15px;
        font-size: 15px;
        line-height: 17px;
    }
    .gar-area {
        padding: 10% 5%;
    }
    .gar-area p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 30px;
    }
    .gar-area img {
        float: inherit;
        width: 100px;
        margin: 0 auto;
        display: flex;
    }
    .img-area::before {
        top: -20%;
    }
    .img-area::after {
        bottom: -28%;
    }
    .img-area .center {
        width: 90px;
    }
    .about-area h2 {
        margin: 0 0 30px;
        font-size: 22px;
        line-height: 24px;
    }
    .about-area {
        padding: 10% 5%;
    }
    #footer .footer-holder {
        padding: 40% 5% 4%;
        margin: -35% 0 0 0;
    }
    .footer-log {
        margin: 0 0 30px;
        width: 170px;
    }
    .map-area {
        height: 250px;
    }
    label.upload {
        font-size: 18px;
        line-height: 20px;
        width: 100px;
        height: 100px;
    }
    .container {
        padding: 0;
    }
    .main-text picture img {
        width: 100%;
        height: 500px;
    }
    #menu-btn a img {
        width: 35px;
    }
    div#menu-btn {
        padding: 10px 10px 0 0;
    }
    .text-capation {
        top: 8%;
        left: 0;
        width: 85%;
        margin: 0 auto;
        padding: 10% 5%;
    }
    .side-bar a {
        width: 75%;
    }
    .main-text:before {
        width: 90%;
        height: 25%;
    }
    .main-text:after {
        bottom: 0;
        height: 60%;
    }
    .img-hold {
        top: auto;
        bottom: 2%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        width: 60%;
    }
    .main-text {
        padding: 0 0 20%;
    }
}
@media screen and (max-width: 480px) {
    .img-area::before {
        top: -26%;
    }
    .main-text:before {
        width: 75%;
        height: 14%;
    }
    .main-text picture img {
        height:auto;
    }
    .main-text:after {
        bottom: 0;
        height: 52%;
    }
}
@media screen and (max-width: 400px) {
    .img-area::before {
        top: -36%;
    }
    .main-text:before {
        height: 100px;
    }
}