@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html,
body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

/* Fonts */
/* others*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* default theme */
/* Fonts */
/* general */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: linear-gradient(to right, #144488, #036396);
  color: #015684;
}

.all {
  margin: 0 auto;
  background: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding-top: 66px;
}

a {
  cursor: pointer;
  outline: none;
  color: #015684;
  text-decoration: none;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
a img {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
a .image {
  overflow: hidden;
}
a .image img {
  display: block;
  width: 100%;
}
a:hover .image img {
  opacity: 0.5;
  transform: scale(1.1);
}

p {
  line-height: 130%;
}
p a {
  text-decoration: underline;
}

p + p {
  margin-top: 15px;
}

/* elementos */
.fade {
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
  opacity: 0;
  transform: translateY(-20px);
}
.fade + .fade {
  transition-delay: 0.6s;
}
.fade + .fade + .fade {
  transition-delay: 0.9s;
}
.fade.visible {
  opacity: 1;
  transform: translateY(0px);
}

*.button {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 30px;
  background: linear-gradient(to right, #144488, #036396);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
*.button:hover {
  background: linear-gradient(to right, #31B3A8, #f5f5f5);
  color: #015684;
}

.ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: content;
}
.ico.ico-01 {
  background-image: url("/img/ico-01.svg");
}
.ico.ico-02 {
  background-image: url("/img/ico-02.svg");
}
.ico.ico-03 {
  background-image: url("/img/ico-03.svg");
}
.ico.ico-phone {
  background-image: url("/img/ico-phone.svg");
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 200;
  left: 50%;
  top: 50%;
  max-width: 500px;
  padding: 50px 30px 30px;
  max-height: calc(100vh - 20px);
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 600px) {
  .modal-box {
    max-width: none;
    padding: 50px 20px 20px;
    width: calc(100% - 20px);
  }
}
.modal-box.open {
  display: block;
}
.modal-box .close {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #015684;
  color: #fff;
}
.modal-box .close:hover {
  background-color: #31B3A8;
}
.modal-box .info {
  overflow-y: auto;
  padding: 1px 10px 1px 0;
  max-height: calc(100vh - 100px);
}

.txt-area ::-moz-selection {
  background: #f5f5f5;
}
.txt-area ::selection {
  background: #f5f5f5;
}
.txt-area .image + h1, .txt-area .image + h2, .txt-area .image + h3, .txt-area .image + h4, .txt-area .image + p, .txt-area .image + ul, .txt-area .image + ol, .txt-area .image + .image,
.txt-area h1 + h1,
.txt-area h1 + h2,
.txt-area h1 + h3,
.txt-area h1 + h4,
.txt-area h1 + p,
.txt-area h1 + ul,
.txt-area h1 + ol,
.txt-area h1 + .image,
.txt-area h2 + h1,
.txt-area h2 + h2,
.txt-area h2 + h3,
.txt-area h2 + h4,
.txt-area h2 + p,
.txt-area h2 + ul,
.txt-area h2 + ol,
.txt-area h2 + .image,
.txt-area h3 + h1,
.txt-area h3 + h2,
.txt-area h3 + h3,
.txt-area h3 + h4,
.txt-area h3 + p,
.txt-area h3 + ul,
.txt-area h3 + ol,
.txt-area h3 + .image,
.txt-area h4 + h1,
.txt-area h4 + h2,
.txt-area h4 + h3,
.txt-area h4 + h4,
.txt-area h4 + p,
.txt-area h4 + ul,
.txt-area h4 + ol,
.txt-area h4 + .image {
  margin-top: 10px;
}
.txt-area p + h1, .txt-area p + h2, .txt-area p + h3, .txt-area p + h4,
.txt-area ul + h1,
.txt-area ul + h2,
.txt-area ul + h3,
.txt-area ul + h4,
.txt-area ol + h1,
.txt-area ol + h2,
.txt-area ol + h3,
.txt-area ol + h4 {
  margin-top: 30px;
}
.txt-area p + p, .txt-area p + ul, .txt-area p + ol, .txt-area p + .image,
.txt-area ul + p,
.txt-area ul + ul,
.txt-area ul + ol,
.txt-area ul + .image,
.txt-area ol + p,
.txt-area ol + ul,
.txt-area ol + ol,
.txt-area ol + .image {
  margin-top: 15px;
}
.txt-area ol, .txt-area li {
  font-size: 14px;
  line-height: 130%;
}
.txt-area li + li {
  margin-top: 8px;
}
.txt-area ol {
  counter-reset: li;
}
.txt-area ol li {
  position: relative;
  padding-left: 15px;
}
.txt-area ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  margin-right: 4px;
}
.txt-area ul li {
  position: relative;
  padding-left: 15px;
}
.txt-area ul li:before {
  content: "→";
  position: absolute;
  left: -2px;
  top: -1px;
  display: inline-block;
  margin-right: 4px;
}
.txt-area h1 {
  font-size: 30px;
}
.txt-area h1 + p {
  font-size: 21px;
}
.txt-area h2 {
  font-size: 22px;
}
.txt-area h3 {
  font-size: 18px;
}
.txt-area h4 {
  font-weight: bold;
}
.txt-area a {
  text-decoration: underline;
}

/* forms */
form button,
form input,
form optgroup,
form select,
form textarea, form html input[type=button],
form input[type=reset],
form input[type=submit], form button[disabled],
form html input[disabled], form button::-moz-focus-inner,
form input::-moz-focus-inner, form input[type=checkbox],
form input[type=radio], form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button, form input[type=search], form input[type=search]::-webkit-search-cancel-button,
form input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
form label a {
  text-decoration: underline;
}
form input, form textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: border 0.3s ease-out;
}
form input:focus, form textarea:focus {
  border-color: #015684;
}
form .input {
  margin-bottom: 15px;
}
form .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
form .checkbox label {
  margin-bottom: 0;
  cursor: pointer;
}
form .checkbox input {
  margin-right: 8px;
  width: auto;
  padding: 0;
  border: none;
}
form .submit input {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(to right, #144488, #036396);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
form .submit input:hover {
  background: linear-gradient(to right, #31B3A8, #f5f5f5);
  color: #015684;
}

/* header */
header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
}
header > div {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #31B3A8;
  color: #fff;
}
header .logo-box {
  width: 280px;
  height: 110px;
  background: url("/img/caja-logo.svg") no-repeat left bottom transparent;
  background-size: 100%;
  padding: 30px 50px;
  margin-bottom: -50px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 600px) {
  header .logo-box {
    width: 230px;
    height: 60px;
    padding: 10px 50px;
    margin-bottom: -20px;
    position: relative;
    z-index: 100;
  }
}
header .logo-box a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 160px;
  height: 44px;
  background: url("/img/logo-salduvia.svg") no-repeat left top transparent;
  background-size: 100%;
}
@media only screen and (max-width: 600px) {
  header .logo-box a {
    width: 116px;
    height: 32px;
  }
}
header nav {
  padding-right: 50px;
}
@media only screen and (max-width: 600px) {
  header nav {
    display: none;
    position: fixed;
    right: 0;
    top: 39px;
    z-index: 99;
    width: 100%;
    background-color: #31B3A8;
    padding: 20px 0;
  }
  header nav.open {
    display: block;
  }
}
header nav ul {
  display: flex;
}
@media only screen and (max-width: 600px) {
  header nav ul {
    display: block;
    text-align: right;
  }
}
header nav ul li + li {
  margin-left: 10px;
}
header nav ul li a {
  padding: 25px 10px;
  display: block;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  header nav ul li a {
    font-size: 20px;
    padding: 20px;
  }
}
header .show-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
  background-color: #015684;
}
@media only screen and (max-width: 600px) {
  header .show-menu {
    display: flex;
  }
}
header .show-menu i {
  background-color: #fff;
  display: block;
  height: 2px;
  width: 40%;
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
}
header .show-menu i:last-child {
  margin-bottom: 0;
}
header .show-menu:hover i {
  background-color: #fff;
}
header .show-menu.open i:nth-child(2) {
  transform: scaleX(0);
}
header .show-menu.open i:first-child {
  transform: rotate(-45deg);
  margin-bottom: 0px;
}
header .show-menu.open i:last-child {
  margin-top: -9px;
  transform: rotate(45deg);
}

body.mini header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
body.mini header > div nav {
  display: none;
}
body.mini header > div nav.open {
  display: block;
}
body.mini header > div nav.open ul li a {
  font-size: 14px;
  padding: 12px;
}
body.mini header > div .logo-box {
  width: 230px;
  height: 60px;
  padding: 10px 50px;
  margin-bottom: -20px;
}
body.mini header > div .logo-box a {
  width: 116px;
  height: 32px;
}
body.mini header > div .show-menu {
  display: flex;
}

.slider > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .slider > div {
    display: block;
  }
}
.slider > div .text {
  padding: 90px;
  width: 42%;
}
@media only screen and (max-width: 600px) {
  .slider > div .text {
    padding: 30px;
    width: 100%;
  }
}
.slider > div .text h1, .slider > div .text h2 {
  font-size: 20px;
  line-height: 110%;
}
.slider > div .text .button {
  margin-top: 40px;
}
.slider > div .image {
  width: 58%;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 600px) {
  .slider > div .image {
    width: 100%;
    padding-top: 0;
  }
}
.slider > div .image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.slider > div:first-child .text {
  order: 1;
}
.slider > div:first-child .image {
  order: 0;
}

/* content */
.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper .bx-pager {
  bottom: 50px;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  background-color: #f5f5f5;
}
.bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #31B3A8;
}

