/*
Theme Name: Ingevias
Theme URI: http://www.google.com
Version: 1.1
Description: Especialistas en diseño de paginas web.
Author: Yodesigner
Author Homepage: http://www.google.com
Template: simple-bootstrap
*/

/*====================================*/
/*=========== yodesigner.com =========*/
/*====================================*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,600i,700,700i,800');
*:focus{
    outline: none;
}
body  {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

h2 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: .8em;
}
p {margin-bottom: 1.5em}
img {max-width: 100%; height: auto;}
.no-padding {padding: 0}

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

div#logo {
    margin: 10px 0;
}
.redes-sociales a {
  color: #aeb7d3;
  font-size: 20px;
  margin: 0 10px;
}
.redes-sociales a:hover {text-decoration: none}
.redes-sociales a:nth-child(1) {
  color: #29408a;
  font-weight: 600;
  margin-left: 0;
  margin-right: 40px
}
.redes-sociales a:nth-child(1) i {
    color: #00aeef;
    margin-right: 5px;
    transform: rotate(90deg);
}
.redes-sociales a:nth-child(5) {margin-right: 0}

.seccion {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0
}
.color-white {color: #fff}
.no-bottom {padding-bottom: 0}
.no-top {padding-top: 0}

/*Header*/
div#menu-site {
    background: #00307ae6;
    z-index: 1001
}
div#menu-site .navbar {
  border: none;
  margin-bottom: 0
}
div#menu-site .navbar .navbar-nav>li>a {
    border-bottom: 3px solid transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}
div#menu-site .navbar .navbar-nav>li>a:active, div#menu-site .navbar .navbar-nav>li>a:focus, 
div#menu-site .navbar .navbar-nav>li>a:hover, div#menu-site .navbar .navbar-nav li.current-menu-item a {
  background: none;
  border-color: #068eab;
  text-decoration: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {color: #000}

#banner {padding: 0; position: relative;}
#banner img {
  height: auto;
  margin: 0;
  width: 100%;
}
#banner .slick-dotted.slick-slider {margin-bottom: 0}
#banner .slick-dots {bottom: 15px}

section#quienes-somos {
  background: url('images/bg-quienes-somos.jpg') center top /cover no-repeat transparent;
  color: #fff;
  line-height: 1.8;
}
section#quienes-somos a, .item-servicio .texto-servicio a, .call-to-action {
    background-color: #01aa4e;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: .85em;
    font-weight: 700;
    padding: 8px 35px;
}
section#quienes-somos a:hover, .item-servicio .texto-servicio a:hover, .call-to-action:hover {color: #fff}
section#quienes-somos h2:after {
    content: '____';
    color: #0bf5f2;
    display: block;
    font-size: .85em;
    font-weight: 600;
    letter-spacing: -5px;
}

/*Servicio*/
.titulo-seccion {color: #00307a; margin: 20px 0}
.item-servicio {position: relative;}
.item-servicio img {width: 100%; height: auto}
.item-servicio .texto-servicio {
    bottom: 0;
    color: #fff;
    font-size: 1.2em;
    max-width: 580px;
    padding: 25px 50px;
    position: absolute;
}
.item-servicio .texto-servicio h3 {
  font-size: 2.5em;
  font-weight: 400;
}
.item-servicio .texto-servicio h3 strong {
  font-weight: 700
}
#listado-servicios .item-servicio:nth-child(2) {margin-top: 35px}

/*Clientes*/
section#clientes {padding-bottom: 80px}
#listado-clientes .slick-slide img {display: inline-block; margin: 0 auto; float: none}
#listado-clientes .slick-prev:before, #listado-clientes .slick-next:before {color: #a3acc3; font-size: 30px}

/*Cotización*/
section#cotizacion {
  background: url('images/bg-cotizacion.jpg') center top /cover no-repeat transparent;
  color: #fff;
  padding: 75px 0
}
section#cotizacion .texto-cotizacion {
    font-size: 1.2em;
}
section#cotizacion .texto-cotizacion h3 {
  font-size: 1.8em;
}
section#cotizacion .texto-cotizacion h3 strong {font-weight: 700; font-size: 1.3em }
section#cotizacion .boton-cotizacion a {
    border: 3px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    padding: 10px 25px;
}

/*Empresa*/
#breadcrumb {margin-top: 15px}
#banner .caption {
    position: absolute;
    left: 0;
    bottom: 25%;
    color: #fff;
    width: 100%
}
#banner .caption h1:after {
    content: '____';
    color: #0bf5f2;
    display: block;
    font-size: .85em;
    font-weight: 600;
    letter-spacing: -5px;
}
#mision-vision {
    background: url(images/bg-mision-vision.jpg) center top/cover no-repeat transparent;
    padding: 150px 0;
}
h3 {margin-bottom: 1em}
#concepto h3, #capital-capacidad h3, #contenido-servicio h2 {color: #00307a; font-weight: 600}
.left-seccion {padding-right: 30px}
.right-seccion {padding-left: 30px}
.items-servicio p {margin-bottom: 10px}
.panel-title a.titulo-acordeon {
  color: #00307a;
  font-weight: 600;
}
.panel-title a.titulo-acordeon:before {
    color: #4cbddc;
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 20px
}
.items-servicio ul {
  color: #595959; 
  list-style: none;
  margin-bottom: 40px;
  padding: 0
}
.items-servicio ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}

