/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Indice
   
   1- layout
   2- toolbar submenu
   3- header
   4- logo
   5- menu
    dropdown menu
    offcanvas
    contacto

   6- slideshow
   7- inicio modulos
    servicios
    productos y sobre epsi
    preguntas frecuentes

   8- solicitud de servicio

   9- footer
   10- secciones internas
     breadcrumbs
     titulos
     textos
     iconos   

   responsive
   1- media query de 1200px
    layout

   2- media query de 768px
    inicio modulos   
 ========================================================================== */

/* 1- layout */

body, html {
  background: #eeeeee;
}

div {
  box-sizing: border-box;
  word-wrap: break-word;
  font-weight: 300;
}

.world-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#yoo-zoo.yoo-zoo.zoo-filter-result.blog-uikit .row {
    margin-left: 0px !important;
}

.tm-article-container {
  overflow: hidden;
}

.resultados-productos select {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#tm-main {
  margin-top: 0px;
  margin-bottom: 15px;
}

.tm-noblog .tm-content, .tm-isblog .tm-article.tm-article-box, .yoo-zoo .uk-article, .uk-panel-box {
  border-radius: 0;
  padding: 30px 60px;
  box-shadow: none;
  background: #ffffff;
}

.uk-alert-warning {
  background: #f8f9fb;
  color: #006fb2;
}

.uk-button {
  background: #006fb2;
  color: #ffffff;
  margin-top: 7px;
}

.uk-button:hover {
  background-color: #25A4EF;
  color: #ffffff;
}

/* 2- toolbar submenu */

.tm-toolbar {
  /*! position: absolute; */
  width: 100%;
  background: transparent;
}

.telefonos * {
  color: #00497C;
  font-size: 18px;
}

.telefonos .phone {
  margin-left: 15px;
  font-weight: 400;
}

.telefonos i {
  margin-right: 10px;
}

.telefonos .redes a:last-child i {
  margin-right: 0px;
}


/* 3- header */

.tm-navbar {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
}

.uk-navbar {
  background: transparent;
  color: #666666;
}

.tm-navbar .tm-headerbar .uk-flex.uk-flex-middle {
  width: 100%;
  align-items: inherit;
  display: inline;
}

/* 4- logo */

.tm-logo {
  margin-bottom: -30px;
  margin-top: 10px;
  float: left;
}

/* 5- navbar menu */


.tm-navbar .tm-headerbar nav {
  float: right;
}

.tm-navbar .uk-navbar-nav > li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}

.tm-navbar .uk-navbar-nav > li > a {
  padding: 0px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  height: auto;
  padding-bottom: 10px;
}

.tm-navbar .uk-navbar-nav > li.uk-active > a, 
.tm-navbar .uk-navbar-nav > li:focus> a,
.tm-navbar .uk-navbar-nav > li:hover > a {
  color: #006FB0;
}

.tm-navbar .uk-navbar-nav > li > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background: #006FB0;

  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tm-navbar .uk-navbar-nav > li.uk-active > a::after, 
.tm-navbar .uk-navbar-nav > li:hover > a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* dropdown menu */

.uk-dropdown {
  background: #ffffff;
  color: #666666;
  margin-top: 0px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
  width: 300px;
}

.uk-dropdown ul > li {
  position: relative;
}

.uk-dropdown ul > li > a {
  color: #666666;
  font-weight: 400;
}

.uk-dropdown ul > li.uk-active > a, 
.uk-dropdown ul > li:focus> a,
.uk-dropdown ul > li:hover > a {
  color: #006FB0;
}

.uk-dropdown ul > li > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background: #006FB0;

  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.uk-dropdown ul > li.uk-active > a::after, 
.uk-dropdown ul > li:hover > a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

ul.uk-navbar-nav li:nth-child(4n) > .uk-dropdown ul.uk-nav > li > a {
  color: #ea8839;
  font-size: 18px;
}

ul.uk-navbar-nav li > .uk-dropdown ul.uk-nav-sub > li > a {
  color: #006eb0;
  font-size: 16px;
}

.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*="uk-width-"]:nth-child(n+2) {
  border-left: 1px solid rgba(221, 221, 221, 0.5);
}


/* offcanvas */