.objetivos {
  background: url("/img/filigrana.png") no-repeat left bottom #31B3A8;
  background-size: contain;
  padding: 60px 60px 90px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .objetivos {
    padding: 50px 30px 70px;
  }
}
.objetivos:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url("/img/filete-azul.svg") no-repeat left bottom transparent;
  background-size: cover;
}
.objetivos > .box {
  max-width: 360px;
  margin: 0 auto;
}
.objetivos > .box .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 40px;
}
.objetivos > .box .title span {
  color: #fff;
  display: block;
  text-align: center;
}
.objetivos > .box ul li {
  list-style: none;
  position: relative;
  font-weight: bold;
  color: #fff;
  padding-left: 28px;
  line-height: 130%;
}
.objetivos > .box ul li:before {
  content: "";
  height: 15px;
  width: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url("/img/ribbon.svg") no-repeat left top;
  background-size: 100%;
}
.objetivos > .box ul li + li {
  margin-top: 20px;
}
.objetivos > .box ul li strong {
  color: #015684;
}

.que-ofrecemos {
  padding: 90px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .que-ofrecemos {
    padding-top: 50px;
    flex-direction: column;
  }
}
.que-ofrecemos .image {
  width: 58%;
}
@media only screen and (max-width: 600px) {
  .que-ofrecemos .image {
    width: 100%;
    order: 1;
    padding-right: 20px;
  }
}
.que-ofrecemos .image img {
  width: 100%;
  display: block;
}
.que-ofrecemos .text {
  width: 42%;
  padding: 20px 90px 0 60px;
}
@media only screen and (max-width: 600px) {
  .que-ofrecemos .text {
    width: 100%;
    padding: 0 30px 30px;
    order: 0;
  }
}
.que-ofrecemos .text .logo {
  width: 180px;
  height: 28px;
  background: url("/img/logo-salduvia-azul.svg") no-repeat left top;
  background-size: 100%;
  margin-bottom: 10px;
}
.que-ofrecemos .text .subtitle {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .que-ofrecemos .text .subtitle {
    margin-bottom: 20px;
  }
}
.que-ofrecemos .text p:before, .que-ofrecemos .text p:after {
  content: "";
  display: block;
  width: 80%;
  height: 6px;
  border-radius: 3px;
}
.que-ofrecemos .text p:before {
  background-color: #015684;
  margin-bottom: 20px;
}
.que-ofrecemos .text p:after {
  background-color: #31B3A8;
  margin-top: 20px;
}
.que-ofrecemos .text p strong {
  color: #31B3A8;
}

