@import url('https://fonts.googleapis.com/css2?family=Open Sans:wght@300;400;700;900&family=Open+Sans:wght@300;400;500;600&display=swap');

/* Global */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    text-rendering: optimizelegibility;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -ms-text-size-adjust: 100%;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    scroll-margin-top: -350px;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
}


#root {
    width: 100%;
    height: 100%;
}

::selection {
    background: #0060a9;
    color: #ffffff;
}

* {
    font-family: 'Open Sans';
    font-weight: 400;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    transition: all .7s;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #2a2a2a;
    font-family: 'Open Sans';
    line-height: initial;
}

.errorFormC:empty {
    height: 0px;
    padding: 0 10px;
    margin: 0;
}

.errorFormC {
    height: auto;
    background-color: #f44336;
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 10px;
    color: #fff !important;
    transition: all .5s;
}

.errorP {
    border-color: #f44337;
    background: #f4433721;
    animation: shink .4s both .2s ease-in-out;
}

@keyframes shink {
    0% {
        transform: translateX(0px);
    }

    30% {
        transform: translateX(-10px);
    }

    70% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

input[type="submit"],
button {
    cursor: pointer;
    background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none;
}


h5 {
    color: #ffab00;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

ul,
ol {
    list-style-type: none;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-zoom: none;
}

a:hover {
    text-decoration: none;
}

.footer a {
    color: #ECEDF0;
}

body {
    background-color: #fff;
    position: relative;
    min-width: 375px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.77778;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-x: hidden;
}

p {
    color: #ECEDF0;
    font-size: 14px;
    font-weight: 600;
}


a:hover {
    text-decoration: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-transition: all .5s;
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus {
    outline: none;
}

.container {
    padding: 0 40px;
}

.textCenter {
    text-align: center;
}

h1 {
    font-size: 70px;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 1;
    color: #0060a9;
}

h1 span {
    font-weight: 800;
    color: #ffab00;
}

h4 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 600;
}

h2 span {
    color: #ffab00;
}

.landingHero h3 {
    font-size: 22px;
    color: #000;
    margin-top: 10px;
    text-transform: initial;
}

h3 span {
    font-weight: 800;
    text-decoration: underline;
}

strong {
    font-family: 'Open Sans';
    font-weight: 900;
}

.fullH {
    height: 60%;
    min-height: 650px;
    background: #383838 url(../src/hero.jpeg) center;
    background-size: cover;
    position: relative;
}

.fullH::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4;
}

.boton {
    position: relative;
    display: inline-flex;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 10;
    color: #fff;
    background: #ffab00;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 40px;
    margin-top: 30px;
    width: fit-content;
    align-self: center;
}

.boton:hover {
    background-color: #ffab00;
    color: #fff;
}

.relative {
    position: relative;
}

.section {
    padding: 70px 0;
}

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container-lg {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-lg {
        width: 970px;
    }
}

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

@media (min-width: 1300px) {
    .container-lg {
        width: 1280px;
    }
}

/* Landing */

.header {
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 9999;
    background: #ffffff;
    padding: 10px;

}

.header>div {
    height: 80%;
    display: flex;
    align-items: center;
}

.header img {
    height: 100%;
    max-width: 185px;
    object-fit: contain;
}

.header svg {
    width: 50px;
    height: auto;
}

.header h3 {
    margin: 5px 0;
    color: #18131f;
    font-weight: 500;
}

.logo {
    justify-content: space-between;
}

.logoCons {
    width: auto;
    height: 80%;

}

/* Flex */

.flex {
    display: flex;
}

.flexCol {
    flex-direction: column;
}

.flexRow {
    flex-direction: row;
}

.flexCenter {
    justify-content: center;
    align-items: center;
    align-self: center;
}

.flexWrap {
    flex-wrap: wrap;
}

.space {
    justify-content: space-between;
}

/* /Flex */

.landingHero {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
}


.landingHero h4 {
    color: #ffab00;
    text-align: left;
}

.whatsapp .boton {
    background: #4fb961;
    margin-bottom: 40px;
    font-weight: 700;
}

.whatsapp .boton:hover {
    color: #fff;
}

.whatsapp .boton img {
    position: absolute;
    right: -30px;
    top: -30px;
}

.system h2,
h4 {
    text-align: left !important;
}

.textFix {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    left: 0;
    text-transform: uppercase;
    justify-content: center;
}

.textFix>div *:not(span, u) {
    margin-right: 20%;
}


.infoCar::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #ffab00;
}

.fullw {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: -70px;
    height: 100px !important;
}


/* Section */
.section h2 {
    color: #18131f;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

.section p {
    color: #40424a;
    font-size: 16px;
    line-height: 1.5;
}

.noPadTop {
    padding-top: 0 !important;
}

.noPadBottom {
    padding-bottom: 0 !important;
}

.backDark {
    background-color: #1e1e27;
}

.minsection {
    padding: 20px 0;
}

ul {
    margin-top: 50px;
    list-style: disc;
    font-size: 17px;
    font-weight: 300;
}

ul li {
    font-weight: 300;
}

.graySec {
    background-color: #f2f2f2;
}

/* /Section */
/* Galeria */
.galeria {
    justify-content: space-between;
}

.galeria a {
    width: 24%;
    height: 150px;
}

.galeria a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* /galeria */
/* Form */
input,
select,
textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #005daa;
    background-image: none;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 10px;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #ffab00;
}



