.clearer {
  clear: both;
}
section {
  padding: 60px 0;
  outline: none;
}
h3 {
  font-family: 'Roboto-Bold';
  font-size: 45px;
  text-align: center;
  color: black;
  padding-bottom: 30px;
}
h3 span {
  color: #00577b;
}
h4 {
  font-family: 'Roboto-Bold';
  font-size: 32px;
  color: black;
  padding-bottom: 20px;
}
h4 span {
  color: #00577b;
}
p {
  font-family: 'Roboto-Light';
  font-size: 17px;
}
p strong {
  font-family: 'Roboto-Bold';
}
.comillas:after {
  content: "";
  background: url(../images/iconos/comillas.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 0;
  top: 0;
  left: -20px;
}
.comillas:before {
  content: "";
  background: url(../images/iconos/comillas.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  transform: rotate(180deg);
  width: 120px;
  height: 120px;
  z-index: 0;
  bottom: 0;
  right: -20px;
}
.maillateral {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 4;
}
.maillateral .box {
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  margin: 10px 0;
}
.maillateral .box img {
  width: 30px;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 30px 5%;
  z-index: 2;
}
header .content {
  text-align: right;
  padding-right: 60px;
  position: relative;
}
header .content .celda {
  display: inline-block;
  color: white;
  margin: 0 20px;
  padding: 0 10px;
  font-family: 'YanoneKaffeesatzregular';
  font-size: 20px;
  position: relative;
}
header .content .celda a {
  color: white;
}
header .content .celda a:hover {
  text-decoration: none;
}
header .content .celdaidioma {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'YanoneKaffeesatzregular';
  font-size: 20px;
  color: white;
  border-radius: 50%;
  border: solid 1px white;
  width: 33px;
  height: 33px;
}
header .content .celdaidioma a {
  color: white;
}
header .content .celdaidioma li {
  list-style: none;
  text-align: center;
  padding-top: 1px;
}
header .content li.idioma li {
  display: block;
}
header .content li:firs-child a {
  border-left: none;
}
header .content li:last-child a {
  border-right: none;
}
header .content li:hover > a {
  color: #ffffff;
}
header .content li:hover > ul {
  opacity: 1;
  padding: 0;
}
header .content ul li {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height .25s ease .1s;
}
header .content li:hover > ul li {
  height: 30px;
  overflow: visible;
  padding: 0;
}
header .content ul li a {
  width: 130px;
  padding: 4px 10px;
  margin: 0;
  border: none;
}
header .content ul li:last-child a {
  border: none;
}
header .content .celda:after {
  position: absolute;
  left: 50%;
  right: 50%;
  height: 2px;
  bottom: 0px;
  content: "";
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate3d(0, 0, 0);
}
header .content .celda:hover:after {
  left: 10%;
  right: 10%;
}
#cabecera {
  position: relative;
  height: 800px;
  padding: 0;
}
#cabecera .iconolarkai {
  position: absolute;
  width: 160px;
  top: 30px;
  left: 60px;
}
#cabecera .iconolarkai img {
  width: 100%;
}
#cabecera.home {
  background: url(../images/cabecera-home.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#cabecera.rics {
  background: url(../images/cabecera-clientes.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#cabecera.contacto {
  background: url(../images/fondocontacto.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 600px;
}
#cabecera .opacity.home {
  background: rgba(29, 29, 27, 0.58);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#cabecera .titles {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-size: 35px;
}
#cabecera .titles img {
  width: 200px;
}
#cabecera .titles h1 {
  color: white;
  font-family: 'Roboto-Black';
  font-size: 120%;
}
#cabecera .titles h2 {
  color: white;
  font-family: 'Roboto-Regular';
  font-size: 80%;
}
#section1 {
  position: relative;
}
#section1:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 15%;
  background: rgba(35, 35, 35, 0.1);
  z-index: -1;
  height: 70%;
}
#section1 .bgbox {
  position: relative;
}
#section1 .bgbox .texto {
  width: 50%;
  float: right;
  padding: 15% 5%;
}
#section1 .bgbox .imagen {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/nuestrosprincipios.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section2 p {
  text-align: center;
}
#section2 .bgbox {
  padding: 40px 2%;
}
#section2 .bgbox .box {
  width: 14.2%;
  float: left;
  text-align: center;
}
#section2 .bgbox .box img {
  width: 80px;
  padding-bottom: 20px;
}
#section3 {
  background: rgba(35, 35, 35, 0.1);
}
#section3 .bgbox {
  padding: 30px 0;
}
#section3 .bgbox .box {
  width: 19%;
  margin: 0 3%;
  text-align: center;
  float: left;
}
#section3 .bgbox .box .num {
  width: 100%;
  font-family: 'Roboto-Black';
  font-size: 70px;
  color: #00577b;
  border-bottom: 5px solid rgba(35, 35, 35, 0.3);
}
#section3 .bgbox .box .text {
  color: black;
  font-size: 18px;
  font-family: 'OpenSans-SemiBold';
  padding: 20px 0;
}
#section4 {
  position: relative;
  background: url(../images/quienessomos.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0;
}
#section4:after {
  content: "";
  background: rgba(0, 87, 123, 0.74);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}