.valores {
  background: url("/img/valores-fondo.jpg") no-repeat bottom left;
  background-size: cover;
  padding: 90px 60px 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .valores {
    padding: 70px 30px 30px;
  }
}
.valores:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 30px;
  background: url("/img/filete-verde.svg") no-repeat left top transparent;
  background-size: cover;
}
.valores .title {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.valores .title span {
  color: #31B3A8;
}
@media only screen and (max-width: 600px) {
  .valores .title span {
    display: block;
  }
}
.valores .articles {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 600px) {
  .valores .articles {
    display: block;
  }
}
.valores .articles article {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 30px;
  width: 100%;
  text-align: center;
  max-width: 400px;
  box-shadow: 10px 0 0 #01466b;
}
@media only screen and (max-width: 600px) {
  .valores .articles article {
    padding: 20px;
    border-radius: 30px;
    box-shadow: 10px 10px 0 #01466b;
  }
}
.valores .articles article + article {
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .valores .articles article + article {
    margin-left: 0;
    margin-top: 30px;
  }
}
.valores .articles article:nth-child(2) {
  box-shadow: 10px 0 0 #31B3A8;
}
.valores .articles article p {
  margin-top: 20px;
  font-size: 14px;
}

.contacta {
  padding: 90px 0px 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .contacta {
    padding: 70px 0px 0px;
  }
}
.contacta:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: url("/img/filete-azul-2.svg") no-repeat left top transparent;
  background-size: cover;
}
.contacta .header {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 600px) {
  .contacta .header {
    display: block;
    padding: 20px;
  }
}
.contacta .header > div {
  width: 100%;
}
.contacta .header > div + div {
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .contacta .header > div + div {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contacta .header .logo {
  height: 70px;
  background: url("/img/logo-salduvia-big.svg") no-repeat left top;
  background-size: auto 100%;
}
@media only screen and (max-width: 600px) {
  .contacta .header .logo {
    height: 30px;
    width: 192px;
    background-size: 100% auto;
    margin: 0 auto;
  }
}
.contacta .header .text > p {
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .contacta .header .text > p {
    display: none;
  }
}
.contacta .header .text .info {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.contacta .header .text .info .ico {
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  .contacta .header .text .info .ico {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .contacta .header .text .info .more {
    width: 100%;
  }
}
.contacta .header .text .info .more a {
  color: #31B3A8;
  font-weight: bold;
  font-size: 13px;
}
@media only screen and (max-width: 600px) {
  .contacta .header .text .info .more a {
    display: block;
    background: linear-gradient(to right, #144488, #036396);
    color: #fff;
    border-radius: 20px;
    padding: 15px 20px;
    text-align: center;
  }
}
.contacta form {
  max-width: 800px;
  margin: 30px auto 0;
  display: flex;
  padding: 0 30px;
}
@media only screen and (max-width: 600px) {
  .contacta form {
    display: block;
    padding: 20px;
    margin-top: 0px;
  }
}
.contacta form > div {
  width: 100%;
}
.contacta form > div + div {
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .contacta form > div + div {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contacta form .datos {
  margin-top: 20px;
  margin-bottom: 10px;
}
.contacta form .datos h4 {
  font-size: 13px;
  margin-bottom: 3px;
}
.contacta form .datos p {
  font-size: 11px;
}
.contacta form .datos p + p {
  margin-top: 3px;
}
.contacta .map {
  display: block;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .contacta .map {
    margin-top: 0;
  }
}
.contacta .map iframe {
  width: 100%;
  height: 30vw;
}
@media only screen and (max-width: 600px) {
  .contacta .map iframe {
    height: 50vh;
  }
}

.correo-send {
  background-color: #f5f5f5;
  padding: 90px;
  text-align: center;
  min-height: calc(100vh - 245px);
}
@media only screen and (max-width: 600px) {
  .correo-send {
    padding: 90px 30px;
    min-height: calc(100vh - 285px);
  }
}
.correo-send h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

footer {
  padding: 50px 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #31B3A8;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 30px 20px;
    flex-direction: column;
    justify-content: center;
  }
}
footer .links {
  line-height: 130%;
}
@media only screen and (max-width: 600px) {
  footer .links {
    text-align: center;
  }
}
footer .links a {
  font-weight: bold;
  font-size: 14px;
}
footer .logo {
  margin-left: 40px;
  margin-right: 40px;
  width: 200px;
  height: 50px;
  background: url("/img/logo-salduvia.svg") no-repeat left top;
  background-size: auto 100%;
}
@media only screen and (max-width: 600px) {
  footer .logo {
    margin: 20px 0;
  }
}
footer .address {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  footer .address {
    text-align: center;
  }
}
footer .address p strong {
  color: #015684;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  footer .address p strong {
    display: none;
  }
}
footer .address p + p {
  margin-top: 5px;
}

#cajacookies {
  background-color: #fff;
  color: black;
  padding: 20px;
  position: fixed;
  bottom: 0px;
  right: 0;
  font-size: 13px;
}
#cajacookies button {
  margin-top: 15px;
  margin-left: auto;
  display: inline-block;
  border: none;
  background-color: #31B3A8;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px;
  cursor: pointer;
}
#cajacookies button:hover {
  background-color: #015684;
}

/*# sourceMappingURL=styles.css.map */