/*Noticia*/
.item-blog {margin-bottom: 40px}
.item-blog p.fecha {color: #108adc; margin-bottom: 8px}
.item-blog h3 {text-transform: uppercase; margin-top: 0}
.item-blog h3 a {color: #00307a}
.single .contenido-pagina p.fecha {margin-bottom: 5px}
.single .contenido-pagina h2 {color: #00307a; margin-top: 0}
.single .imagen-nota img {width: 100%; height: auto; margin-bottom: 0}
.single .imagen-nota {margin-bottom: 25px}
#sidebar h2 {
    color: #00307a;
    font-weight: 700;
    font-size: 25px;
}
#sidebar .item-blog {
    border-bottom: 1px solid #d8d4d4;
    padding-bottom: 10px;
}
#sidebar .item-blog p.fecha {
  font-size: .8em
}
#sidebar .item-blog h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}
#sidebar .item-blog a.call-to-action {
    color: #01aa4e!important;
    background: none!important;
    text-decoration: underline;
    padding: 0;
}
#sidebar .item-blog .imagen-nota, #sidebar .item-blog .imagen-nota img {margin-bottom: 0}
#sidebar .item-blog .imagen-nota img {max-width: 70%}

/*Contacto*/
#datos-contacto h3 {
  color: #00307a;
  font-weight: 600;
}
#datos-contacto ul {
  list-style: none;
  padding: 0
}
#datos-contacto ul li {
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.2em;
  padding: 25px 0;  
}
#datos-contacto ul li:before {
    color: #4cbddc;
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 20px
}
#datos-contacto ul li:nth-child(1)::before {
  content: '\f3c5'
}
#datos-contacto ul li:nth-child(2)::before {
  content: '\f095'
}
#datos-contacto ul li:nth-child(3)::before {
  content: '\f0e0'
}
#datos-contacto .redes-contacto {
    color: #5a5a5a;
    font-weight: 700;
    margin: 40px 0;
    font-size: 1.2em;
}
#datos-contacto .redes-contacto a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 15px;
    padding: 0;
    height: 35px;
    width: 35px;
    text-align: center;
}
#datos-contacto .redes-contacto a:nth-child(1) {background: #405f9e}
#datos-contacto .redes-contacto a:nth-child(2) {background: #42bcef}
#datos-contacto .redes-contacto a:nth-child(3) {background: #e75f4f}
#datos-contacto .redes-contacto a:nth-child(4) {background: #0076b5}

form.wpcf7-form {font-size: .85em; margin-top: 20px}
form.wpcf7-form p {color: #343434; margin-bottom: 5px}
form.wpcf7-form label {width: 100%; font-weight: 300}
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea {
    background: #e3e7ec;
    border: none;
    border-radius: 5px;
    color: #000;
    padding: 5px 10px;
    width: 100%;  
}
form.wpcf7-form textarea {max-height: 80px}
form.wpcf7-form input[type=submit] {
    background-color: #e9813b;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: .85em;
    font-weight: 700;
    padding: 8px 35px;  
    max-width: 245px
}

/*Productos*/
#carrusel-productos .slider {margin-top: 80px}
.textos-seccion h3 {color: #00307a; font-weight: 600}
.textos-seccion ul {margin-bottom: 40px; padding-left: 20px}
.textos-seccion ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;  
}
#carrusel-productos .slick-dots li button:before {font-size: 12px}

/*Proyectos*/
div#mix-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#mix-wrapper .mix{ display: none;}
.controls {
    text-align: center;
    margin-bottom: 40px;
}
button.mix-button {
    color: #4a4a4a;
    background: none;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    margin: 0 5px;
    padding: 5px 10px;
}
button.mix-button:hover, button.mix-button.active {
  background: #05288c;
  color: #fff;
}
.item-proyecto {position: relative; margin-bottom: 20px}
.item-proyecto img {
  height: auto;
  width: 100%
}
.imagen-nota {
  position: relative;
  padding: 0
}
.overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-proyecto:hover .overlay {
  opacity: 1;
  transition: 1s all ease
}
.overlay a {color: #fff;}
.overlay a i {color: #00aeef}
a.carousel-control {
    background: none!important;
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    opacity: 1!important;
}

/*Footer*/
footer#footer {
  background: #002663;
  color: #8fa3e5;
  padding: 35px 0
}
footer#footer a {color: #8fa3e5;}
footer#footer i, footer#footer a i {color: #04a4b4}
footer#footer .widget-footer i {color: #068eab}

@media (min-width: 768px) {
  ul#menu-principal {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 0;
      width: 100%;
  }
}

@media (max-width: 767px) {
  body {font-size: 14px}
  #header {padding: 15px 0}
  .flex {flex-wrap: wrap;}
  .container {max-width: 95%}
  #logo img {max-width: 220px; margin-bottom: 25px}
  .redes-sociales a {margin: 0 3px}
  .item-servicio .texto-servicio {
      font-size: 1em;
      max-width: 100%;
      padding: 10px 15px;
  }  
  .item-servicio .texto-servicio h3 {font-size: 2em}
  .item-servicio .texto-servicio p:last-child {margin-bottom: 0}
  .widget-footer {margin: 15px 0}
  .right-seccion {padding-left: 15px}
  .left-seccion {padding-right: 15px}
  .navbar-toggle {margin: 0; padding: 0}
  .navbar-toggle .icon-bar {
      background: #194487;
  }  
  #menu-site {display: none}
  div#menu-site .navbar .navbar-nav>li>a {padding: 10px 0}
  #banner {overflow: hidden;}
  #banner img {width: 150%; max-width: 150%}
  #banner .caption h1 {font-size: 20px;}
  .slick-prev {left: -15px!important}
  .slick-next {right: 0!important}
}