@charset "utf-8";
/* CSS Document */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
  url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}
html {
  font-display: swap;
  font-family: 'Roboto';
  font-size: 14px;
}
a {
  text-decoration: none;
  color: #1b97d4;
}
a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #1b97d4;
}
a:hover {
  color: #333;
}
ol, ul {
  margin: 0;
  list-style-position: inside;
}
p {
  margin: 0;
  margin-bottom: 10px;
  line-height: 24px; font-size: 14px;
}
hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  width: 70%;
}
h1 {font-size: 40px; line-height: 56px; font-weight: 500;margin-bottom: 10px;color:#333333;letter-spacing:normal;font-family: 'Roboto';}
h2 {font-size: 32px; line-height: 46px; font-weight: 500;margin-bottom: 10px;color:#333333;letter-spacing: normal;font-family: 'Roboto';}
h3 {font-size: 28px; line-height: 40px; font-weight: 500;margin-bottom: 10px;color:#333333;letter-spacing:normal;font-family: 'Roboto';}
h4 {font-size: 24px; line-height: 34px; font-weight: 500;color:#333333;letter-spacing:normal;margin-bottom: 10px;font-family: 'Roboto';}
h5 {font-size: 19px; line-height: 29px; font-weight: 500;color:#333333;letter-spacing: normal;margin-bottom: 10px;font-family: 'Roboto';}
h6 {font-size: 16px; line-height: 26px; font-weight: 500;color:#333333;letter-spacing: normal;margin-bottom: 10px;font-family: 'Roboto';}
.site {
  width: 100%;
}
#header {
  position: fixed;
  width: 100%;
  padding:0px;
  z-index: 13000;
  top: 30px;
  left: 0;
}
b, strong {
  font-weight: 500;
}
/*
#header.header-scrolled {
  opacity: 0;
  height: 0;
  transition: all .35s ease-in-out
}
*/
.container {
  max-width: 1240px !important;
  margin: auto !important;
}
#content {
  width: 100%;
}
#primary {
  padding: 40px 0px 40px 0px;
}
#footer {
  background: #333;
  padding: 80px 0 0 0;
}
.top-footer {
  padding-bottom: 60px;
}
.site-footer {
  width: 100%;
  background: #333;
  padding: 60px 0px 40px 0px;
  margin-top: 40px;
}
#breadcrumbs {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-size: 14px;
  font-style: italic
}
#breadcrumbs a {
  color: #ffffff !important;
}
/*-------------------HEADER MENU --------------------*/
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 0rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  width: 276px;
  height: auto;
  transition: all .35s ease-in-out
}
.header nav {
  z-index: 1000;
  width: auto;
  float: right;
  margin: 15px 0 0 0;
}
.navbar-brand .header-scrolled {width: 176px; height: auto;transition: all .35s ease-in-out}
.bgcolor{
  top:0px !important;
  background-color: rgba(27,151,212,.9);
  transition: all .35s ease-in-out
}
@media screen and (max-width: 800px) {
  .menu_bar {
    display: block;
    width: auto;
    float: right;
  }
  .navbar-brand img {
    width: 190px;
    height: auto;
    margin-top: 10px;
  }
  .menu_bar .bt-menu {
    display: block;
    padding: 5px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
  .menu_bar .bt-menu i {
    color: #fff;
  }
  .menu_bar span {
    float: right;
    font-size: 40px;
  }
  .header nav {
    width: 80%;
    height: calc(100% - 80px);
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
  }
  .header nav ul {
    background: #333;
  }
}
.current-menu-parent a {
  border-bottom: 2px solid #fff;
}
.current_page_item a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.current-menu-parent .current_page_item {color:#333;}
.logo-footer img {
  width: 160px;
  height: auto;
}
.icon-iso {
  width: 40px;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
.masthead {
  padding:0;
  background: #fff;
  background-size: cover;
}

.bg_hero h1 {font-size: 56px;color: #ffffff; margin-bottom: 10px;}
.bg_hero h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: normal;
  line-height: 30px;
  color: #000;
}
.bg_hero h3 {font-size: 30px; color: #fff;margin-bottom: 10px;}
.bg_hero h4 {font-size: 24px; color: #fff;margin-bottom: 15px;}
.bg_hero .btn, .bg_hero .wp-block-button__link{
  width: 20% !important;
  background: #1b97d4;
  color: #fff;
  padding: 8px 20px !important;
  font-size: 14px !important;
  letter-spacing: 1.2px;
}
.title-section {
  margin: 0px;
}
.title-section::after {
  content: '';
  display: block;
  height: 3px;
  width: 90px;
  background: #38a0d1;
  margin: auto;
  margin-top: 5px !important;
}
.title-section-left::after {
  content: '';
  display: block;
  height: 3px;
  width: 90px;
  background: #38a0d1;
  margin-top: 5px !important;
}
.p-section {
  font-size: 16px;
}
.contact_action {
  background: #ffffff;
}
.testimonios {
  background-color: #328C9B;
}
.servicios {
  background-color: transparent;
  background-image: linear-gradient(145deg,#1b97d4 0%,#1b97d4 100%);
  opacity: .9;
  transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}
/*------------- TITLE HEADER -----------*/
.bg-header {
  background: #F8F8F8;
  text-align: center;
  padding: 20px 0 20px 0;
}
.bg-header h3, .bg-header p {
  font-family: 'Roboto';
}
.bg_hero .title-frase {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  color: #1b97d4;
}
.bg_hero .title-frase-default {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  color: #fff;
}
.p-frase {
  font-size: 23px;
  color: #333;
  margin-bottom: 20px;
}
.p-frase a {
  color: #1b97d4;
}
.p-frase a:hover {
  color: #333;
}
.title-masthead {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px;
}
.title-h4 {
  font-size: 30px;
}
.title-callaction {
  font-size: 30px;
  font-weight: normal; color: #fff;
}
.tel-callaction a {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.tel-callaction a:hover {
  color: #dedede;
}
.p-callaction {}
.text-white {color:#ffffff;}
/*---------------------------*/
.form-service {
  margin: 20px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  width: 100%;
  background: #fff; color: #999;
}
.btn, .wp-block-button__link{
  background: #1b97d4;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;	
  text-align: center;
  border-radius: 40px;
  display: block;
  cursor: pointer;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover, .wp-block-button__link:hover {
  background: #3E3E3E;
  color: #fff;
}
.btn:visited, .wp-block-button__link:visited {
  color: #fff;
}

/*---------------------*/
.icon-box {
  position: relative;
  margin-top: 20px;
  padding: 0 10px 10px 80px;
  border: 1px solid #E3EBEA;
  border-radius: 10px;
  background: #E3EBEA;
}
.icon-left {
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 10px;
  left: 0;
  margin: 10px;
  background: #1b97d4;
}
.icon-box h4 {
  text-align: left;
  margin-bottom: 2px;
  margin-top: 20px;
}
.icon-box p {
  text-align: left;
  font-size: 12px;
}
.icon-responsive {width: auto; height: 15px; float: left; margin: 3px;}
/*----------------------*/
.card {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 0px 0px 20px 0px;
  margin: 15px;
  flex: auto;
  width: 100%;
  overflow: hidden;
}
.card:hover{
-webkit-box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
-moz-box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*--------------*/
.icon-inline {
  float: left;
  width: 30px;
  top: -6px;
  position: relative;margin-right:10px;
}
.p-head{font-size: 16px; color: #afca0b; font-weight: 500;}
.h4-modulo {font-size: 30px; line-height: 36px; color: #333;text-transform: none;}
.h4-modulo::after {
  content: '';
  display: block;
  height: 3px;
  width: 90px;
  background: #1b97d4;
  margin-top: 5px !important;
}
.p-foot {font-size: 16px; color: #1b97d4; font-weight: normal;}
/*--------------*/
.listas h5 {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
.list-product {
  font-size: 14px;
  margin: 0;
  padding: 0px;
}
.list-product li {
  font-family: 'Roboto';
  list-style: none;
  list-style-position: inside;
  width: 33.33%;
  float:left;
  color: #333;
  font-size: 14px;
  margin-bottom: 1px;
  text-align: left;
}
.list-product li a {
  color: #1b97d4;
  text-decoration: none;
}
.list-product li a:hover {
  color: #333;
}
/*--------------------- HEADER PROFESIONAL ------*/
.entry-content {
  width: 100%;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px;
}
.entry-content ul {
  padding-left: 30px;
  margin-bottom: 25px;
}
.entry-content ol {
  padding-left: 30px;
  margin-bottom: 25px;
}
.entry-header {
  width: 100%;
  margin-bottom: 10px;
}
.entry-header h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 20px;
}
.entry-header h1 span {
  color: #1b97d4;
}
.entry-header p {
  font-family: 'Roboto';
}
.entry-header .presentacion {
  font-style: italic;
  font-weight: 400;
  color: #1b97d4;
}
/*----------------------*/
.card {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 0px 0px 20px 0px;
  margin: 15px;
  flex: auto;
  width: 100%;
  overflow: hidden;
}
.card:hover{
  -webkit-box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
  -moz-box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
  box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.card{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.card hr {
  margin-top: .5em;
  margin-bottom: .5em;
}
.card .card-body {
  margin: 20px;
}
.card .card-body .card-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0px;
  margin-bottom: 10px;
  color: #108395;
}

.box-avatar {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 10px 0;
  flex: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
  -moz-box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
  box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1)
}
.box-avatar-pt-50 {padding-top: 50px;}
.box-avatar-pt-120 {padding-top: 120px;}
.avatar {
  text-align: center;
  width: 100%;
  max-width: 100px;
}
.avatar img {
  width: 100px;
  height: 100px
}
.btn-avatar {
  color: #fff;
  background-color: #1b97d4;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 50%;
  margin: auto;
  text-decoration: none
}
.font-weight-bold {
  font-weight: 700 !important
}
.text-center {
  text-align: center !important
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important
}
.btn-avatar:hover {
  color: #fff;
  text-decoration: none;
  background: #1b97d4;
}
.box-avatar a:active, .box-avatar a:focus {
  color: #333333
}
.box-avatar a:visited {
  color: #fff;
}
.box-avatar h4 {
  font-size: 18px;
  padding: 10px 15px;
  line-height: 20px;
  height: 50px;
  vertical-align: middle
}
.box-avatar p {
  font-size: 14px;
  color: #333;
  padding: 10px;
  text-align: center;
}
.rounded-circle {
  border-radius: 50% !important;
  vertical-align: middle
}
.p_descripcion {height: 60px;}
.centrado {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.box-service {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 40px;
  margin: 15px;
  flex: 20%;
  width: 20%;
}
.box-service .icon_center {
  border-radius: 50%;
  text-align: center;
  width: 140px;
  height: 140px;
  background: #1b97d4;
  margin: auto;
  margin-top: -90px;
}
.box-service .icon_center img {
  width: 60px;
  height: 60px;
  text-align: center;
  margin: auto;
}
.box-service h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  line-height: 26px;
  color:#3b1d82;
  margin-bottom: 10px; margin-top: 30px;
}
.box-service h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  line-height: 26px;
  vertical-align: middle;
  color:#333;
  margin-bottom: 20px;
}
.box-service p {
  font-size: 15px;
  color: #333;
}
.box-service i {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 55px;
  color: #bababa;
}
/*-----*/
.box-square {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 40px;
  margin: 15px;
  flex: 20%;
  width: 20%;
  -webkit-box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
  -moz-box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
  box-shadow: 0 0 32px -14px rgba(115, 115, 115, 1);
  overflow: hidden;
}
.box-square h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  line-height: 26px;
  vertical-align: middle;
  color:#3b1d82;
  margin-bottom: 10px;
}
.box-square p {
  font-size: 15px;
  color: #333;
}
.box-square i {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 55px;
  color: #bababa;
}
.box-square .count-number {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #dedede;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 30px;
}
/*------*/
.schedule-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.schedule-listing .schedule-slot-time {
  color: #fff;
  background: #e7015e;
  padding: 60px 20px;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 24px;
}
.schedule-listing .schedule-slot-info {
  position: relative;
  padding: 35px 40px 35px 40px;
  border: 1px dashed #e5e5e5;
  border-left: none;
  width: 100%;
}
/*--------------------------SIDEBAR ---------*/
.sidebar {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  padding: 20px 10px;
  float: left;
}
.sidebar hr {
  height: 1px;
  background: #D5DFDE;
  width: 70%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sidebar h4 {
  color: #1b97d4;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.sidebar p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  line-height: 22px;
  margin: 0px
}
.sidebar ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.sidebar ul li {
  margin-bottom: 7px;
  border-bottom: 1px solid #D5DFDE;
  padding: 8px 10px;
  list-style: none;
  list-style-position: inside;
  width: 100%;
  float: left;
}
.sidebar ul li figure {width: 25%;float: left;}
.sidebar ul li figure img {width: 80px;}
.sidebar ul li h4 {
  width: 75%;
  float: left;
  color: #1b97d4;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0px;
  text-align: left;
  text-transform: uppercase;
  line-height: 18px;
  margin-top: 12px;
}
.sidebar ul li p { width: 75%; float: left;}
.sidebar ul li p a {
  text-decoration: none;
  color: #1b97d4;
}
.sidebar ul li a:visited {
  text-decoration: none;
  color: #333;
}
.sidebar ul li a:focus {
  text-decoration: none;
  color: #1b97d4;
}
.sidebar ul li a:hover {
  color: #1b97d4;
}
.sidebar .current_page_item {
  background: #1b97d4;
}
.sidebar .current_page_item > a {
  color: #fff !important;
}
.sidebar .current_page_item a:hover {
  color: #1b97d4;
}
.form-contact p {color:#ffffff;}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .wpcf7-form-control {
  border-radius: 10px;
  width: 100%;
  padding: 16px 14px;
  font-size: 14px;
  margin-bottom: 18px;
  border: 1px solid #9a9a9a;
}
.form-contact .wpcf7-form .wpcf7-form-control {
  border-radius: 40px;
  width: 100%;
  padding: 16px 24px;
  font-size: 14px;
  margin-bottom: 8px;
  border: none;
}
.wpcf7-form .btn-submit {
  width: auto !important;
  background: #fff;
  color: #333;
  padding: 10px 20px !important;
  font-size: 14px;
  text-align: center;
  border-radius: 40px;
  display: block;
  cursor: pointer;
  border: none;
}
.wpcf7-form .btn-submit:hover {
  background: #333333;color: #ffffff;
  text-decoration: none;
}
.wpcf7-form .btn-submit-h {
  width: auto !important;
  background: #1b97d4; !important;
  color: #fff;
  padding: 10px 20px !important;
  font-size: 14px;
  text-align: center;
  border-radius: 40px;
  display: block;
  cursor: pointer;
  border: none;
}
.btn-submit-h:hover {
  background: #333;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block;
  padding: 0px 0px 0px 0px;
  margin-bottom: 5px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
  border: 1px solid rgba(12, 114, 186, 1);
  box-shadow: 0 0 5px rgba(12, 114, 186, 1);
  border-radius: 15px;
}
.wpcf7-form .kc_captcha .wpcf7-form-control {
	border: none !important;
}
.wpcf7-form .captcha-image {
	border: none;
	padding: 10px;
	display: inline-block;
	text-align: left;
}
/*----------------FOOTER--*/
#footer {
  width: 100%;
  color: #666666;
}
#footer h5 {
  font-family: 'Roboto';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color:#1b97d4;
}
#footer ul {
  font-size: 14px;
  margin: 0;
  padding: 0px;
}
#footer ul li {
  font-family: 'Roboto';
  list-style: none;
  list-style-position: inside;
  color: #666666;
  font-size: 14px;
  margin-bottom: 5px;
}
#footer ul li a {color: #666666;}
#footer ul li a:hover {color: #1b97d4;}
#footer p {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
}
#footer p a {
  color: #666666;
  text-decoration: none;
}
#footer p a:hover {
  color: #1b97d4;
}
#footer .page-footer {display: inline-block;}
#bottom-footer {
  background: #333;
  border-top: 1px solid #666666;
  padding: 20px 0;
}
#bottom-footer .footer-copyright {
  color: #666666;
}
#bottom-footer .footer-copyright p {
  color: #666666;
  width: 100%;
}
.icon-flag {
  display: inline-block;
  padding: 0;
  position: relative;
  top: 4px;
  left: 0;
}
.icon-flag img {width: 30px;}
.bg_hero  p a {color: #ffffff;}
.bg_hero  p a:hover {color: #00c1c1;}
.btn-contor {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 3px 12px;
  top: -4px;
}
.btn-contor a:hover {color: #ffffff;}
.btn-contor:hover {
  border: 1px solid #00c1c1;
  background: #00c1c1;
  border-radius: 25px;
  padding: 3px 12px;
  top: -4px;
  color: #00c1c1;
}
.bg-grey {
  background-image: url("../images/bg-grey-desktop.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.bg-blue {
  background-image: url("../images/bg-blue-desktop.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.bg-gren-blue {
  background-image: url("../images/bg-gree-blue-desktop.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.uagb-section__inner-wrap {
  padding-left: 15px;
  padding-right: 15px;
	margin:auto;
}
.box-img {
  background: #fff;
  padding: 0 0 10px;
  margin: 10px;
  flex: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  width: 100%;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: 0 0 32px -14px rgba(115,115,115,1);
  -moz-box-shadow: 0 0 32px -14px rgba(115,115,115,1);
  box-shadow: 0 0 32px -14px rgba(115,115,115,1);
}
.box-img figure {
  text-align: center;
  width: 100%;
  max-height: 120px;
  float: left;
}
.btn-simple {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #0c7393;
}
.box-img figure img {
  width: 100%;
}
.box-img h4 {
  font-size: 16px;
  padding: 0;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  width: 100%;
  float: left;
  text-align: center;
}
.box-img p {
  font-size: 14px;
  color: #000;
  float: left;
  width: 100%;
  text-align: justify;
}
.list-distribuidores {list-style: none;}
.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
  margin: 2px; font-size: 14px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #999;
}

.wp-pagenavi span.current {
  font-weight: normal;
}
@media (max-width:576px) {
  .section-top {display: none;}
  .btn-contor {
    border: none;
    border-radius: 0;
    padding: 0;
    top: 0;
  }
  .btn-contor a:hover {color: #333;}
  .btn-contor:hover {
    border: 0;
    background: none;
    border-radius:0;
    padding: 0;
    top: 0;
    color: #333;
  }
.uagb-section__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .uagb-section__inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #header {
    top: 0;
  }
  .menu-modal.active {
    z-index: 5000;
  }
  .pt-5, .py-5 {
    padding-top: 1.3rem !important;
  }
  .pb-5, .py-5 {
    padding-bottom: 1.3rem !important;
  }
  .mb-5, .my-5 {
    margin-bottom: 1rem !important;
  }
  .box-img {
  margin: 0;
  }
  .bg-grey { background-image: url("../images/bg-grey-movil.svg");   background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;}
  .bg-blue { background-image: url("../images/bg-blue-movil.svg");   background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;}
  .bg-gren-blue{ background-image: url("../images/bg-gree-blue-movil.svg");   background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;}
  h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: normal;
  }
  p,ul,li {font-size: 18px;}
  .list-product li {
    width: 48%;
    font-size: 18px;
  }
  .centrado {
    margin: 10px 0;
  }

  .entry-header h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
  }
  .title-masthead {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .bg_hero h1 {font-size: 38px;color: #fff; margin-bottom: 0px !important; font-weight: bold;text-shadow: 2px 1px 1px #000;}
  .bg_hero h2 {font-size: 20px; color: #fff;margin-bottom: 10px;line-height: 24px;font-weight: bold;text-shadow: 2px 1px 1px #000;}
  .bg_hero h3 {font-size: 18px; color: #fff;margin-bottom: 10px;}
  .bg_hero h4 {font-size: 16px; color: #fff;margin-bottom: 15px;}
  .bg_hero p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .bg_hero .title-frase-default {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 8px 0;
    color: #fff;
  }
  /*--------------*/
  .icon-inline {
    float: left;
    width: 30px;
    top: -6px;
    position: relative; margin-right:10px;
  }
  .p-head{font-size: 20px; color: #afca0b; font-weight: 500;}
  .h4-modulo {font-size: 26px; line-height: 36px; color: #333;text-transform: none;}
  .h4-modulo::after {
    content: '';
    display: block;
    height: 3px;
    width: 90px;
    background: #1b97d4;
    margin-top: 5px !important;
  }
  .p-foot {font-size: 20px; color: #1b97d4; font-weight: normal; line-height: 26px;}
  /*--------------*/
  .p-frase {
    font-size: 23px;
    color: #000;
    margin-bottom: 20px;
  }
  .header-inner {
    padding: 0px;
  }

  .entry-header .presentacion {
    text-align: center;
  }
  .wp-block-column {
    padding-top: 0px;
  }
  .box-img {
    padding: 20px 0 10px;
  }
  .box-img figure {
    max-height: 100%;
  }
  .box-img figure img {
    margin: auto;
    height: 200px;
    width: auto;
  }
	.listas h5 {
  text-align: center;
	}
	.listas ul li {
  font-size: 16px;
  margin-bottom: 1px;
  text-align: center;
}

  .bg_hero .btn, .bg_hero .wp-block-button__link{
    width: 50% !important;
  }
  .btn-submit-h {
    width: 100%;
    background: #0c72ba;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    display: block;
    cursor: pointer;
    border: none;
    font-weight: 600;
    margin: auto;
    margin-top: 15px;
  }
  label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
  }
  .top-footer {
    padding-bottom: 60px;
    text-align: center;
  }
  .logo-footer img {
    width: 200px;
    height: auto;
    margin: auto;
  }
}
.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default {
  border: none !important;
}
.uagb-section__wrap .uagb-section__overlay {
	/* height: 100%; */
	/* width: 100%; */
	/* top: 0; */
	/* left: 0; */
	/* position: absolute; */
	display: none;
}
.wp-block-image.is-resized {
	margin-left: 0;
	margin-right: 0;
}