#section4 .content {
  position: relative;
  z-index: 1;
}
#section4 h3 {
  color: white;
}
#section4 .bigtext {
  padding: 40px 0;
  font-family: 'OpenSans-SemiBold';
  font-size: 24px;
  color: white;
  text-align: center;
}
#section4 .bigtext strong {
  font-family: 'OpenSans-Bold';
}
#section5 {
  position: relative;
  background: url(../images/quienessomos2.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 100px 0;
}
#section5:after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}
#section5 .textcolumn {
  column-count: 2;
  column-gap: 50px;
  column-rule: 2px solid #00577b;
  position: relative;
  z-index: 1;
}
#section5 .textcolumn p {
  font-family: 'OpenSans-Regular';
  color: #333333;
  font-size: 20px;
}
#section5 .textcolumn strong {
  color: #00577b;
  font-family: 'OpenSans-Bold';
}
#section6 .bgbox {
  position: relative;
  padding: 30px 0;
}
#section6 .bgbox .boxed {
  position: relative;
}
#section6 .bgbox .boxed .imagen {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../images/servicios.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section6 .bgbox .boxed .text {
  width: 50%;
  padding: 100px 5%;
}
#section6 .bgbox .boxed2 {
  padding: 100px 0;
}
#section6 .bgbox .boxed2 h4 {
  text-align: center;
}
#section6 .bgbox .boxed2 .box {
  padding: 30px 10px;
  width: 33.33%;
  float: left;
  text-align: center;
  font-family: 'OpenSans-SemiBold';
  font-size: 18px;
}
#section6 .bgbox .boxed2 .box img {
  width: 140px;
  padding-bottom: 20px;
}
#section7 {
  position: relative;
  background: url(../images/nuestrosclientes.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0;
}
#section7:after {
  content: "";
  background: rgba(0, 87, 123, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}
