@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&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: "Roboto", -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: #012841;
  color: #ffffff;
}

* {
  font-family: "Roboto";
  font-weight: 400;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.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: #2e130a;
  font-family: "Roboto";
  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 0.5s;
}

.errorP {
  border-color: #f44337;
  background: #f4433721;
  animation: shink 0.4s both 0.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: #e05c30;
  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: "Roboto";
  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 0.5s;
  transition: all 0.5s;
  -o-transition: all 0.5s;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus {
  outline: none;
}

.container {
  padding: 0 40px;
}

.textCenter {
  text-align: center;
}
.width100 {
  width: 100%;
}
h1 {
  font-size: 80px;
  font-family: "Roboto";
  font-weight: 100;
  line-height: 1;
}

h1 span {
  font-weight: 800;
  color: #e05c30;
}

h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

h2 span {
  color: #e05c30;
}

.landingHero h3 {
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: initial;
}

h3 span {
  font-weight: 800;
  text-decoration: underline;
}

strong {
  font-family: "Roboto";
  font-weight: 900;
}

.fullH {
  height: 90%;
  min-height: 850px;
  background: #e05c30d6 url(../src/9.png) center;
  background-size: cover;
  position: relative;
}
.send .fullH::before {
  background: #e05c30d6;
}
.fullH::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e05c30d6;
  opacity: 0.6;
}

.boton {
  position: relative;
  display: inline-flex;
  text-align: center;
  font-size: 15px;
  -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: #e05c30;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 40px;
  margin-top: 30px;
  width: fit-content;
  align-self: center;
}

.boton:hover {
  background-color: #a84322;
  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;
  justify-content: 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;
}
.flexHoriCenter {
  justify-content: center !important;
  align-self: center;
}
.flexWrap {
  flex-wrap: wrap;
}

.space {
  justify-content: space-between;
}

/* /Flex */

.landingHero {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}

.landingHero h1 {
  color: #fff;
}

.landingHero h4 {
  color: #fff;
}

.textFix {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  left: 0;
  justify-content: space-between;
}
.landingHero img {
  width: 260px;
  align-self: center;
  margin-top: 50px;
}

.infoCar::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #e05c30;
}

.fullw {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -70px;
  height: 100px !important;
}

.form {
  background: url(../src/7.png) center;
  background-attachment: fixed;
  background-size: cover;
}
.form .formUp {
  background: #ffffffbf;
  width: 55%;
}
.formUp {
  background: #efefef80;
  backdrop-filter: blur(11px);
  padding: 40px;
  text-align: center;
  clip-path: polygon(
    0 0,
    85% 0%,
    100% 10%,
    100% 100%,
    100% 100%,
    15% 100%,
    0% 90%,
    0 0
  );
}
.formUp p {
  color: rgba(0, 0, 0, 0.395);
  margin-bottom: 20px;
}
.formUp h3 {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
}
.textFix .col60 {
  padding-right: 60px;
}
.formUp a {
  margin-top: 20px;
  font-size: 12px;
  color: #1e1e27b5;
}
/* Section */
.section h2 {
  color: #e05c30;
  font-size: 43px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 100;
}

.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;
}
.colorSec {
  background-color: rgb(224 92 48 / 27%);
}

/* /Section */
/* Galeria */
.galeria {
  justify-content: space-between;
}

.galeria .gala {
  width: 49%;
  height: 280px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #e05c30;
  display: flex;
  flex-direction: column;
}

.galeria .gala img,
.mapa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}
.galeria h3 {
  margin-bottom: 60px;
}
.mapa a img {
  max-width: 730px;
}
.mapa a {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.logosSec img {
  margin-top: 20px;
  width: 100%;
}

/* /galeria */
/* Form */
input,
select,
textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #5a5a5a;
  background-color: #ffffff40;
  background-clip: padding-box;
  border: 1px solid #012841;
  background-image: none;
  font-weight: 500;
  margin-bottom: 10px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #e05c30;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #5a5a5a;
}

form .boton {
  margin-top: 10px;
  width: 100%;
  color: #fff;
}

form.contacts__form.form-control {
  margin-top: 20px;
}

.formbtnsend {
  color: #fff !important;
}