input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #000;
}

form .boton {
    margin-top: 10px;
    width: 100%;
    color: #fff;
}

form.contacts__form.form-control {
    margin-top: 20px;
}

.btn {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 17px;
    padding: 17px 40px 18px 40px;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    border: solid 2px;
    border-radius: 4px;
    border-color: #b6862d;
    color: #383838;
}

.btn:hover {
    background-color: #b6862d;
    color: #fff;
}

.formbtnsend {
    color: #fff !important;
}

.arrow {
    width: 20px;
    transform: rotate(90deg);
    align-self: center;
    margin: 20px 0 10px;
    fill: #ffab00;
}

.telInput {
    display: flex;
}

.areaCode {
    width: 31%;
    margin-right: 10px;
}

/* /Form */

/* Col */


.secCol .col40 {
    width: 40%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.col40 h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.col40 p {
    color: #ffab00;
}

.col60 img {
    width: 150px;
    height: auto;
    margin-top: 40px;
}

.col40 h3 {
    margin-bottom: 20px;
}

.secCol .col60 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    align-items: center;
    padding-right: 80px;
}

.secCol .col60 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.col40 span {
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
}

.secCol .col60 p {
    text-align: center;
    color: #0060a9;
}

.backDark p,
.backDark h2 {
    color: #fff;
}

.colImg {
    align-items: center;
}

.greenSec {
    background-color: #ffab00;
}

.backBlue {
    background: #0060a9;
}

.backBlue h2,
.backBlue h4 {
    text-align: center;
    color: #fff;
}

.backBlue h2 {
    font-size: 50px;
    margin-bottom: 0px;
}


.backBlue h4 {
    font-size: 20px;
    text-align: center!important;
}

.box h4 {
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center!important;
}

.box img {
    margin-top: -90px;
    width: calc(100% + 42px);
}

.imgBck svg {
    width: 140px;
}