.uk-navbar-toggle.uk-hidden-large {
  color: #00497C;
}

.uk-offcanvas-bar {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

.uk-offcanvas-bar ul > li {
  position: relative;
}

.uk-offcanvas-bar ul > li > a {
  color: #666666;
  font-weight: 400;
}

.uk-offcanvas-bar ul > li.uk-active > a, 
.uk-offcanvas-bar ul > li:focus> a,
.uk-offcanvas-bar ul > li:hover > a {
  color: #006FB0;
}

.uk-offcanvas-bar ul.uk-nav.uk-nav-offcanvas > li > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background: #006FB0;

  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.uk-offcanvas-bar ul.uk-nav.uk-nav-offcanvas > li.uk-active > a::after, 
.uk-offcanvas-bar ul.uk-nav.uk-nav-offcanvas > li:hover > a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.uk-offcanvas-bar .uk-panel.close-icon-offcanvas {
  margin: 0px;
}

.uk-offcanvas-bar .offcanvas-close-icon.uk-close {
  border: 2px solid;
  color: #666666;
  border-radius: 50px;
  float: right;

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.uk-offcanvas-bar .offcanvas-close-icon.uk-close:hover{
  color: #00497C;  
  padding: 5px;
  opacity: 1;
} 

.uk-offcanvas-bar .offcanvas-close-icon.uk-close:hover::after {
  color: #00497C;
}

.uk-offcanvas-bar .offcanvas-close-icon.uk-close::after {
  color: #666666;
}

/* contacto */

.uk-offcanvas-bar .telefonos .phone {
  margin-left: 0px;
  margin-top: 5px;
}

i:hover {
  color: #25A4EF;
}




/* 6- slideshow */




/* 7- inicio modulos */

#tm-top-b div[class*="inicio-"], 
#tm-top-c div[class*="inicio-"] {
  height: 100%;
  min-height: 308px;
}

div[class*="inicio-"] > .imagen > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 308px;
}

div[class*="inicio-"] > .texto {
  padding: 10px 60px 10px 60px;
}

.boton-ver-mas {
  position: absolute;
  /*! height: 279px; */
  bottom: 10px;
  right: 35.5%;
  /*! width: 100%; */
}


/* servicios */

.inicio-servicios {
  background-color: #EA8839;
  color: #ffffff;
}

.inicio-servicios h3{
  color: #ffffff;
  font-weight: 400;
}

.inicio-servicios .boton-ver-mas a {
  float: right;
  color: #ffffff;
}

.inicio-servicios .boton-ver-mas a:hover {
  color: #006eb0;
}


/* productos y sobre epsi */

.inicio-productos, 
.inicio-sobre-epsi {
  background-color: #ffffff;
  color: #666666;
}

.inicio-productos h3, 
.inicio-sobre-epsi h3 {
  color: #006EB0;
  font-weight: 400;
  margin-bottom: 0px;
}

.inicio-productos .texto h4 {
  color: #666666;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.inicio-productos .boton-ver-mas a, 
.inicio-sobre-epsi .boton-ver-mas a {
  float: right;
  color: #006eb0;
}

.inicio-productos .boton-ver-mas a:hover, 
.inicio-sobre-epsi .boton-ver-mas a:hover {
  color: #25A4EF;
}

/* productos select */

select {
    margin-top: 15px;
    border: 2px solid #25a4ef;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url('../../../images/imagenes/layout/select.png') !important;
    background-position: 95%,50% !important;
    background-repeat: no-repeat !important;
}

/* preguntas frecuentes */

.inicio-preguntas-frecuentes {
  background-color: #25A4EF;
  color: #ffffff;
}

.inicio-preguntas-frecuentes h3{
  color: #ffffff;
  font-weight: 400;
}

.inicio-preguntas-frecuentes .boton-ver-mas a {
  float: right;
  color: #ffffff;
}

.inicio-preguntas-frecuentes .boton-ver-mas a:hover {
  color: #EA8839;
}



/* 8- solicitud de servicios */

.uk-form select:focus, .uk-form textarea:focus, .uk-form input:focus:not([type]), .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
  border-color: #006fb0 !important;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  color: #666666;
  box-shadow: none;
}

.solicitud-de-servicios {
  background: #ffffff;
}