.arrow {
  width: 20px;
  transform: rotate(90deg);
  align-self: center;
  margin: 20px 0 10px;
  fill: #e05c30;
}

.telInput {
  display: flex;
}

.areaCode {
  width: 31%;
  margin-right: 10px;
}

/* /Form */

/* Col */
.bckimg {
  background: #e05c30 url(../src/bck.jpg) center;
  background-size: cover;
  background-attachment: fixed;
}

.bckimg .col30 {
  background: white;
  width: 30%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col30 img {
  width: 100%;
  max-height: 97px;
  object-fit: contain;
  max-width: 266px;
  object-position: center;
}

.col30 h3 {
  margin-bottom: 20px;
}

.bckimg .col70 {
  background: #e05c30d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 50px;
  width: 70%;
}

.bckimg .col70 h2,
.bckimg .col70 p {
  color: #fff;
}

.bckimg .col70 h2 {
  font-weight: 400;
}

.bckimg .col70 h2 span {
  font-weight: 800;
  color: #fff;
}

.backDark p,
.backDark h2 {
  color: #fff;
}

.colImg {
  align-items: center;
}

.imgBck {
  width: 49%;
  margin: 0px 0px 0px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  height: 290px;
}

.greenSec {
  background-color: #e05c30;
}

.imgBck svg {
  width: 140px;
}
.col40 {
  width: 40%;
}
.col60 {
  width: 60%;
}

.col30 {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  align-self: center;
}

.col30 h2 {
  margin: 10px 0 5px;
  color: #fff;
}

.col30 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%;
}

.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: #fff;
  font-size: 80px;
  font-weight: 100;
}
.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;
}

.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 */

/* Swiper */

.swiper {
  width: 100%;
  height: auto;
}

.swiperDep img {
  max-width: 600px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #e05c30 !important;
}

.swiperDep .swiper-slide {
  display: flex;
  align-items: center;
}

.textDep {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
.textDep p {
  color: #40424a99;
  font-size: 15px;
  line-height: 1.5;
}
.textDep span {
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 14px;
}
.swiper-pagination-bullet-active {
  background: #e05c30 !important;
}
.swiper-pagination-bullets
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #fff;
  opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets {
  margin-left: 60px;
}
.textDep h4 {
  font-weight: 500;
}
.textDep h4 {
  font-weight: 500;
  width: fit-content;
  background: #e05c30;
  padding: 3px 20px;
  color: #0006;
  margin-bottom: 30px;
}
/* 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: auto;
    min-height: 800px;
    padding: 50px 0;
  }
  .textFix .col60 {
    padding: 0;
  }
  .textFix > div *:not(span, u) {
    margin-right: 0;
  }
  .formUp {
    margin-top: 20px;
  }
  .formUp h3 {
    font-size: 20px;
  }
  .landingHero {
    height: 100%;
    min-height: auto;
  }
  .landingHero img {
    width: 200px;
    margin-top: 30px;
  }
  .aquaSec img {
    width: 230px;
  }
  .border {
    font-size: 18px !important;
  }
  .aquaSec h4 {
    margin: 0 10px;
    font-size: 15px;
    width: 27%;
  }
  .textFix {
    height: 100%;
    padding: 0;
    width: 100%;
    min-width: auto;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .section h3 {
    font-size: 16px;
  }

  .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 .gala {
    width: 49%;
    height: auto;
    margin-bottom: 20px;
  }

  .galeria .gala:nth-child(3),
  .galeria .gala:nth-child(4) {
    margin-bottom: 20px;
  }
  .galeria .gala img {
    min-height: 200px;
    max-height: 200px;
  }

  /* /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;
  }

  .col30,
  .col70,
  .col40,
  .col60 {
    width: 100% !important;
  }

  .bckimg .col30 {
    text-align: center;
    align-items: center;
  }

  .col30 img {
    object-position: center;
  }

  .col30 {
    width: 50%;
  }

  .col30 {
    margin-bottom: 40px;
  }

  .col30:nth-child(3),
  .col30: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 */

  /* Swiper */

  .swiperDep .swiper-slide {
    flex-direction: column;
  }
  .swiperDep img {
    max-width: 90%;
    margin-bottom: 30px;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets {
    margin-left: 0px;
  }

  /* 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;
  }
}

/* /Media */