.box {
    width: 230px;
    margin: 90px 0 30px;
    background: white;
    padding: 0 20px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.whatsapp {
    background: #fff url(../src/whatsapp.jpg) center;
}

.col25 {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.col25 h2 {
    margin: 10px 0 5px;
    color: #fff;
}

.col25 p {
    color: #fff;
}

span.hablamos {
    margin-top: 20px;
    color: #5e5e5e;
    font-size: 13px;
    text-align: center;
}

.textCol {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.system .col60 {
    align-items: flex-start;
    margin-bottom: 40px;
}

.system .col60 p {
    text-align: left;
    color: #000;
}

.system h2 {
    font-weight: 800 !important;
}

.system .boton {
    margin-right: auto;
}

.system h4 {
    color: #0060a9;
    margin-bottom: 10px;
}

.system .col40 {
    padding: 0;
}

.textCol h2 {
    line-height: 40px;
    color: #262626;
    font-weight: 500;
    line-height: 120%;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: none;
}


.imgBck::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #981a40;
    transform: skewX(-18deg);
}

.map {
    margin-top: 30px;
}

.video {
    width: 100%;
    height: 340px;
}

/* /col */

/* Gracias */
.colImagenGracias {
    align-items: center;
    height: 100%;
    min-height: 760px;
}

.colImagenGracias div {
    width: 45%;
}

.send .landingHero h1 {
    color: #000;
    font-size: 80px;
    font-weight: 500;
}

.colImagenGracias .textCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.colImagenGracias .textCol p {
    color: #dedede;
    margin-top: 10px;
}

.btnCh {
    opacity: 0.5;
    cursor: progress;
    pointer-events: none;
}

.send .landingHero p {
    font-size: 17px;
    margin-top: 20px;
    color: #000;
}


.send .fullH img {
    position: absolute;
    bottom: -350px;
    width: 60%;
    right: -130px;
    max-width: 920px;
}

.send .fullH {
    margin-bottom: 0;
    overflow: hidden;
    height: 70%;
    min-height: 596px;
}

/* /Gracias */
/* Footer */
.footer {
    padding: 20px 0;
    border-top: 1px solid #18131f;
    background-color: #f2f2f2;
}

.befFooter {
    background-color: #f2f2f2;
}

.footer>div {
    align-items: center;
}

.footer p,
.footer a {
    color: #18131f;
    display: flex;
}

.footer p {
    width: 27%;
    display: flex;
    align-items: center;
}


.footer p:last-child {
    justify-content: right;
}

.footer a {
    text-decoration: underline;
    margin-left: 5px;
}

.footer p svg {
    margin-right: 20px;
    width: 60px;
}

.footer p svg path {
    fill: #ff1330 !important;
}

.befFooter h2 {
    border-bottom: 1px solid #383838;
    padding-bottom: 60px;
}

.footer img {
    width: 150px;
    margin-right: 20px;
    height: fit-content;
}

.direc h5 {
    color: #838383;
    margin-bottom: 10px;
    font-size: 13px;
}

.footer .direc p {
    font-size: 11px;
    font-weight: 300;
    width: 100%;
    justify-content: flex-start;
}

/*  /Footer */
/* Media */


@media (max-width:850px) {

    /* Globals */
    h1 {
        font-size: 38px;
    }

    h4 {
        font-size: 18px;
    }

    .landingHero h3 {
        font-size: 15px;
    }

    .section {
        padding: 60px 0;
    }

    /* /Globals */
    /* Header */
    .logo:before {
        width: 41%;
    }

    .logo:after {
        width: 41%;
    }

    .header {
        height: 70px;
        padding: 5px 0 5px;
    }

    .header h3 {
        margin: 5px 0;
        align-self: flex-start;
        margin-left: 20px;
        position: absolute;
        top: 6px;
        font-weight: 100;
        font-size: 17px;
    }

    .header svg {
        width: 37px;
        height: auto;
    }

    .header img {
        max-width: 150px;
    }

    /* /Header */
    /* Hero */
    .fullH {
        height: 57%;
        min-height: 550px;
    }

    .textFix>div *:not(span, u) {
        margin-right: 0;
    }

    .landingHero {
        height: 100%;
        min-height: auto;
    }

    .textFix {
        height: 100%;
        padding: 0;
        width: 100%;
        min-width: auto;
        display: flex;
        justify-content: center;
        text-align: center;
    }


    .section h3 {
        font-size: 26px;
    }

    .section h2 {
        font-size: 28px;
        line-height: 120%;
    }

    .arrow {
        margin: 10px 0px 0px;
    }

    .minsection {
        padding: 30px 0;
    }

    ul {
        font-size: 15px;
        font-weight: 300;
        margin: 50px 40px 0;
    }

    /* /Hero */
    /* Galeria */

    .galeria a {
        width: 49%;
        height: 150px;
        margin-bottom: 20px;
    }

    .galeria a:nth-child(3),
    .galeria a:nth-child(4) {
        margin-bottom: 0;
    }

    /* /Galeria */
    /* Col */
    .colImg>div {
        width: 100%;
    }

    .imgBck {
        height: 200px;
        margin-bottom: 40px;
    }

    .imgBck svg {
        width: 90px;
    }

    .textCol {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .textCol h2 {
        line-height: 30px;
        font-size: 30px;
    }

    .video {
        height: 100% !important;
    }

    .section p {
        font-size: 14px;
    }

    .col40,
    .col60 {
        width: 100% !important;
    }

    .col60 {
        padding-right: 0 !important;
    }

    .col40 {
        padding: 40px 0 !important;
    }

    .secCol .col60 h2 {
        font-size: 20px;
        order: 2;
    }

    .sec3 {
        justify-content: center;
    }

    .backBlue h4 {
        font-size: 15px;
    }

    .box {
        margin-bottom: 20px;
    }

    .secCol .col60 img {
        order: 1;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .system .col40 {
        padding: 0 !important;
    }

    .secCol .col60 p {
        order: 3;
    }

    .system .col60 p {
        order: 3;
    }

    .system .col60 h2 {
        order: 2;
    }

    .system .col60 h4 {
        order: 1;
    }

    .system .col60 .boton {
        order: 4;
    }
    .landingHero h4 {
        text-align: center!important;
    }

    .bckimg .col40 {
        text-align: center;
        align-items: center;
    }

    .col40 img {
        object-position: center;
    }

    .col25 {
        width: 50%;
    }

    .col25 {
        margin-bottom: 40px;
    }

    .col25:nth-child(3),
    .col25:nth-child(4) {
        margin-bottom: 0;
    }

    /* /Col */
    /* Footer */
    .footer {
        padding: 30px 0 20px;
    }

    .footer img {
        margin-right: 10px;
    }

    .footer>div {
        justify-content: center;
    }

    .footer p {
        margin-bottom: 5px;
    }

    .footer p {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .footer p svg {
        margin-right: 10px;
        width: 38px;
    }

    .footer p:last-child {
        margin-top: 20px;
    }

    .direc {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 30px;
    }

    /* /Footer */

    /* Gracias */
    .colImagenGracias div {
        width: 100%;
        height: 320px;
    }

    .send .fullH img {
        position: absolute;
        bottom: -140px;
        width: 110%;
        right: -20px;
        max-width: 800px;
    }

    .colImagenGracias {
        flex-direction: column;
        margin-top: 60px;
        min-height: auto;
    }

    .colImagenGracias .textCol {
        height: 160px !important;
        padding: 47px;
    }

    .send .landingHero h1 {
        font-size: 60px;
    }

    .send .landingHero h4 {
        text-align: center !important;
    }

}

/* /Media */