@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700);@charset "UTF-8";

/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

/****** BODY ****/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

/* VARIABLE SETS */

h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin: 0px;
  padding: 0px;
  letter-spacing: -0.03em;
  font-family: "Oswald", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a:active {
  outline: none;
}

a:focus {
  outline: thin dotted;
}

/****** TRANSICION ****/

a,
a:hover,
img,
img:hover,
input[type=submit],
input[type=button],
input[type=reset],
a.btn,
btn,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
a.btn,
a.btn:hover,
btn,
btn:hover,
.productos-mod,
.productos-mod:hover,
#faq h3,
#faq h3:hover,
.busqueda-mod,
.busqueda-mod:hover,
.busqueda-mod img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/****** SIN TRANSICION ****/

.slider a {
  -webkit-transition: none;
  transition: none;
}

.borde-redondeado {
  border-radius: 10px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

strong {
  font-weight: 900;
}

p {
  font-size: 16px;
  line-height: 18px;
}

/* DIV donde se alojará el iframe de YouTube */

.responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* mantiene la vista en 16:9 */
  padding-top: 25px;
  height: 0;
}

/* Ancho y Alto del iframe al 100% */

.responsive-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.nomostrar-responsive {
  display: inline-block;
}

.mostrar-responsive {
  display: none;
}

/*********** reseteo ***************/

@media (max-width: 768px) {
  .nomostrar-responsive {
    display: none;
  }

  .mostrar-responsive {
    display: inline-block;
  }
}

/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

/****************************** HEADER ******************************/

.cabecera {
  width: 100%;
  background-color: #023866;
  background-image: url(/images/fondo-header.jpg?9aa5be7f6d8fd39564688f422accf48c);
  background-repeat: no-repeat;
  background-position: center top;
}

.contenedor-header {
  width: 100%;
  max-width: 1100px;
  padding: 0px 50px;
  height: 200px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

/*******************************************************/

.contacto-header {
  width: 250px;
  height: 100px;
  padding-top: 5px;
}

.contacto-header h1 {
  margin: 0px;
  padding: 0px;
  display: block;
  color: #b8c93f;
  font-weight: 500;
  font-size: 35px;
  text-align: center;
}

.contacto-header h2 {
  margin: 0px;
  padding: 2px;
  display: block;
  color: white;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.contacto-header h2 a {
  text-decoration: none;
  color: white;
  font-family: "Oswald", sans-serif;
}

/*********************************************************/

.contenedor-menu {
  height: 50px;
  background-color: #8da700;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  /*overflow: hidden;*/
}

#btn-menu {
  display: none;
}

.contenedor-menu label {
  font-size: 30px;
  cursor: pointer;
  display: none;
}

/*.menu {
	width: 100%;
	max-width: 1000px;
}*/

.menu ul {
  background-color: #8da700;
  display: -webkit-box;
  display: flex;
  /*justify-content: space-between;*/
  list-style: none;
  z-index: 9999;
}

.menu ul ul {
  display: none;
  min-width: 200px;
  background-color: #6a7d00;
}

.menu a {
  display: block;
  padding: 13px 20px 13px 20px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
}

.menu a:hover {
  background-color: #023866;
  color: #fff;
}

.menu a span {
  margin-left: 10px;
}

.menu ul li:hover ul {
  display: block;
  position: absolute;
}

#titulo-menu-responsivo {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  display: none;
  width: 100%;
  text-align: left;
  margin-left: 15px;
}

/**************************************** responsivo *****************************************/

@media (max-width: 1000px) {
  .menu a {
    padding: 13px 20px 13px 20px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #cabecera {
    display: none;
  }

  #cabecera-responsivo {
    display: block;
  }

  .contenedor-menu {
    -webkit-box-pack: end;
            justify-content: flex-end;
    border-top: none;
  }

  .contenedor-menu label {
    display: block;
    padding-bottom: 5px;
  }

  .menu {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .menu ul li:hover ul {
    display: none;
    position: static;
  }

  .menu a span {
    position: absolute;
    right: 10px;
  }

  #btn-menu:checked ~ .menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .menu ul ul {
    background-color: #455200;
  }

  .menu ul ul a {
    padding: 15px 40px;
  }

  #titulo-menu-responsivo {
    display: inline-block;
  }

  .header-responsive {
    width: 100%;
    height: auto;
  }

  .header-responsive div {
    width: 40%;
    height: auto;
    margin: auto;
  }

  .header-responsive div img {
    width: 100%;
    height: auto;
  }
}