.solicitud-de-servicios img {
  width: 100%;
  height: 464px;
  object-fit: cover !important;
  object-position: 50% 50%;
}

.solicitud-de-servicios .uk-panel.uk-panel-space.uk-width-1-1 {
  text-align: left;
  color: #006FB0;
  font-size: 18px;
  padding: 30px;
}

.solicitud-de-servicios .uk-panel.uk-panel-space.uk-width-1-1 h3 {
  color: #006FB0;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
}

.solicitud-de-servicios .uk-form input:not([class*="uk-form-width-"])
:not([class*="uk-width-"])
:not([type="radio"])
:not([type="checkbox"])
,
.solicitud-de-servicios .uk-form select:not([class*="uk-form-width-"])
:not([class*="uk-width-"])
,
.solicitud-de-servicios .uk-form textarea:not([class*="uk-form-width-"])
:not([class*="uk-width-"]) {
  width: 100%;
  border: 1px solid #cccccc;
  color: #666666;
  margin-bottom: 10px;
  padding: 10px;
  height: auto;
}

.solicitud-de-servicios ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666 !important;
}

.solicitud-de-servicios ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666 !important;
}

.solicitud-de-servicios :-ms-input-placeholder {
  /* IE 10+ */
  color: #666666 !important;
}

.solicitud-de-servicios :-moz-placeholder {
  /* Firefox 18- */
  color: #666666 !important;
}

.solicitud-de-servicios .uk-button.uk-button-primary {
  position: relative;
  margin-top: -56px;
  float: right;
  background: #006FB0;
  color: #ffffff !important;
  border: none;
  font-weight: 400;
  margin-right: 1px;
}

.solicitud-de-servicios > .uk-width-large-1-2:last-child .uk-panel.uk-panel-space.uk-width-1-1 > * textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  height: 130px;
  padding-bottom: 40px;
  color: #666666;
}

.solicitud-de-servicios > .uk-width-large-1-2:last-child .uk-panel.uk-panel-space.uk-width-1-1 > * {
  max-width: 530px;
}

.solicitud-de-servicios > .uk-width-large-1-2:last-child .uk-panel.uk-panel-space.uk-width-1-1 > * input[type="text"] {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 7px 10px;
  height: auto;
  width: 100%;
  color: #666666;
}

.solicitud-de-servicios .uk-button.uk-button-primary:hover,
.solicitud-de-servicios .uk-button.uk-button-primary:focus {
  background: #25a4ef;
  color: #ffffff !important;
}

/* 9- footer */

#tm-footer {
  background: transparent;
  margin-top: 0px;
  padding-top: 0px;
}

#tm-footer .tm-footer-right {
  padding-right: 0px;
}

#tm-footer .tm-footer-right p {
  margin: 0px;
  color: #666666;
  font-weight: 400;
}

.tm-footer a {
  color: #006FB0;
}

.tm-footer a:hover, 
.tm-footer a:focus {
  color: #25A4EF;
}


/* 10- secciones internas */

/* breadcrumbs */

.titulo-header ul.uk-breadcrumb {
  background-image: url('../../../images/imagenes/slideshow/inicio-slideshow-1.jpg');
  background-size: cover;
  background-position-y: 20%;
}

.titulo-header ul.uk-breadcrumb li span {
  line-height: 150px;
  font-size: 32px;
  color: #ffffff;
  margin-left: 60px;
}

.titulo-header ul.uk-breadcrumb li {
  width: 100%;
  text-align: left;
}

.titulo-header .uk-breadcrumb li:not(.uk-active) {
  display: none;
}

.uk-breadcrumb > li:nth-child(n+2)::before {
    content: '';
    display: inline-block;
    margin: 0px;
    color: #666666;
}

/* titulos */

h3 {
  color: #0071ba;
  font-weight: 400;
}

/* titulo tabla */

h3.titulo-tabla {
  background: #00497c;
  color: #ffffff;
  margin: 60px 0px 0px 0px;
  padding: 5px 0px;
}

/* texto */

p {
  font-weight: 300;
}

/* iconos */

p.marker::before
{

  content: "\f041";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #666666;

}

p.phone::before
{

  content: "\f095";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #666666;

}

