/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 1px 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p,
a {
  color: #747474;
}

.active {
  background-color: #fff;
  color: #ED363B !important;
  border-radius: 50px;
  padding: 5px 20px !important;
}

.boton {
  background-color: #ED363B;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 7px 40px;
  margin: 10px 0;
  border-radius: 100px;
}

.boton:hover {
  transition-duration: .2s;
  background-color: white;
  color: #ED363B;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-verde {
  background-color: #1F315B;
}

.bg-oscuro {
  background-color: #333333;
}

.bg-negro {
  background-color: #fff;
}

.centrado {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centrado-y {
  display: flex;
  align-items: center;
}

.centrado-x {
  display: flex;
  justify-content: center;
}

.lista-formateada {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

header .menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 5px;
  margin: 5px 30px;
}

header .menu ul li a:hover {
  transition-duration: .3s;
  color: rgba(255, 255, 255, 0.685);
}

header .caja-header .icono i {
  color: #1F315B;
  font-size: 24px;
  padding-right: 10px;
}

header .caja-header .contenido h6,
header .caja-header .contenido a {
  font-size: 21px;
  font-weight: 700;
  color: #747474;
  line-height: 1em;
}

header .caja-header .contenido a {
  font-size: 21px;
  font-weight: 700;
  color: #ED363B;
  line-height: 1em;
}

.seccion-header {
  position: relative;
  height: 500px;
  background-color: #fff;
  padding: 10px 0;
  background-image: url("../../assets/img/header1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.seccion-header .fondo-oscuro {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
}

.seccion-header .caja-slider h1 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}

.seccion-header .caja-slider h1::after {
  content: '';
  display: block;
  height: 15px;
  width: 150px;
  background-color: #ED363B;
  margin: 10px 0;
}

.seccion-header .caja-slider p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.897);
}


.seccion-nosotros .bg-nosotros {
  background-image: url("../../assets/img/nosotros.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.seccion-nosotros .caja-nosotros {
  padding: 100px;
  background-color: #1F315B;
}

.seccion-nosotros .caja-nosotros h4 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 100px;
}

.seccion-nosotros .caja-nosotros p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.seccion-nosotros .caja-nosotros .boton {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 75px;
  text-transform: uppercase;
}
.card {
  padding: 60px 0 60px 0;
}
.caja-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.caja-text {
  background-color: #F8F8F8;
  padding: 15px;
  height: 280px;
}
.caja-text h3{
  color: #ED363B !important;
  text-align: center;
  font: 700;

}
.card h3 {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-top: 30px;
  color: #147ECB;
  font-weight: 700;
}
.seccion-mv {
  position: relative;
  height: auto;
  background-color: #fff;
  padding: 50px 0;
}

.seccion-mv .caja-mv {
  height: 100%;
  width: 100%;
  padding: 50px 30px;
}

.seccion-mv .caja-mv h4 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.seccion-mv .caja-mv p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.877);
}

.seccion-mv [class^="col-"] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.seccion-servicios {

  background-color: #fff;
  padding: 50px 0;
}
.title-serv {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1F315B;
  margin-bottom: 25px;
  text-align: center;
}
.seccion-servicios .row{
      margin-right: 0px !important;
      margin-left: 0px !important;
}
.seccion-servicios img{
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.seccion-servicios .caja-servicios-1 {
  width: 100%;
  height: 100%;
  background-color: #ED363B;
  padding: 50px;
}
.caja-flex {
  width: 100%;
}
.caja-flex h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1F315B;
  margin-bottom: 25px;
}
.caja-flex h3::after{
  content: '';
  display: block;
  height: 15px;
  width: 150px;
  background-color: #ED363B;
  margin: 10px 0;
}

.caja-flex li {
  padding-left: 2%;
  color: #747474;
  font-size: 1.5rem;


}

.img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;

}
.img-grid h3{
  text-align: center;
  color: #ED363B;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 10px;
}

.seccion-galeria {
  position: relative;
  height: auto;
  background-color: #fff;
  padding: 50px 0 100px 0;
}

.seccion-galeria h4 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #1F315B;
  margin-bottom: 30px;
}

.seccion-galeria [class^="col-"] {
  margin: 10px 0;
}

.seccion-galeria [class^="col-"] a img {
  border: 1px solid #747474;
}

.seccion-formulario {
  position: relative;
  height: auto;
  background-color: #fff;
  padding: 100px 0;
}

.seccion-formulario .caja-formulario h6 {
  font-size: 46px;
  font-weight: 700;
  color: #1F315B;
  text-align: center;
  margin-bottom: 50px;
}

.seccion-formulario .caja-formulario .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px .75rem;
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ED363B;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.seccion-formulario .caja-formulario .boton {
  border-radius: 0px;
  padding: 10px 150px;
}