.bx-wrapper {
  position: relative;
  margin-bottom: 0px !important;
  padding: 0;
  touch-action: pan-y;
  box-shadow: 0 0 5px #ccc;
  border: none !important;
  background: #fff;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1000 !important;
}

.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px !important;
}

.contenedor-slider {
  z-index: 99999;
  height: 500px !important;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px !important;
  width: 100%;
}

.font-md {
  font-size: 35px;
  line-height: 0.5;
}

/*.font-lg{
    font-size: 65px;
}

.f-light{
    font-family: $font-family-sans-light;
}

.f-bold{
    font-family: $font-family-sans-heavy;
}*/

@media (max-width: 768px) {
  .font-md {
    font-size: 20px !important;
  }

  .font-lg {
    font-size: 25px !important;
  }

  .contenedor-slider {
    height: 300px !important;
  }

  .background-image {
    background-size: cover !important;
    height: 250px !important;
  }
}

/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

.servicios {
  width: 100%;
  height: auto;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(white));
  background: linear-gradient(0deg, #e6e6e6 0%, white 100%);
  background-image: url(/images/circuitos-fondo.png?57787015c5e2e5a45f78417b16aa232d);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.contenedor-servicios {
  max-width: 1100px;
  padding: 25px 50px 40px 50px;
  margin: auto;
}

.contenedor-servicios h1 {
  font-size: 40px;
  color: #333333;
  line-height: 40px;
}

.contenedor-servicios h2 {
  font-size: 40px;
  color: #333333;
  font-weight: 300;
  line-height: 40px;
}

.contenedor-caja-servicio {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.caja-servicio {
  width: 48%;
  min-width: 300px;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 20px;
}

.caja-servicio a {
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}

.caja-servicio img {
  width: 100%;
  height: auto;
}

.caja-servicio img:hover {
  opacity: 0.5;
}

.caja-servicio div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  background-image: url(/images/patron-verde.png?2eb6bf0b1fffe915d9170e83f3bb74a1);
  width: 100%;
  max-width: 520px;
  height: 75px;
  border-radius: 0px 0px 0px 15px;
}

.caja-servicio div a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: white;
  padding: 0px 20px;
  font-size: 20px;
  text-align: right;
  line-height: 20px;
  width: 90%;
}

/*********************************************/