p.email::before
{

  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #666666;

}

p.user::before
{

  content: "\f007";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #666666;

}

p.web::before
{

  content: "\f0ac";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #666666;

}

/* imagenes */

.uk-align-medium-left a {
  text-align: center;
  display: block;
  margin: 0px auto 15px auto;
}

/* imagen producto */

article.uk-article .imagen-producto .uk-slideset-nav.uk-dotnav.uk-flex-center.uk-margin-bottom-remove {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
}

article.uk-article .imagen-producto {
  position: relative;
}

article.uk-article .imagen-producto .uk-slidenav-position.uk-margin {
  margin: 0;
}

/* boton descargar pdf */

.filedownload a {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 0px;
  background-color: #00497c;
}
.filedownload a:hover {
  background-color: #25A4EF;
}

/* teaser producto */

.yoo-zoo.blog-uikit > h2.uk-h3 {
    display: none;
}

.titulo-producto-teaser h4 > ul.uk-subnav {
    display: none;
}

article.uk-article.uk-text-center.teaser-producto {
    padding: 20px !important;
}

/* filtro de busqueda producto */

.resultados-productos .zoo-filter .form-element-row.select {
    padding: 5px;
    width: 100%;
    float: left;
    margin-right: 15px;
    max-width: 29%;
}

.ordering select {
    width: 100%;
    max-width: 44.5%;
    float: left;
    margin-right: 20px;
}

h2.pos-title {
    font-size: 20px;
    font-weight: 400;
}


body .tm-content .yoo-zoo.blog-uikit .uk-grid div[class*="uk-width"] article.uk-article {
    padding: 15px;
    text-align: center;
}



/* preguntas frecuentes */

.uk-accordion-title {
    text-transform: none;
    font-size: 18px;
    padding: 0px 0px 20px 0px;
}


/* contacto */

input[type="text"], select, textarea {
  width: 100% !important;
  margin-bottom: 15px !important;
  box-sizing: border-box;
}


/* responsive */

/* media query de 1200px */

@media screen and (min-width: 1200px) {

/* layout */
[class*="tm-"].uk-container.uk-container-center, .tm-toolbar > .uk-container.uk-container-center {
  padding: 0px 90px;
}

/* slideshow */
.inicio-slideshow .uk-overlay-panel {
  padding: 60px;
}

}

/* logo */

.tm-logo-small {
  display: block;
  position: absolute;
  margin-top: 10px;
}

/* media query de 768px */

@media screen and (max-width: 768px) {

/* layout */

.tm-noblog .tm-content, .tm-isblog .tm-article.tm-article-box, .yoo-zoo .uk-article {
  border-radius: 0;
  padding: 5%;
  box-shadow: none;
  background: #ffffff;
}

/* inicio modulos*/


#tm-top-b div[class*="inicio-"], 
#tm-top-c div[class*="inicio-"] {
  height: auto;
  min-height: auto;
}

div[class*="inicio-"] > .imagen > img {
  min-height: auto;
  max-height: 300px;
}

div[class*="inicio-"] > .texto {
  padding: 20px;
}

.boton-ver-mas {
  position: absolute;
  bottom: 20px;
  right: 20px;
}


/* solicitud de servicio */

.solicitud-de-servicios .uk-panel.uk-panel-space.uk-width-1-1 {
  padding: 20px;
}

.solicitud-de-servicios img {
  height: auto !important;
}

.solicitud-de-servicios .uk-button.uk-button-primary {
  position: relative;
  margin-top: 20px;
  float: inherit;
  margin-right: 0px;
  width: 100% !important;
}

/* breadcrumbs */

.titulo-header ul.uk-breadcrumb li span {
    font-size: 24px;
    margin-left: 0px;
    word-wrap: break-word;
    text-align: center;
    width: 100%;
}

/* filtro de busqueda producto */

.resultados-productos .zoo-filter .form-element-row.select {
    padding: 0px;
    width: 100%;
    float: left;
    margin-right: 0px;
    max-width: 100%;
}

}


/* media query de 360px */

@media screen and (max-width: 360px) {

/* inicio modulos*/

div[class*="inicio-"] > .imagen > img {
  min-height: auto;
  max-height: 260px;
}

}