.seccion-contactanos {
  position: relative;
  height: 400px;
  background-color: #fff;
  padding: 0;
  background-color: #1F315B;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.seccion-contactanos .fondo-oscuro {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.seccion-contactanos .caja-contactanos {
  text-align: center;
}

.seccion-contactanos .caja-contactanos h6 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.seccion-contactanos .caja-contactanos p,
.seccion-contactanos .caja-contactanos a {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.89);
  line-height: 1em;
}
.mapas {
  padding: 50px 0 50px 0;
}
.mapas h3{
  color: #1F315B;
  font-weight: 700;
}
.mapas a{
  color: #000 !important;
}

.seccion-consulta {
  background: url(../img/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 90px 0 90px;
  background-color: rgba(0, 0, 0, 0.315);
  background-blend-mode: overlay;
}
.banner {
  padding: 50px 0 50px;
}
.banner h3{
  color: #1F315B;
  font-weight: 700;
  text-align: center;
}
.seccion-consulta .caja-consulta {
  text-align: center;
}

.seccion-consulta .caja-consulta h3,
.seccion-consulta .caja-consulta  {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;

}

footer .caja-footer p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 20px 0;
}

footer .caja-footer h6 {
  font-size: 24px;
  font-weight: 700;
  color: #ED363B;
  margin-bottom: 15px;
}

footer .caja-footer ul li,
footer .caja-footer ul a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
}