@media (max-width: 768px) {
  .contenedor-servicios {
    padding: 0px 20px 40px 20px;
  }

  .contenedor-servicios h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-servicios h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-caja-servicio {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .caja-servicio {
    width: 48%;
    min-width: 170px;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .caja-servicio div a {
    padding: 0px 10px;
    font-size: 15px;
    text-align: right;
    line-height: 15px;
    width: 90%;
  }
}

/**************************************************/

@media (max-width: 400px) {
  .contenedor-caja-servicio {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .caja-servicio {
    width: 100%;
    min-width: 200px;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .caja-servicio div a {
    padding: 0px 10px;
    font-size: 20px;
    text-align: right;
    line-height: 20px;
    width: 90%;
  }
}

.articulos {
  width: 100%;
  height: auto;
  /* IE10+ */
  /* Mozilla Firefox */
  /* Opera */
  /* Webkit (Safari/Chrome 10) */
  /* Webkit (Chrome 11+) */
  /* W3C Markup */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#204861), to(#122734));
  background-image: linear-gradient(to bottom, #204861 0%, #122734 100%);
}

.contenedor-articulos {
  max-width: 1100px;
  padding: 40px 50px;
  margin: auto;
}

.contenedor-articulos h1 {
  font-size: 40px;
  color: #FFF;
  line-height: 40px;
}

.contenedor-articulos h2 {
  font-size: 40px;
  color: #FFF;
  font-weight: 300;
  line-height: 40px;
}

.contenedor-articulos h3 {
  margin-top: 10px;
  color: white;
  text-align: center;
  line-height: 20px;
}

.contenedor-caja-articulos {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.caja-articulos {
  width: 30%;
  min-width: 250px;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin: 0px 5px 20px 5px;
}

.caja-articulos a {
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}

.caja-articulos img {
  width: 100%;
  height: auto;
}

.caja-articulos img:hover {
  opacity: 0.5;
}

.caja-articulos p {
  width: 100%;
  text-align: center;
  color: #FFF;
  margin: 15px 0px;
}

.caja-articulos div {
  width: 50%;
}

.caja-articulos div a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: white;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  background-color: #8da700;
  display: block;
}

.caja-articulos div a:hover {
  background-color: #999;
}

/*********************************************/

@media (max-width: 768px) {
  .contenedor-articulos {
    padding: 40px 20px;
  }

  .contenedor-articulos h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-articulos h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-caja-articulos {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .caja-articulos {
    width: 30%;
    min-width: 300px;
    margin: 0px 10px 20px 10px;
  }

  .caja-articulos img {
    width: 100%;
    height: auto;
  }

  .caja-articulos p {
    font-size: 12px;
  }

  .caja-articulos div {
    width: 50%;
  }

  .caja-articulos div a {
    width: 100%;
    padding: 5px;
    font-size: 15px;
  }
}

/**************************************************/

@media (max-width: 400px) {
  .contenedor-articulos {
    padding: 40px 20px;
  }

  .contenedor-articulos h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-articulos h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .caja-articulos {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;
    min-width: 100%;
  }

  .caja-articulos img {
    width: 100%;
    height: auto;
  }

  .caja-articulos p {
    font-size: 12px;
  }

  .caja-articulos div {
    width: 50%;
  }

  .caja-articulos div a {
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }
}

/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

.footer {
  width: 100%;
  background-color: black;
}

.contenedor-footer {
  width: 100%;
  max-width: 1100px;
  /*min-height: 100px;*/
  padding: 0px 50px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.contenedor-footer img {
  width: 180px;
  height: auto;
  /*margin-right: 50px;*/
}

.footer-contacto {
  height: 40px;
  /*margin-right: 25px;*/
}

.footer-contacto h3 {
  color: #ccc;
  font-weight: 400;
  font-size: 16px;
}

.footer-firma {
  /*height: 30px;*/
  text-align: center;
  background-color: #191919;
  padding: 5px 0px;
}

.footer-firma h3 {
  color: #666;
  font-weight: 400;
  font-size: 12px;
}

.footer-firma h3 a {
  font-family: "Oswald", sans-serif;
  color: #999;
  font-weight: 400;
  font-size: 12px;
}

/*********************************************************/

@media (max-width: 1000px) {
  .contenedor-footer img {
    width: 120px;
    height: auto;
  }

  .footer-contacto h3 {
    font-size: 12px;
  }

  .footer-firma h3 {
    font-size: 10px;
  }

  .footer-firma h3 a {
    font-size: 10px;
  }
}

/**********************************************************/

@media (max-width: 768px) {
  .contenedor-footer {
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0px 20px;
  }

  .contenedor-footer img {
    width: 180px;
    height: auto;
    /*margin-right: 50px;*/
  }

  .footer-contacto {
    height: auto;
    /*margin-right: 25px;*/
    margin-bottom: 10px;
  }

  .footer-contacto h3 {
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
  }

  .footer-firma {
    margin-top: 20px;
  }

  .footer-firma h3 {
    font-size: 10px;
  }

  .footer-firma h3 a {
    font-size: 10px;
  }
}

/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

.servicios-voltfix {
  width: 100%;
  height: auto;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(white));
  background: linear-gradient(0deg, #e6e6e6 0%, white 100%);
  background-image: url(/images/circuitos-fondo.png?57787015c5e2e5a45f78417b16aa232d);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.contenedor-areas-servicios {
  max-width: 1100px;
  padding: 40px 50px;
  margin: auto;
}

.contenedor-areas-servicios h1 {
  font-size: 40px;
  color: #333333;
  line-height: 40px;
}

.contenedor-areas-servicios h2 {
  font-size: 40px;
  color: #333333;
  font-weight: 300;
  line-height: 40px;
}

.contenedor-areas-servicios p {
  margin: 20px auto;
  text-align: justify;
}

.contenedor-areas-servicios ul {
  padding-left: 40px;
  padding-bottom: 10px;
}

.contenedor-areas-servicios ul li {
  padding-left: 10px;
  text-align: justify;
}

.contenedor-areas-servicios img {
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
  border-radius: 5px;
}

/*********************************************/

@media (max-width: 768px) {
  .contenedor-areas-servicios {
    padding: 20px 20px;
  }

  .contenedor-areas-servicios h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-areas-servicios h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-areas-servicios ul {
    padding-left: 40px;
    padding-bottom: 10px;
  }

  .contenedor-areas-servicios ul li {
    padding-left: 10px;
    text-align: left;
  }

  .contenedor-areas-servicios img {
    width: 100%;
    height: auto;
    margin: 20px auto 20px auto;
    border-radius: 5px;
  }
}

/**************************************************/

@media (max-width: 400px) {
  .contenedor-areas-servicios {
    padding: 15px;
  }

  .contenedor-areas-servicios h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .contenedor-areas-servicios h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .contenedor-areas-servicios p {
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
  }

  .contenedor-areas-servicios ul {
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .contenedor-areas-servicios ul li {
    padding-left: 10px;
    text-align: left;
  }

  .contenedor-areas-servicios img {
    width: 100%;
    height: auto;
    margin: 20px auto 20px auto;
    border-radius: 5px;
  }
}

.formulario label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.formulario {
  display: block;
  margin: 10px auto;
  width: 100%;
  color: #333;
  font-size: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

form {
  width: 60%;
}

.cuadro-info {
  margin-left: 30px;
}

input,
textarea {
  width: 100%;
  /*max-width:600px;*/
  height: 40px;
  background: #FFF;
  border: 1px solid #CCC;
  padding: 10px;
  margin-top: 5px;
  font-size: 16px;
  color: #0E1C29;
  border-radius: 5px;
}

select {
  width: 100%;
  max-width: 200px;
  border: 1px solid #CCC;
  font-size: 14px;
  height: 40px;
  margin-top: 5px;
  padding-left: 5px;
  background-color: #FFF;
  border-radius: 5px;
}

input:hover,
textarea:hover,
select:hover {
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

textarea {
  height: 150px;
}

#submit {
  width: 85px;
  height: 50px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  display: block;
  background-color: #4173c5;
}

#submit:hover {
  background-color: #333;
}

#submit input {
  color: #FFF !important;
  font-weight: bold;
}

/******************************** MODO RESPONSIVO ****************************/

/********************************       768       ****************************/

/******************************** MODO RESPONSIVO ****************************/

@media (max-width: 768px) {
  .formulario {
    padding: 0px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px;
  }

  form {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

.contacto-voltfix {
  width: 100%;
  height: auto;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(white));
  background: linear-gradient(0deg, #e6e6e6 0%, white 100%);
  background-image: url(/images/circuitos-fondo.png?57787015c5e2e5a45f78417b16aa232d);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.contenedor-contacto {
  max-width: 1100px;
  padding: 40px 50px;
  margin: auto;
}

.contenedor-contacto h1 {
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}

.contenedor-contacto h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 300;
  line-height: 40px;
}

.contenedor-contacto p {
  margin: 20px auto;
  text-align: justify;
}

/*********************************************/

@media (max-width: 768px) {
  .contenedor-contacto {
    padding: 20px 20px;
  }

  .contenedor-contacto h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-contacto h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

/**************************************************/

@media (max-width: 400px) {
  .contenedor-contacto {
    padding: 15px;
  }

  .contenedor-contacto h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .contenedor-contacto h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .contenedor-contacto p {
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
  }
}

/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

.index-noticias {
  width: 100%;
  height: auto;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(white));
  background: linear-gradient(0deg, #e6e6e6 0%, white 100%);
  background-image: url(/images/circuitos-fondo.png?57787015c5e2e5a45f78417b16aa232d);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.contenedor-index-noticias {
  max-width: 1100px;
  padding: 40px 50px;
  margin: auto;
}

.contenedor-index-noticias h1 {
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}

.contenedor-index-noticias h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 300;
  line-height: 40px;
}

.contenedor-index-noticias h3 {
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}

.contenedor-caja-noticias {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.caja-noticias {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px 15px;
}

.caja-noticias img {
  width: 100%;
  height: auto;
}

.caja-noticias p {
  width: 100%;
  text-align: center;
  color: #333;
  margin: 15px 0px;
  font-size: 14px;
}

.caja-noticias a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: white;
  width: 50%;
  padding: 7px;
  font-size: 14px;
  text-align: center;
  background-color: #8da700;
  display: block;
}

.caja-noticias a:hover {
  background-color: #999;
}

/*********************************************/

@media (max-width: 768px) {
  .contenedor-index-noticias h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-index-noticias h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-caja-noticias {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .caja-noticias {
    width: 40%;
    max-width: 500px;
    margin: 20px 5px;
  }

  .caja-noticias img {
    width: 100%;
    height: auto;
  }

  .caja-noticias p {
    font-size: 12px;
  }

  .caja-noticias a {
    width: 70%;
    padding: 5px;
    font-size: 15px;
  }
}

/**************************************************/

@media (max-width: 400px) {
  .contenedor-index-noticias {
    padding: 40px 20px;
  }

  .contenedor-index-noticias h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .contenedor-index-noticias h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .caja-noticias {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;
  }

  .caja-noticias img {
    width: 100%;
    height: auto;
  }

  .caja-noticias p {
    font-size: 12px;
  }

  .caja-noticias a {
    width: 50%;
    padding: 10px;
    font-size: 15px;
  }
}

/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

.index-noticias {
  width: 100%;
  height: auto;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(white));
  background: linear-gradient(0deg, #e6e6e6 0%, white 100%);
  background-image: url(/images/circuitos-fondo.png?57787015c5e2e5a45f78417b16aa232d);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.contenedor-noticia-articulo {
  max-width: 1100px;
  padding: 40px 50px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.cuerpo-noticia-articulo {
  width: 100%;
  max-width: 800px;
}

.cuerpo-noticia-articulo h1 {
  font-size: 30px;
  color: #333333;
  line-height: 35px;
}

.cuerpo-noticia-articulo h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 300;
  line-height: 30px;
}

.cuerpo-noticia-articulo h3 {
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}

.cuerpo-noticia-articulo h6 {
  margin-top: 10px;
}

.cuerpo-noticia-articulo img {
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

.cuerpo-noticia-articulo p {
  width: 100%;
  color: #333;
  margin: 15px 0px;
  font-size: 14px;
}

.cuerpo-noticia-articulo ul {
  padding-left: 40px;
  padding-bottom: 10px;
}

.cuerpo-noticia-articulo ul li {
  padding-left: 10px;
  font-size: 14px;
  color: #333;
}

/***********************/

.cuerpo-ultimas-noticias {
  width: 100%;
  max-width: 200px;
  margin-left: 30px;
}

.cuerpo-ultimas-noticias h1 {
  font-size: 20px;
  color: #333333;
  text-align: center;
}

.caja-ultimas-noticias {
  width: 100%;
  max-width: 245px;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.caja-ultimas-noticias h3 {
  color: #333333;
  line-height: 25px;
}

.caja-ultimas-noticias img {
  width: 100%;
  height: auto;
  margin: 15px 0px;
}

.caja-ultimas-noticias p {
  width: 100%;
  color: #333;
  margin: 15px 0px;
  font-size: 14px;
}

.caja-ultimas-noticias a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #8da700;
  font-size: 14px;
  margin-bottom: 20px;
}

.caja-ultimas-noticias a:hover {
  color: #999;
}

/*********************************************/

@media (max-width: 768px) {
  .contenedor-noticia-articulo {
    max-width: 1100px;
    padding: 0px 20px 40px 20px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .cuerpo-noticia-articulo img {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
  }
}

/**************************************************/

/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */

.quienes-somos-voltfix {
  width: 100%;
  height: auto;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(white));
  background: linear-gradient(0deg, #e6e6e6 0%, white 100%);
  background-image: url(/images/circuitos-fondo.png?57787015c5e2e5a45f78417b16aa232d);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.contenedor-areas-quienes-somos {
  max-width: 1100px;
  padding: 40px 50px;
  margin: auto;
}

.contenedor-areas-quienes-somos h1 {
  font-size: 25px;
  color: #333333;
}

.contenedor-areas-quienes-somos h2 {
  font-size: 25px;
  line-height: 25px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 20px;
}

.contenedor-areas-quienes-somos p {
  margin: 20px auto;
  text-align: justify;
}

.contenedor-areas-quienes-somos ul {
  padding-left: 40px;
  padding-bottom: 10px;
}

.contenedor-areas-quienes-somos ul li {
  padding-left: 10px;
  text-align: justify;
}

.contenedor-areas-quienes-somos img {
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
  border-radius: 5px;
}

/*********************************************/

@media (max-width: 768px) {
  .contenedor-areas-quienes-somos {
    padding: 20px 20px;
  }

  .contenedor-areas-quienes-somos h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .contenedor-areas-quienes-somos h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .contenedor-areas-quienes-somos p {
    font-size: 14px;
  }

  .contenedor-areas-quienes-somos ul {
    padding-left: 40px;
    padding-bottom: 10px;
  }

  .contenedor-areas-quienes-somos ul li {
    padding-left: 10px;
    text-align: left;
  }

  .contenedor-areas-quienes-somos img {
    width: 100%;
    height: auto;
    margin: 20px auto 20px auto;
    border-radius: 5px;
  }
}

/**************************************************/

@media (max-width: 400px) {
  .contenedor-areas-quienes-somos {
    padding: 15px;
  }

  .contenedor-areas-quienes-somos h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .contenedor-areas-quienes-somos h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .contenedor-areas-quienes-somos p {
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
  }

  .contenedor-areas-quienes-somos ul {
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .contenedor-areas-quienes-somos ul li {
    padding-left: 10px;
    text-align: left;
  }

  .contenedor-areas-quienes-somos img {
    width: 100%;
    height: auto;
    margin: 20px auto 20px auto;
    border-radius: 5px;
  }
}

.slider {
  width: 100%;
  height: 550px;
  /*background-image: url();*/
  background-position: center top;
  background-size: cover;
}

.contenedor-caja-slider {
  width: 100%;
  max-width: 1100px;
  height: 550px;
  padding: 0px 50px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

.caja-slider {
  width: 35%;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.caja-slider h1 {
  font-weight: 700;
  color: white;
  font-size: 40px;
  text-align: right;
  text-transform: uppercase;
}

.caja-slider h2 {
  font-weight: 300;
  color: white;
  font-size: 40px;
  text-align: right;
  text-transform: uppercase;
}

.caja-slider h3 {
  font-weight: 300;
  color: white;
  font-size: 30px;
  text-align: right;
}

/****************************************************/

/****************************************************/

/****************************************************/

/****************************************************/

@media (max-width: 1000px) {
  .slider {
    width: 100%;
    height: 300px;
    background-image: url(/images/slider1.jpg?69c5e376fd61047ca7d3e9ea7a1dc2d7);
    background-position: center top;
  }

  .contenedor-caja-slider {
    height: 300px;
    padding: 0px 50px;
  }

  .caja-slider {
    width: 35%;
    height: 250px;
    padding: 30px;
  }

  .caja-slider h1 {
    font-size: 20px;
  }

  .caja-slider h2 {
    font-size: 20px;
  }

  .caja-slider h3 {
    font-size: 15px;
  }
}

/************************************/

@media (max-width: 768px) {
  .contenedor-caja-slider {
    height: 300px;
    padding: 0px 25px;
  }

  .caja-slider {
    width: 50%;
    height: 250px;
    padding: 15px;
  }

  .caja-slider h1 {
    font-size: 20px;
  }

  .caja-slider h2 {
    font-size: 20px;
  }

  .caja-slider h3 {
    font-size: 15px;
  }
}

/*************************************/

@media (max-width: 400px) {
  .slider {
    width: 100%;
    height: 200px;
    background-image: url(/images/slider1.jpg?69c5e376fd61047ca7d3e9ea7a1dc2d7);
    background-position: center top;
  }

  .contenedor-caja-slider {
    height: 200px;
    padding: 0px 10px;
  }

  .caja-slider {
    width: 70%;
    height: 150px;
    padding: 10px;
  }

  .caja-slider h1 {
    font-size: 15px;
  }

  .caja-slider h2 {
    font-size: 15px;
  }

  .caja-slider h3 {
    font-size: 10px;
  }
}

