@charset "UTF-8";
/*-------------------------------------------------------
CARGANDO FUENTES.caja-color
-------------------------------------------------------------*/
@font-face {
  font-family: 'Fuente1';
  src: url("fonts/HelveticaLT-Condensed-Black_gdi.eot");
  src: url("fonts/HelveticaLT-Condensed-Black_gdid41d.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLT-Condensed-Black_gdi.woff") format("woff"), url("../fonts/HelveticaLT-Condensed-Black_gdi.ttf") format("truetype"), url("../fonts/HelveticaLT-Condensed-Black_gdi.svg#HelveticaLT-Condensed-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Fuente2';
  src: url("fonts/RobotoCondensed-Regular-webfont.eot");
  src: url("fonts/RobotoCondensed-Regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular-webfont.woff") format("woff"), url("../fonts/RobotoCondensed-Regular-webfont.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fuente3';
  src: url("fonts/leaguegothic-regular-webfont.eot");
  src: url("fonts/leaguegothic-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguegothic-regular-webfont.woff") format("woff"), url("../fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("../fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fuente4';
  src: url("fonts/raleway_thin-webfont.eot");
  src: url("fonts/raleway_thin-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway_thin-webfont.woff") format("woff"), url("../fonts/raleway_thin-webfont.ttf") format("truetype"), url("../fonts/raleway_thin-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fuente5';
  src: url("fonts/ADAM.CG%20PRO-webfont.eot");
  src: url("fonts/ADAM.CG%20PRO-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ADAM.CG%20PRO-webfont.woff2") format("woff2"), url("../fonts/ADAM.CG%20PRO-webfont.woff") format("woff"), url("../fonts/ADAM.CG%20PRO-webfont.ttf") format("truetype"), url("../fonts/ADAM.CG%20PRO-webfont.svg#adam.cg_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Fuente6';
  src: url('fonts/robotodraft-webfont.eot');
  src: url('fonts/robotodraft-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/robotodraft-webfont.woff2') format('woff2'),
  url('fonts/robotodraft-webfont.woff') format('woff'),
  url('fonts/robotodraft-webfont.ttf') format('truetype'),
  url('fonts/robotodraft-webfont.svg#webfontregular') format('svg');
  font-weight: normal;
  font-style: normal;

}


/*-----------------------------------------
ESTILOS GENERALES
Usado para aplicar formato basico al sitio.
-----------------------------------------*/

@font-face {font-family: 'Fuente2'; src: url('fonts/RobotoCondensed-Regular-webfont.eot');   src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),    url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),    url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),   url('fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');    font-weight: normal; font-style: normal;  }
h1{ font-size: 2.25em;/* 36-16*/  font-family: "Fuente2";}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }



  body{
  font:16px /1.5 Fuente6, sans-serif;
  color: #525252;
}

h1 {
  font-size: 2.25em;
  /* 36-16*/
  font-family: "Fuente2"; }

h2 {
  font-size: 1.875em;
  /* 30-16*/ }

h3 {

  font-size: 1.5em;
  /*24-16*/ }

h4 {
  font-size: 1.125em;
  /*18-16*/ }

h5 {
  font-size: 0.875em;
  /*14p-16*/ }

h6 {
  font-size: 0.75em;
  /*12-16*/ }

a {
  color: #000000;
  text-decoration: none; }

a:hover {
  color: #f15a22;
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

  .page-header h2, .titulo-pagina, .page-title, .pagina-galeria-imagenes h2 {
    font-family: 'Fuente2';
    text-transform: uppercase;
    margin: .32em 0 .6em;
    padding: 0 0 10px 0;
    border-bottom: 5px solid #f15a22;
    font-size: 3em;
}

/*.bienvenidos {
  background: url("../images/fondo-encabezado.jpg") no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }



#bienvenidos:before {
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.1);
}          

*/


.encabezado {
  background: #072146;
  color: #fff;
  padding: .5rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.encabezado.fondo-menu {
  background: #064e4e;
  padding: 0.5rem 0; }

.encabezado .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.encabezado .logo img {
  width: 60px;
  height: auto; }

/*Estilos para el boton: buscar y menu*/
.boton-buscar,
.boton-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #fff; }

.boton-buscar:focus,
.boton-menu:focus {
  outline: 0; }

.boton-buscar {
  margin-left: auto;
  margin-right: .8rem; }

/*Estilos bloque buscar*/
#bloque-buscar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.contenedor-bloque-buscar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  margin: 1rem 0; }

.contenedor-bloque-buscar input[type="text"] {
  border: 0;
  border-radius: 5px 0 0 5px;
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

#menu-principal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

#menu-principal ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0; }

#menu-principal ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #8c8888;
  text-decoration: none;
  border: 0;
  border-radius: 0 0 0 0; }

#menu-principal ul a:hover,
#menu-principal ul li.active a {
  color: #12AFAF; }

ul, ol {
  list-style: none; }

#menu-principal > li {
  float: left; }

#menu-principal li a {
  background-color: #072146;
  color: #fff;
  text-decoration: none;
  padding: 10px 12px;
  display: block; }

#menu-principal li a:hover {
  background-color: #434343; }

#menu-principal li ul {
  display: none;
  position: absolute;
  min-width: 140px; }