footer .caja-footer ul li i {
  font-size: 24px;
  color: #1F315B;
  padding-right: 15px;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  header .menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 5px;
    margin: 5px 15px;
  }
  header .caja-header .icono i {
    color: #1F315B;
    font-size: 24px;
    padding-right: 10px;
  }
  header .caja-header .contenido h6,
  header .caja-header .contenido a {
    font-size: 16px;
    font-weight: 700;
    color: #747474;
    line-height: 0.5em;
  }

   header .caja-header .contenido a {
     font-size: 16px;
     font-weight: 700;
     color: #ED363B;
     line-height: 0.5em;
   }
  .seccion-header {
    position: relative;
    height: 400px;
    background-color: #fff;
    padding: 10px 0;
  }
  .seccion-header .caja-slider h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
  }
  .seccion-header .caja-slider h1::after {
    content: '';
    display: block;
    height: 10px;
    width: 150px;
    background-color: #ED363B;
    margin: 10px 0;
  }
  .seccion-header .caja-slider p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.897);
  }
  /* header2 */
   .seccion-header-2 {
     position: relative;
     height: 400px;
     background-color: #fff;
     padding: 10px 0;
   }

   .seccion-header-2 .caja-slider h1 {
     font-size: 32px;
     font-weight: 700;
     color: #fff;
   }

   .seccion-header-2 .caja-slider h1::after {
     content: '';
     display: block;
     height: 10px;
     width: 150px;
     background-color: #ED363B;
     margin: 10px 0;
   }

   .seccion-header-2 .caja-slider p {
     font-size: 16px;
     font-weight: 400;
     color: rgba(255, 255, 255, 0.897);
   }
   /* header2 */
     /* header3 */
      .seccion-header-3 {
        position: relative;
        height: 400px;
        background-color: #fff;
        padding: 10px 0;
      }

      .seccion-header-3 .caja-slider h1 {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
      }

      .seccion-header-3 .caja-slider h1::after {
        content: '';
        display: block;
        height: 10px;
        width: 150px;
        background-color: #ED363B;
        margin: 10px 0;
      }

      .seccion-header-3 .caja-slider p {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.897);
      }
       /* header3 */

  .seccion-nosotros .bg-nosotros {
    background-image: url("../../assets/img/nosotros.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .seccion-nosotros .caja-nosotros {
    padding: 75px;
  }
  .seccion-nosotros .caja-nosotros h4 {
    font-size: 42px;
    font-weight: 700;

    margin-bottom: 75px;
  }
  .seccion-nosotros .caja-nosotros p {
    font-size: 14px;
    font-weight: 400;

  }
  .seccion-nosotros .caja-nosotros .boton {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 75px;
    text-transform: uppercase;
    font-size: 14px;
  }
  .seccion-mv {
    position: relative;
    height: auto;
    background-color: #fff;
    padding: 50px 0;
  }
  .seccion-mv .caja-mv {
    height: 100%;
    width: 100%;
    padding: 30px 20px;
  }
  .seccion-mv .caja-mv h4 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
  }
  .seccion-mv .caja-mv p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.877);
  }
  .seccion-mv [class^="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .seccion-servicios {
    position: relative;
    height: auto;
    background-color: #fff;
    padding: 50px 0;
  }
  .seccion-servicios .caja-servicios-1 {
    padding: 35px;
  }
  .seccion-servicios .caja-servicios-1 h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
  }
  .seccion-servicios .caja-servicios-1 ul {
    padding-left: 3%;
  }
  .seccion-servicios .caja-servicios-1 ul li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.911);
  }
  .seccion-servicios .titulo-servicio {
    text-align: center;
    padding: 50px 0 30px 0;
    font-size: 36px;
    font-weight: 700;
    color: #747474;
  }
  .seccion-servicios .caja-servicios-2 {
    margin: 15px 0;
    display: flex;
    align-items: center;
  }
  .seccion-servicios .caja-servicios-2 .icono {
    width: 40px;
    margin-right: 15px;
  }
  .seccion-servicios .caja-servicios-2 .contenedor h3 {
    font-size: 21px;
    font-weight: 400;
    color: #747474;
  }
  .seccion-servicios .t-condicion {
    font-size: 18px;
    font-weight: 400;
    color: #747474;
    text-align: center;
    padding: 30px 0;
  }
  .seccion-contactanos {
    position: relative;
    height: 400px;
    background-color: #fff;
    padding: 0;
    background-color: #1F315B;
  }
  .seccion-contactanos .caja-contactanos {
    text-align: center;
  }
  .seccion-contactanos .caja-contactanos h6 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .seccion-contactanos .caja-contactanos p,
  .seccion-contactanos .caja-contactanos a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.89);
    line-height: 1em;
  }
  .seccion-contactanos .caja-contactanos img {
    width: 60px;
  }
  .seccion-consulta {
    position: relative;
    height: auto;

    padding: 50px 0;
  }
  .seccion-consulta .caja-consulta {
    text-align: center;
  }
  .seccion-consulta .caja-consulta h6,
  .seccion-consulta .caja-consulta a {
    font-size: 26px;
    font-weight: 700;
    color: #ED363B;
    line-height: 1em;
  }

   .seccion-consulta .caja-consulta a {
     font-size: 20px;
     font-weight: 300;
     color: #fff !important;
     line-height: 1em;
   }
  footer .caja-footer p {
    font-size: 14px;
    font-weight: 400;
    color: #747474;
    padding: 20px 0;
  }
  footer .caja-footer h6 {
    font-size: 24px;
    font-weight: 700;
    color: #ED363B;
    margin-bottom: 15px;
  }
  footer .caja-footer ul li,
  footer .caja-footer ul a {
    font-size: 10px;
    font-weight: 400;
    color: #747474;
    margin: 10px 0;
  }
  footer .caja-footer ul li i {
    font-size: 18px;
    color: #1F315B;
    padding-right: 15px;
  }
  .card h3 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    color: #147ECB;
    font-weight: 700;
  }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .img-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;

  }
  .caja-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .card h3 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    color: #147ECB;
    font-weight: 700;
  }
  .boton {
    background-color: #ED363B;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 7px 40px;
    margin: 10px 0;
    border-radius: 100px;
  }
  .boton:hover {
    transition-duration: .2s;
    background-color: white;
    color: #ED363B;
  }
  header .menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 5px;
    margin: 5px 15px;
  }
  header .caja-header .icono i {
    color: #ED363B;
    font-size: 18px;
    padding-right: 10px;
  }
  header .caja-header .contenido h6
  {
    font-size: 14px;
    font-weight: 700;
    color: #747474;
    line-height: 0.5em;
  }

   header .caja-header .contenido a {
     font-size: 14px;
     font-weight: 700;
     color: #ED363B;
     line-height: 0.5em;
   }
  .seccion-header {
    position: relative;
    height: 300px;
    background-color: #fff;
    padding: 10px 0;
  }
  .seccion-header .caja-slider h1 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
  }
  .seccion-header .caja-slider h1::after {
    content: '';
    display: block;
    height: 7px;
    width: 150px;
    background-color: #ED363B;
    margin: 10px 0;
  }
  .seccion-header .caja-slider p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.897);
  }
  /* header2 */
   .seccion-heade-2 {
     position: relative;
     height: 300px;
     background-color: #fff;
     padding: 10px 0;
   }

   .seccion-heade-2 .caja-slider h1 {
     font-size: 26px;
     font-weight: 700;
     color: #fff;
   }

   .seccion-heade-2 .caja-slider h1::after {
     content: '';
     display: block;
     height: 7px;
     width: 150px;
     background-color: #ED363B;
     margin: 10px 0;
   }

   .seccion-header-2.caja-slider p {
     font-size: 14px;
     font-weight: 400;
     color: rgba(255, 255, 255, 0.897);
   }

  .seccion-nosotros .bg-nosotros {
    background-image: url("../../assets/img/nosotros.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .seccion-nosotros .caja-nosotros {
    padding: 50px;
  }
  .seccion-nosotros .caja-nosotros h4 {
    font-size: 36px;
    font-weight: 700;

    margin-bottom: 50px;
  }
  .seccion-nosotros .caja-nosotros p {
    font-size: 14px;
    font-weight: 400;

  }
  .seccion-nosotros .caja-nosotros .boton {
    display: block;
    width: fit-content;
    margin: 0;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .seccion-mv {
    position: relative;
    height: auto;
    background-color: #fff;
    padding: 50px 0;
  }
  .seccion-mv .bg {
    height: 200px;
  }
  .seccion-mv .caja-mv {
    height: 100%;
    width: 100%;
    padding: 30px 20px;
  }
  .seccion-mv .caja-mv h4 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
  }
  .seccion-mv .caja-mv p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.877);
  }
  .seccion-mv [class^="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .seccion-formulario {
    position: relative;
    height: auto;
    background-color: #fff;
    padding: 100px 0;
  }
  .seccion-formulario .caja-formulario h6 {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
  }
  .seccion-formulario .caja-formulario .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px .75rem;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ED363B;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .seccion-formulario .caja-formulario .boton {
    border-radius: 0px;
    padding: 10px 150px;
  }
  .seccion-contactanos {
    position: relative;
    height: 600px;
    background-color: #1F315B;
    padding: 0;
  }
  .seccion-contactanos .caja-contactanos {
    text-align: center;
    margin: 15px 0;
  }
  .seccion-contactanos .caja-contactanos h6 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .seccion-contactanos .caja-contactanos p,
  .seccion-contactanos .caja-contactanos a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.89);
    line-height: 1em;
  }
  .seccion-contactanos .caja-contactanos img {
    width: 60px;
  }
  footer .caja-footer {
    text-align: center;
  }
  footer .caja-footer p {
    font-size: 14px;
    font-weight: 400;
    color: #747474;
    padding: 20px 0;
  }
  footer .caja-footer h6 {
    font-size: 24px;
    font-weight: 700;
    color: #ED363B;
    margin-bottom: 15px;
  }
  footer .caja-footer ul li,
  footer .caja-footer ul a {
    font-size: 12px;
    font-weight: 400;
    color: #747474;
    margin: 10px 0;
  }
  footer .caja-footer ul li i {
    font-size: 18px;
    color: #1F315B;
    padding-right: 15px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  header .menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 15px 5px;
    margin: 5px 15px;
  }
  header .caja-header {
    text-align: center;
  }
  header .caja-header .icono i {
    color: #1F315B;
    font-size: 18px;
    padding-right: 10px;
  }
  header .caja-header .contenido {
    padding: 20px 0;
  }
  header .caja-header .contenido h6,
  header .caja-header .contenido a {
    font-size: 14px;
    font-weight: 700;
    color: #747474;
    line-height: 0.5em;
  }
   header .caja-header .contenido a {
     font-size: 14px;
     font-weight: 700;
     color: #ED363B;
     line-height: 0.5em;
   }
  .seccion-header {
    position: relative;
    height: 250px;
    background-color: #fff;
    padding: 10px 0;
  }
  .seccion-header .caja-slider h1 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
  }
  .seccion-header .caja-slider h1::after {
    content: '';
    display: block;
    height: 7px;
    width: 100px;
    background-color: #ED363B;
    margin: 10px 0;
  }
  .seccion-header .caja-slider p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.897);
  }

  .seccion-nosotros .bg-nosotros {
    background-image: url("../../assets/img/nosotros.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 200px;
  }
  .seccion-nosotros .caja-nosotros {
    padding: 50px;
  }
  .seccion-nosotros .caja-nosotros h4 {
    font-size: 36px;
    font-weight: 700;

    margin-bottom: 50px;
  }
  .seccion-nosotros .caja-nosotros p {
    font-size: 14px;
    font-weight: 400;

  }
  .seccion-nosotros .caja-nosotros .boton {
    display: block;
    width: fit-content;
    margin: 0;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .seccion-consulta {
    position: relative;
    height: auto;
    background-color: rgba(0, 0, 0, 0.534);
    padding: 30px 0;
  }
  .seccion-consulta .caja-consulta {
    text-align: center;
  }
  .seccion-consulta .caja-consulta h6,
  .seccion-consulta .caja-consulta a {
    font-size: 18px;
    font-weight: 700;
    color: #ED363B;
    line-height: .8em;
  }
  footer .caja-footer {
    text-align: center;
  }
  footer .caja-footer p {
    font-size: 12px;
    font-weight: 400;
    color: #747474;
    padding: 20px 0;
  }
  footer .caja-footer h6 {
    font-size: 24px;
    font-weight: 700;
    color: #ED363B;
    margin-bottom: 15px;
  }
  footer .caja-footer ul li,
  footer .caja-footer ul a {
    font-size: 12px;
    font-weight: 400;
    color: #747474;
    margin: 10px 0;
  }
  footer .caja-footer ul li i {
    font-size: 18px;
    color: #1F315B;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=app.css.map */