#section7 .content {
  position: relative;
  z-index: 1;
}
#section7 h3 {
  color: white;
  text-align: left;
}
#section7 .bigtext {
  width: 80%;
  padding: 40px 0;
  font-family: 'OpenSans-SemiBold';
  font-size: 24px;
  color: white;
  text-align: left;
}
#section7 .bigtext strong {
  font-family: 'OpenSans-Bold';
}
#section8 .bgbox {
  text-align: center;
}
#section8 .bgbox .box {
  display: inline-block;
  text-align: center;
  width: 24%;
  padding: 20px 0;
}
#section8 .bgbox .box img {
  width: 200px;
}
#section9 h3 {
  padding-bottom: 100px;
}
#section9 .cajacarrusel {
  position: relative;
  padding: 50px;
  background: rgba(35, 35, 35, 0.1);
}
#section9 .cajacarrusel:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  left: 0;
  height: 2px;
  background: #00577b;
  z-index: 3;
}
#section9 .cajacarrusel:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  width: 100%;
  left: 0;
  height: 20px;
  background: rgba(0, 87, 123, 0.1);
  z-index: 2;
}
#section9 .carrusel .owl-carousel .owl-nav {
  top: -80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 140px;
  pointer-events: none;
}
#section9 .carrusel .owl-carousel .owl-nav .owl-prev {
  float: left;
  outline: none;
  pointer-events: all;
}
#section9 .carrusel .owl-carousel .owl-nav .owl-prev img {
  width: 60px;
}
#section9 .carrusel .owl-carousel .owl-nav .owl-next {
  float: right;
  outline: none;
  pointer-events: all;
  transform: rotate(180deg);
}
#section9 .carrusel .owl-carousel .owl-nav .owl-next img {
  width: 60px;
}
#section9 .carrusel .owl-carousel .item .op1 {
  background: url(../images/operaciones/proyectos-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op2 {
  background: url(../images/operaciones/proyectos-02.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op3 {
  background: url(../images/operaciones/proyectos-03.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op4 {
  background: url(../images/operaciones/proyectos-04.png) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op5 {
  background: url(../images/operaciones/proyectos-05.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op6 {
  background: url(../images/operaciones/proyectos-06.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op7 {
  background: url(../images/operaciones/miralcampo.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op8 {
  background: url(../images/operaciones/eaton.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op9 {
  background: url(../images/operaciones/coello.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op10 {
  background: url(../images/operaciones/gamesa.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op11 {
  background: url(../images/operaciones/salustiano.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op12 {
  background: url(../images/operaciones/fernando.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op13 {
  background: url(../images/operaciones/granvia.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op14 {
  background: url(../images/operaciones/santisima.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op15 {
  background: url(../images/operaciones/moratin.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op16 {
  background: url(../images/operaciones/carrefour.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op17 {
  background: url(../images/operaciones/cartera.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op18 {
  background: url(../images/operaciones/bernardo.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op19 {
  background: url(../images/operaciones/inurria.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op20 {
  background: url(../images/operaciones/ripoll.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op21 {
  background: url(../images/operaciones/lorenzo.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op22 {
  background: url(../images/operaciones/puertadelsol.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op23 {
  background: url(../images/operaciones/divino.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op24 {
  background: url(../images/operaciones/arturo.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op25 {
  background: url(../images/operaciones/ortegaygasset.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op26 {
  background: url(../images/operaciones/valdebebas.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .op27 {
  background: url(../images/operaciones/carretas.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#section9 .carrusel .owl-carousel .item .box {
  width: 90%;
}
#section9 .carrusel .owl-carousel .item .box.top {
  margin-right: 10%;
}
#section9 .carrusel .owl-carousel .item .box.down {
  margin-left: 10%;
}
#section9 .carrusel .owl-carousel .item .imagen {
  margin: 0 auto;
  height: 300px;
  border: solid 3px #00577b;
}
#section9 .carrusel .owl-carousel .item .texto {
  height: 280px;
  padding: 20px 10%;
  position: relative;
}
#section9 .carrusel .owl-carousel .item .texto .linea {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #00577b;
  top: 0;
}
#section9 .carrusel .owl-carousel .item .texto .linea.izq {
  left: 5%;
}
#section9 .carrusel .owl-carousel .item .texto .linea.izq .bola {
  top: -10px;
}
#section9 .carrusel .owl-carousel .item .texto .linea.der {
  right: 5%;
}
#section9 .carrusel .owl-carousel .item .texto .linea.der .bola {
  bottom: -10px;
}
#section9 .carrusel .owl-carousel .item .texto .linea .bola {
  position: absolute;
  background: #00577b;
  width: 20px;
  height: 20px;
  left: -9px;
  border-radius: 50%;
}
#section9 .carrusel .owl-carousel .item .texto p {
  color: #00577b;
}
#section9 .carrusel .owl-carousel .item .texto .title {
  color: #00577b;
  font-family: 'OpenSans-Bold';
  font-size: 18px;
  padding-bottom: 10px;
}
#section10 .bigtext {
  padding: 90px 0;
  width: 80%;
  margin: 0 auto;
  position: relative;
  font-family: 'OpenSans-Bold';
  color: #00577b;
  text-align: center;
  font-size: 40px;
}
#section10 .bigtext span {
  color: #333333;
}
#rics1 {
  position: relative;
}
#rics1::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 10%;
  width: 40%;
  right: 0;
  background: rgba(35, 35, 35, 0.1);
  z-index: -1;
  height: 80%;
}
#rics1 .bgbox {
  position: relative;
}
#rics1 .bgbox .texto {
  width: 40%;
}
#rics1 .bgbox .texto img {
  width: 120px;
}
#rics1 .bgbox .imagen {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background: url(../images/rics.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#rics2 {
  position: relative;
}
#rics2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 70%;
  width: 100%;
  background: url(../images/clientes2.jpg) no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
#rics2 .bigtext {
  padding: 70px 0;
}
#rics2 .bigtext h1 {
  font-family: 'Roboto-Black';
  font-size: 35px;
  color: #00577b;
  text-align: center;
}
#rics2 .bgbox .box {
  background: white;
  width: 18%;
  float: left;
  margin: 0 1%;
  height: 200px;
  position: relative;
  border: solid 1px #00577b;
  padding: 10px;
}
#rics2 .bgbox .box .text {
  padding: 0 10px;
  color: #00577b;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#rics2 .bgbox .box.blue {
  background: #00577b;
  color: white;
}
#rics2 .bgbox .box.blue p {
  color: white;
}
#rics3 {
  padding: 200px 0;
  margin: 40px 0;
  background: url(../images/iconos/fondoclientes3.svg) no-repeat 50% 50%;
  background-size: contain;
}
#rics3 .text {
  width: 50%;
  float: right;
}
#rics3 .text .num {
  width: 40px;
  font-family: 'Roboto-Black';
  font-size: 30px;
  color: #00577b;
  float: left;
}
#rics3 .text .info {
  width: calc(100% - 40px);
  float: left;
  padding-top: 10px;
}
#rics4 {
  background: rgba(35, 35, 35, 0.1);
}
#rics4 .bigtext {
  padding: 90px 0;
  width: 80%;
  margin: 0 auto;
  position: relative;
  font-family: 'OpenSans-Bold';
  color: #00577b;
  text-align: center;
  font-size: 40px;
}
#rics4 .bigtext span {
  color: #333333;
}
#rics4 .bigtext p {
  padding-top: 30px;
  color: #333333;
}
#rics5 {
  position: relative;
}
#rics5 .bgbox {
  position: relative;
}
#rics5 .bgbox .text {
  width: 50%;
  padding: 40px 5%;
}
#rics5 .bgbox .imagen {
  background: url(../images/iconos/ricsorg.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  cursor: pointer;
  transition: .5s;
}
#rics5 .bgbox .imagen:hover {
  transform: scale(1.1);
}
#formulario form {
  width: 50%;
  float: left;
  background: rgba(35, 35, 35, 0.1);
  padding: 40px 3%;
}
#formulario form h4 {
  padding: 0 20px;
}
#formulario form .input-style {
  width: 50%;
  float: left;
  padding: 20px 20px;
}
#formulario form .input-style input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #333333;
  font-family: 'OpenSans-Regular';
  color: #333333;
  outline: none;
}
#formulario form .input-style input::placeholder {
  color: #333333;
}
#formulario form .submits {
  padding: 20px 0;
  font-family: 'OpenSans-Regular';
}
#formulario form .submits .checkbox {
  width: 50%;
  float: left;
  padding-top: 10px;
}
#formulario form .submits .checkbox span {
  padding-left: 20px;
}
#formulario form .submits .checkbox a {
  color: #333333;
}
#formulario form .submits .checkbox input {
  margin: 0;
}
#formulario form .submits .submit {
  width: 50%;
  float: left;
  padding: 10px 20px;
}
#formulario form .submits .submit input {
  color: white;
  background: #00577b;
  padding: 10px;
  width: 100%;
  border: none;
  font-family: 'OpenSans-Bold';
  text-transform: uppercase;
  transition: .5s;
  border: solid 1px #00577b;
  outline: none;
}
#formulario form .submits .submit input:hover {
  background: transparent;
  color: #00577b;
}
#formulario .datos {
  width: 50%;
  float: left;
  padding: 80px;
  font-family: 'OpenSans-Regular';
}
#formulario .datos li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  padding-bottom: 20px;
  color: #333333;
  font-size: 20px;
}
#formulario .datos li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
#formulario .datos li.ubi:after {
  background: url(../images/iconos/ubi.svg) no-repeat 50% 50%;
  background-size: contain;
}
#formulario .datos li.tel:after {
  background: url(../images/iconos/tlf.svg) no-repeat 50% 50%;
  background-size: contain;
}
#formulario .datos li.mail:after {
  background: url(../images/iconos/mail.svg) no-repeat 50% 50%;
  background-size: contain;
}
#formulario .datos a {
  color: #333333;
}
#formulario .datos .rrss {
  text-align: left;
}
#formulario .datos .rrss a {
  display: inline-block;
  transition: .5s;
}
#formulario .datos .rrss a img {
  width: 50px;
  padding: 5px;
}
#formulario .datos .rrss a:hover {
  transform: scale(1.2);
}
#mapa .mapa {
  height: 500px;
  -webkit-filter: grayscale(1);
}
footer {
  background: #00577b;
  font-family: 'YanoneKaffeesatz300';
  padding: 30px 0;
}
footer .box {
  width: 50%;
  float: left;
  font-size: 18px;
  padding: 10px 0;
}
footer .box .menu {
  width: 50%;
  float: left;
  padding: 0 20px;
}
footer .box .menu li {
  list-style: none;
}
footer .box .menu li a {
  color: white;
  text-decoration: none;
}
footer .box .datos {
  width: 50%;
  float: left;
  padding: 0 20px;
}
footer .box .datos li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  padding-bottom: 20px;
  color: white;
}
footer .box .datos li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
footer .box .datos li.ubi:after {
  background: url(../images/iconos/ubiw.svg) no-repeat 50% 50%;
  background-size: contain;
}
footer .box .datos li.tel:after {
  background: url(../images/iconos/tlfw.svg) no-repeat 50% 50%;
  background-size: contain;
}
footer .box .datos li.web:after {
  background: url(../images/iconos/web.svg) no-repeat 50% 50%;
  background-size: contain;
}
footer .box .datos li.mail:after {
  background: url(../images/iconos/mailw.svg) no-repeat 50% 50%;
  background-size: contain;
}
footer .box .datos a {
  color: white;
}
footer .box .smbox {
  text-align: center;
  color: white;
  width: 50%;
  float: left;
}
footer .box .smbox img {
  width: 150px;
  padding: 10px;
}
footer .box .smbox .top img {
  width: 70px;
}
footer .box .smbox .rrss {
  text-align: center;
}
footer .box .smbox .rrss a {
  display: inline-block;
  transition: .5s;
}
footer .box .smbox .rrss a img {
  width: 50px;
}
footer .box .smbox .rrss a:hover {
  transform: scale(1.2);
}
footer .box .smbox .politicas {
  color: white;
}
footer .box .smbox .politicas a {
  color: white;
}
footer .box .smbox .politicas li {
  list-style: none;
}
footer p {
  text-align: center;
  color: white;
  font-size: 15px;
}
footer p a {
  color: white;
}
@media only screen and (max-width: 1284px) {
  #rics2 .bgbox .box .text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 35px;
  }
  header .content .celda {
    margin: 0 10px;
    font-size: 17px;
  }
  #cabecera .iconolarkai {
    width: 100%;
    top: 160px;
    text-align: center;
    left: 0;
  }
  #cabecera .iconolarkai img {
    width: 160px;
  }
  #cabecera {
    height: 700px;
  }
  #cabecera .titles {
    width: 80%;
    left: 10%;
  }
  #section2 .bgbox {
    text-align: center;
  }
  #section2 .bgbox .box {
    width: 24%;
    float: none;
    display: inline-block;
    padding: 10px 0;
  }
  #section3 .bgbox .box .num {
    font-size: 45px;
  }
  #section4 .bigtext {
    font-size: 20px;
    padding: 20px 0;
  }
  #section5 .textcolumn p {
    font-size: 17px;
  }
  #section7 .bigtext {
    font-size: 22px;
  }
  #section8 .bgbox .box img {
    width: 160px;
  }
  #section10 .bigtext {
    font-size: 25px;
  }
  .comillas:before {
    right: 0;
  }
  .comillas:after {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 15px;
  }
  h4 {
    font-size: 25px;
  }
  h3 {
    padding-bottom: 20px;
  }
  section {
    padding: 30px 0;
  }
  #cabecera .titles {
    font-size: 26px;
  }
  #cabecera {
    height: 600px;
  }
  #cabecera.contacto {
    height: 600px;
  }
  #section6 .bgbox .boxed2 .box {
    width: 50%;
  }
  #section7 .bigtext {
    font-size: 20px;
  }
  #section8 .bgbox .box img {
    width: 100px;
  }
  #section9 .carrusel .owl-carousel .item .texto {
    height: 240px;
  }
  #section9 .carrusel .owl-carousel .item .imagen {
    height: 150px;
  }
  #section9 .carrusel .owl-carousel .item .box {
    width: 100%;
  }
  #section9 .carrusel .owl-carousel .item .box.down {
    margin: 0;
  }
  #section9 .carrusel .owl-carousel .item .box.top {
    margin: 0;
  }
  #section9 .cajacarrusel {
    padding: 30px;
  }
  footer .box {
    width: 100%;
  }
  footer .box .menu {
    text-align: center;
  }
  #rics2 .bgbox {
    text-align: center;
  }
  #rics2 .bgbox .box {
    float: none;
    display: inline-block;
    width: 33%;
  }
  #rics2::after {
    height: 100%;
  }
  #rics2 .bigtext h1 {
    font-size: 25px;
  }
  #rics1 .bgbox .texto {
    width: 100%;
  }
  #rics1 .bgbox .imagen {
    width: 100%;
    height: 300px;
    position: relative;
  }
  #rics1::after {
    width: 100%;
    top: 0;
    height: 100%;
  }
  #formulario form {
    width: 100%;
  }
  #formulario .datos {
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (max-width: 680px) {
  header {
    padding-left: 20px 10px;
  }
  header .content {
    text-align: center;
    padding-right: 30px;
  }
  header .content .celda {
    margin: 0 5px;
    padding: 0 5px;
    font-size: 15px;
  }
  #rics3 {
    background: url(../images/iconos/fondoclientes3.svg) no-repeat 0% 50%;
  }
  #rics4 .bigtext {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 25px;
  }
  p {
    font-size: 14px;
  }
  .comillas:after {
    width: 80px;
    height: 80px;
  }
  #cabecera.contacto {
    height: 500px;
  }
  #cabecera {
    height: 500px;
  }
  #cabecera .titles img {
    width: 150px;
  }
  #cabecera .titles {
    font-size: 20px;
  }
  #section1 .bgbox .texto {
    width: 100%;
    padding: 20px;
  }
  #section1 .bgbox .imagen {
    position: relative;
    width: 100%;
    height: 300px;
  }
  #section1:after {
    height: 100%;
    top: 0;
  }
  #section2 .bgbox .box {
    width: 49%;
  }
  #section3 .bgbox .box {
    width: 46%;
    margin: 10px 2%;
  }
  #section5 .textcolumn {
    column-count: 1;
  }
  #section6 .bgbox .boxed .text {
    width: 100%;
    padding: 20px 0;
  }
  #section6 .bgbox .boxed .imagen {
    position: relative;
    left: 0;
    right: inherit;
    width: 100%;
    height: 300px;
  }
  #section6 .bgbox .boxed2 .box {
    font-size: 15px;
  }
  #section8 .bgbox .box {
    width: 32%;
  }
  #section7 .bigtext {
    width: 100%;
    font-size: 18px;
  }
  #section9 .cajacarrusel {
    padding: 20px;
  }
  #section10 .bigtext {
    font-size: 20px;
  }
  #rics3 {
    background: none;
    padding: 20px 0;
  }
  #rics3 .text {
    width: 100%;
  }
  #rics2 .bgbox .box {
    width: 46%;
  }
  #formulario form .input-style {
    width: 100%;
  }
  #formulario form .submits .checkbox {
    width: 100%;
    padding-left: 20px;
  }
  #formulario form .submits .submit {
    width: 100%;
  }
  #mapa .mapa {
    height: 300px;
  }
  footer .box .datos {
    padding: 0 10px;
  }
  footer p {
    font-size: 12px;
  }
}
@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto-Black';
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'YanoneKaffeesatzregular';
  src: url("../fonts/YanoneKaffeesatzregular.ttf") format("truetype");
}
@font-face {
  font-family: 'YanoneKaffeesatz300';
  src: url("../fonts/YanoneKaffeesatz300.ttf") format("truetype");
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