#menu-principal li:hover > ul {
  display: block; }

#menu-principal li ul li {
  position: relative; }

.texto-encabezado {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.texto-encabezado .display-4 {
  margin-top: 4rem; }

.texto-encabezado .btn-primary {
  margin-top: 1rem; }

.btn-primary,
.btn-primary:focus {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 1em .8em;
  font: .9em/1.3 'Fuente2';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: #f15a22;
  z-index: 3;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.btn-primary:hover {
  background: #202b30; }

.btn-primary:before,
.btn-primary:focus:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(45deg, 0);
  transform: skew(45deg, 0);
  -webkit-backface-visibility: hidden;
  content: '';
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #202b30;
  z-index: -1; }

/*Correcion tamaño fuente en Slide animado: Se reducia mucho por la medida en em*/
.slide .btn-primary,
.slide .btn-primary:focus {
  font: 1.5em/1.3 'Fuente2'; }

.btn-primary:after,
.btn-primary:focus:after {
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  font-family: "FontAwesome";
  content: "\f18e";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  left: 10px;
  margin-right: 13px; }

.btn-primary:hover:before,
.btn-primary:focus:hover:before {
  visibility: visible;
  width: 140%;
  left: -20%;
  overflow: hidden; }

.btn-primary:hover:after,
.btn-primary:focus:hover:after {
  left: 13px; }

.flecha-bajar a {
  display: inline-block;
  position:relative;
  top:51px;


  color:#fff;
  font-size: 4rem;
  -webkit-animation: flecha-animada 2s ease-in-out infinite;
          animation: flecha-animada 2s ease-in-out infinite; }

@-webkit-keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
/*-------------------------------------------
ESTILOS PAGINA NOSOTROS
--------------------------------------------*/
.bloque-nosotros img {
  width: 80%;
  position: relative;
  border-radius: 50%;
  display: block;
  margin: .5em auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 5px #f15a22;
          box-shadow: 0px 0px 0px 5px #f15a22;
  webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.bloque-nosotros .col-md-4 img:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.content  img:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }


/*-----------------------------
SECCION AGENCIA
------------------------------*/
.agencia {
      background: #12AFAF;
    color: #fff }

.agencia img {
  width: 80%;
  margin: 0 auto;
  display: block; }

/*-----------------------------
SECCION CONTROL
------------------------------*/
.control {
  background: #1973b8;
  color: #fff; }

.control img {
  width: 80%;
  margin: 0 auto;
  display: block; }

/*----------------------------
SECCION TU MEJOR ELECCIÓN
----------------------------*/
.tu-mejor-eleccion h2 span {
  color: #12AFAF; }

.tu-mejor-eleccion ul,
.tu-mejor-eleccion ul li {
  list-style: none; }

.tu-mejor-eleccion ul li .fa {
  font-size: 2.3rem;
  background: #009500;
  border-radius: 50%;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 4.7rem;
  color: #fff; }

.tu-mejor-eleccion ul li .contenedor-eleccion h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: .8rem; }

.tu-mejor-eleccion ul li {
  min-height: 9rem; }

/*-------------------------------
SECCION SERVICIOS
--------------------------------*/
.servicios {
  background: url("../images/fondo-servicios.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed !important;
  color: #fff; }

.servicios article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0; }

.servicios img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  overflow: hidden;
  margin-right: 1rem; }

.servicios h3 {
  margin: 0;
  font-size: 1.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.servicios h3 a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }

.servicios h3 a::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 2rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.servicios h3 a:hover::after {
  left: -.5rem;
  opacity: 1;
  color: #12AFAF; }

/*---------------------------------
SECCION ÚLTIMOS PROYECTOS
------------------------------------*/
.ultimos-proyectos a {
  text-decoration: none; }

.ultimos-proyectos a h4 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #111111; }

.ultimos-proyectos .container {
  padding-left: 0;
  padding-right: 0; }

.ultimos-proyectos .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: .3rem 0; }

.ultimos-proyectos .owl-prev,
.ultimos-proyectos .owl-next {
  font-size: 3rem;
  margin: 0 .5rem;
  color: #12AFAF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.ultimos-proyectos .owl-prev:hover,
.ultimos-proyectos .owl-next:hover {
  color: #009500; }

/*----------------------------------------
SECCION PIE DE PAGINA
-----------------------------------------*/
.piedepagina {
  background: #111111;
  color: #fff;
  text-align: center;
  font-size: .9rem; }

.piedepagina .redes-sociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.piedepagina .redes-sociales a {
  color: #fff;
  font-size: 2rem;
  margin: 0 .5rem;
  opacity: .7;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.piedepagina .redes-sociales a:hover {
  opacity: 1; }

.ir-arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #12afaf;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.ir-arriba:hover,
.ir-arriba:focus {
  outline: 0;
  text-decoration: none;
  color: #fff; }

/*-------------------------------------------
ESTILOS PAGINA NOSOTROS
--------------------------------------------*/
.paginas-internas .bienvenidos {
  height: 50vh; }

.paginas-internas .ruta {
  background: #12AFAF;
  color: #fff; }

.paginas-internas .ruta a {
  color: #fff;
  text-decoration: underline; }

.paginas-internas .ruta a:hover {
  text-decoration: none; }

.paginas-internas .panel .panel-heading {
  font-size: 1.2rem; }

.paginas-internas .panel .panel-heading a {
  background: #12AFAF;
  color: #fff;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.paginas-internas .panel .panel-heading a:hover {
  background: #009500;
  color: #fff; }

/*-------------------------------------------
ESTILOS PAGINA SERVICIOS
--------------------------------------------*/
.paginas-internas .lista-servicios {
  background: #009500; }

.paginas-internas .lista-servicios .item-servicios {
  background: #ffffff;
  text-align: center;
  border: 5px solid #057705;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem; }

.paginas-internas .lista-servicios .item-servicios .fa {
  font-size: 6rem;
  color: #12AFAF;
  margin-bottom: 1rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.paginas-internas .lista-servicios .item-servicios:hover .fa {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*-------------------------------------------
services section styling
--------------------------------------------*/
.services,
.teams {
  color: #fff;
  background: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.services .title::before,
.teams .title::before {
  background: #fff;

   }



.services .title::after,
.teams .title::after {
  content: "CLP-Tovar";
  background: #111; 
  color: white;
 
}


.services .serv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

/*---------------------------------------------
EMPIEZAN LAS MEDIAS QUERIES
--------------------------------------------*/


@media (min-width: 768px) {



  #menu-principal {
    height: auto !important;
    display: block;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
   -webkit-box-ordinal-group: 2;
   -ms-flex-order: 1;
   order: 1; 
          }

  #menu-principal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 0; 
    list-style: none;

  }

  #menu-principal ul li a {
    padding: .8rem;
    text-transform: capitalize;
    margin: 0 .3rem;
    border-top: 0px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

     }

  #menu-principal ul li.active a,
  #menu-principal ul li a:hover {
    color: #12AFAF;
    border-bottom: 4px solid;
     }

#menu-principal > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}




  .boton-buscar {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }





  #bloque-buscar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    width: 20rem;
    right: 3rem;
    top: 2.8rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

  .servicios article {
    margin: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }

  .servicios img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 1rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

  .servicios article:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

  .servicios h3 a::after {
    content: ""; }

  .servicios h3 {
    margin: 0 0 .5rem 0;
    font-size: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }

  .servicios h3 a {
    display: block;
    width: 100%; }

  .servicios p {
    width: 100%; }

  .servicios .btn-secondary {
    margin-top: auto; }

  .paginas-internas .lista-servicios .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .paginas-internas .lista-servicios .item-servicios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .paginas-internas .lista-servicios .item-servicios .btn-primary {
    margin-top: auto; } 

  }


@media (min-width: 992px) {
  
  html {
    font-size: 16px; }

  .bienvenidos {
    background: url("../images/fondo-encabezado-grande.jpg") no-repeat center top;
    background-size: 95%;
    margin-top: 5px;  
    margin-bottom: 5px;     
    background-position: 0px 90px; }

    .bienvenidos2 {
    background: url("../images/banner.jpg") no-repeat center top;
    background-size:104%; 
    margin-top: 1px;  
    margin-bottom: 1px; 
    
     background-attachment: fixed !important;
  height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;    
    background-position: 0px 80px; }  

  .tu-mejor-eleccion ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 7rem; }

  .tu-mejor-eleccion ul li .fa {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 1rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

  .tu-mejor-eleccion ul li:hover .fa {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    background: #12AFAF; }

  .contenedor-eleccion {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px; }

  .tu-mejor-eleccion ul li .contenedor-eleccion h4 {
    margin-top: 0;
    font-size: 1rem; }

  .tu-mejor-eleccion ul:first-child .fa {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 1rem;
    margin-right: 0; }

  .tu-mejor-eleccion ul li p {
    font-size: .85rem;
    width: 100%; }

  .servicios {
    background: url("../images/fondo-servicios-grande.jpg") no-repeat center center;
    background-size: cover; } 

  }




@media (max-width: 991px) {
  .max-width {
    padding: 0 50px; } }

@media (max-width: 947px) {
  .services .serv-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px; } }

@media (max-width: 690px) {

  .services .serv-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    position: relative; }




  .submenu1 {
    border: 1px solid #CCC;
    text-align: center;
    right: 10px;
    position: absolute;
    top: 105px;
    padding: 5px 0px 5px 5px;
    margin: 0; } }
.contentx {
  width: 100%; }

.title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: steelblue;
  width: 97%; }

.left {
  padding-left: 10px;
  padding-top: 10px;
  margin-left: 57px;
  float: left;
  position: relative;
  width: 45%;
  border: none;
  height: auto; }

.right {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  float: left;
  width: auto;
  color: black;
  border: steelblue solid 5px;
  background-color: steelblue;
  height: 120%; }

.main {
  width: 50%;
  margin: 50px auto; }

.form-group .form-control {
  padding-left: 2.375rem; }

.form-group .form-control-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa; }

.piedepagina {
  background-color: #252525;
  color: #bfbfb5;
  font-size: .85em; }

.piedepagina .container {
  padding-bottom: .5rem; }

.piedepagina h3 {
  font-size: 1.1rem;
  color: #dddddd;
  margin: 1.5rem 0 1rem 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0 -1px rgba(255, 255, 255, 0.15) inset;
          box-shadow: 0 -1px rgba(255, 255, 255, 0.15) inset;
  padding-bottom: 1rem; }

.sobre-nosotros .logo-pie {
  display: block;
  margin: 1rem auto;
  width: 60%; }

h3.titulo-modulo {
  color: #fff;
  padding: 1rem 0;
  font-size: 1.2rem;
  margin: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }

.normal-legales,
.normal-legales li {
  margin: 0;
  padding: 0;
  list-style: none; }

.normal-legales > li > a {
  position: relative;
  display: block;
  padding: .8rem 0;
  border-bottom: 1px solid #363636;
  color: #bfbfbf;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.normal-legales li:first-child a {
  padding-top: 0; }

.normal-legales > li > a:focus,
.normal-legales > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #fff; }

.normal-legales > li > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: block;
  padding: 0;
  position: relative;
  display: inline-block;
  left: 0;
  width: 14px;
  height: 14px;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }


.normal-legales > li:hover > a:before {
  left: .3em; }

.piedepagina p {
  text-align: left; }

.piedepagina a {
  text-align: left; }

.informacion-de-contacto li {
  text-align: left; }

.piedepagina li {
  text-align: left; }

/* all similar content styling codes */
section {
  padding: 0px 0; }

.max-width {
  max-width: 1300px;
  padding: 0 80px;
  margin: auto; }

.services {
  font-family: 'Poppins', sans-serif; }

.services .serv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

section .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-family: 'Ubuntu', sans-serif; }

section .title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 180px;
  height: 3px;
  background: #111;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

section .title::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 20px;
  color: crimson;
  padding: 0 5px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

/* services section styling */
.services {
  color: #fff;
  background: #002c5be6; }

.services .title::before {
  background: #fff; }

.services .title::after,
.title::after {
  background:  #0275d8;
  content: url("../images/fondo-servicios.jpg") no-repeat center center; }

.services .serv-content .card {
  width: calc(33% - 20px);
  background: #222;
  text-align: center;
  border-radius: 6px;
  padding: 35px 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.services .serv-content .card:hover {
  background: crimson; }

.services .serv-content .card .box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.services .serv-content .card:hover .box {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.services .serv-content .card i {
  font-size: 50px;
  color: crimson;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.services .serv-content .card:hover i {
  color: white; }

.services .serv-content .card .text {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 7px 0; }


@media (max-width: 991px) {
  .max-width {
    padding: 0 50px; } }
@media (max-width: 947px) {
  .max-width {
    max-width: 930px; }

  .services .serv-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px; } }
@media (max-width: 690px) {
  .max-width {
    padding: 0 23px; }

  .services .serv-content .card {
    width: 100%; }


  #ygp {
    display: none;
  }


     }
.panel-primary > .panel-heading {
  color: #eee;
  background-color: #dc3545;
  border-color: #337ab7; }

  /*----------------------------------------------------------------*/
/*Base Styles*/
/*----------------------------------------------------------------*/
/*PreLoader*/
#pageloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 99999;
  overflow: hidden;
}
#pageloader .loader-item {
  height: 130px;
  width: 130px;
  border-radius: 50px;
  left: calc(50% - 65px);
  top: calc(50% - 100px);
  text-align: center;
  position: absolute;
}

/*# sourceMappingURL=estilos.css.map */

/* Divider | Fancy */

.fancy-divider svg {
  display: block
}
.fancy-divider svg:not(:root) {
  overflow: hidden
}
/* Decoration SVG */

.section .section-divider {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  background-color: inherit;
  z-index: 1
}
.section-divider.triangle.up, .section-divider.triangle.down {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.section-divider.triangle.up {
  top: -25px
}
.section-divider.triangle.down {
  bottom: -25px
}
.section-divider.triple-triangle:after, .section-divider.triple-triangle:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: inherit;
  z-index: 1
}
.section-divider.triple-triangle.up:after {
  left: -36px;
  top: 50px
}
.section-divider.triple-triangle.up:before {
  right: -50px;
  top: -36px
}
.section-divider.triple-triangle.down:after {
  left: -51px;
  top: 35px
}
.section-divider.triple-triangle.down:before {
  right: -35px;
  top: -50px
}
.section-divider.triple-triangle.up, .section-divider.triple-triangle.down {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.section-divider.triple-triangle.up {
  top: -25px
}
.section-divider.triple-triangle.down {
  bottom: -25px
}
.section-divider.square.up, .section-divider.square.down {
  width: 70px;
  height: 70px;
  margin-left: -35px
}
.section-divider.square.up {
  top: -25px
}
.section-divider.square.down {
  bottom: -25px
}
.section-divider.circle.up, .section-divider.circle.down {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  -webkit-border-radius: 100%;
  border-radius: 100%
}
.section-divider.circle.up {
  top: -25px
}
.section-divider.circle.down {
  bottom: -25px
}
/* Decoration Image | height:100px - fallback */

.section .section-decoration {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  background-repeat: repeat-x;
  z-index: 1;
}
.section .section-decoration.top {
  top: 0;
  background-position: center top;
}
.section .section-decoration.bottom {
  bottom: 0;
  background-position: center bottom;
}

.section.full-width>.one.column, .section.full-width>.section_wrapper>.one.column, .section.full-width .one.wrap .one.column {
  width: 100%;
  margin: 0;
}


.circular--square {
  border-radius: 50%;
}



.content {

  hvertical-align: middle;
  text-align: center;
}

#contenedor-imagen img {
 border: 5px solid #eee;
 -webkit-transition: all 0.5s ease-out;
 -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
}

