/*---------------------------------------------------------
Pagina de Estilos
Eder Bermudez  |  eder.mx  | eder.bermudez@live.com.mx
SFJ Servicio Fiscal Juridico
---------------------------------------------------------*/
/* * * FUENTES Y COLORES * * */
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: OpenSans-Italic;
  src: url(../fonts/OpenSans-Italic.ttf);
  font-display: swap;
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../fonts/OpenSans-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: OpenSans-SemiBoldItalic;
  src: url(../fonts/OpenSans-SemiBoldItalic.ttf);
  font-display: swap;
}
@font-face {
  font-family: Vollkorn-Regular;
  src: url(../fonts/Vollkorn-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: Vollkorn-Bold;
  src: url(../fonts/Vollkorn-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Vollkorn-Black;
  src: url(../fonts/Vollkorn-Black.ttf);
  font-display: swap;
}
@font-face {
  font-family: Vollkorn-BlackItalic;
  src: url(../fonts/Vollkorn-BlackItalic.ttf);
  font-display: swap;
}
/* * * BASICOS * * */
html {
  font-size: 100%;
  line-height: normal;
}
body {
  font: 0.8125rem 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7e7e7e;
  background: #4d4d4d url(../img/pattern1.webp) repeat;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  background: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
p {
  margin-bottom: 0.9375rem;
  line-height: 1.313rem;
}
h1.navbar-brand_ {
  margin: 20px 0 0 0;
  padding: 0;
  float: left;
  height: auto;
  position: relative;
  top: 0;
  z-index: 10;
}
h1.navbar-brand_ a {
  display: inline-block;
}
h1.navbar-brand_ a img {
  padding-bottom: 20px;
  height: 60px;
  width: auto;
}
h2 {
  font: 2.5rem/2.5rem Helvetica, Arial;
  color: #4d4d4d;
  margin: 0 0 43px 0;
  position: relative;
  text-align: center;
}
h2.sub{
	font-size: 2rem
}
h2::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 26%;
  height: 1px;
  background: #181818;
  content: '';
}
h2::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 26%;
  height: 1px;
  background: #181818;
  content: '';
}
h3 {
  font: bold 1.875rem/2.25rem Helvetica, Arial;
  color: #272727;
  margin: 0 0 30px 0;
}
h4 {
  font: 0.875rem/1.313rem 'OpenSans-Bold';
  color: #444;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
h5 {
  font: bold 48px/48px 'Vollkorn-Bold';
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  text-align: center;
}
.extra-wrap {
  overflow: hidden;
}
.content {
  padding: 0;
  background: #ffffff;
}
.content.indent {
  min-height: 70vh;
  padding: 120px 0 0 0;
  background: #ffffff;
}
.center {
  text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 11;
  background: rgba(30, 30, 30, 0.88);
}
.follow_icon_foo {
  padding: 0;
  margin: -4px 0 0 0;
  list-style: none;
  display: inline-block;
}
.follow_icon_foo li {
  display: inline-block;
  margin-left: 25px;
}
.follow_icon_foo li:first-child {
  margin-left: 0;
}
.follow_icon_foo li a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
}
.follow_icon_foo li a:hover,
.follow_icon_foo li p:hover {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  cursor: pointer;
}
.follow_icon_foo li a img {
  padding-right: 5px;
}
img.contact-footer {
  float: left;
  display: block;
}
img.contact-footer.cont {
  padding-right: 5px;
}
/* menu
========================================================*/
nav.tm_navbar {
  border: none;
  padding: 0;
  margin: 30px 0 0 110px;
  float: right;
  min-height: 0;
  background: none;
}
nav.tm_navbar li {
  position: relative;
  font-size: 1rem;
  line-height: 1.313rem;
  padding: 0;
  margin: 0 0 0 35px;
  float: left;
}
nav.tm_navbar li:first-child {
  margin-left: 0;
}
nav.tm_navbar li a {
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font: 0.9375rem 'OpenSans-SemiBold';
  color: #949699;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.tm_navbar li.active > a {
  color: #ffffff;
  background: none !important;
}
nav.tm_navbar li:hover > a {
  color: #d72830;
  background: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
  color: #ffffff;
  background: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.tm_navbar li span {
  text-align: center;
  position: absolute;
  height: 4px;
  width: 100%;
  display: inline-block;
  left: 0;
  bottom: -9px;
  z-index: 0;
  background: url(../img/marker.webp) center 0 no-repeat;
}
/*========================================================
                    navbar-mobile
=========================================================*/
nav.navbar-mobile {
  position: fixed;
  visibility: hidden;
  height: 0;
  float: right;
  text-align: right;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.313rem;
  padding: 0;
  margin: 0 0 0 35px;
}
nav.navbar-mobile ul {
  list-style-type: none;
}
nav.navbar-mobile li {
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.navbar-mobile li a {
  text-transform: uppercase;
  font: 0.9375rem 'OpenSans-SemiBold';
  text-decoration: none;
  color: #949699;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.navbar-mobile li:hover > a {
  color: #d72830;
  background: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.navbar-mobile button {
  margin-top: 30px;
  margin-right: 25px;
}
nav.navbar-mobile .navbar-toggler {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.9rem;
  background: 0 0;
  border: 1px solid transparent;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  width: 110px;
  left: -17px;
  top: 32px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #4d4d4d;
  padding: 29px 10px 16px 16px;
  margin: 0;
  border-radius: 10px;
  text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 0 9px 0;
  padding: 0;
  display: block;
}
nav.tm_navbar .sub-menu > ul li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 12px 'Arial';
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 5px;
  left: auto;
  width: auto !important;
  color: #ffffff;
  font-size: 14px;
  background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #d72830 !important;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #d72830 !important;
  background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 107px;
  left: 95px;
  top: -10px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #d72830;
  padding: 10px 10px 0 10px;
  margin: 0;
  border-radius: 10px;
  text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 12px 'Arial';
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
  text-decoration: none;
  color: #4d4d4d !important;
  background: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.select-menu {
  display: none !important;
}
/* whatsapp button
========================================================*/
.button-whatsapp{
  text-align: right ;
  position: fixed;
  z-index: 1001;
  bottom: 50px ;
  right: 50px;
}
.whatsapp-icon img{
  height: 55px;
}
.qr-code{
  height: 0;
  border: thick solid #075e54;
  border-radius: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-whatsapp:hover .qr-code{
  visibility: visible;
  height: 200px;
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: none;
  z-index: 20;
  background: url(../img/top.webp) 0 top no-repeat;
}
#toTop:hover {
  outline: none;
  background: url(../img/top.webp) 0 bottom no-repeat;
}
.trainerBox {
  margin-bottom: 25px;
  position: relative;
  display: block;
}
.trainerBox figure {
  margin: 0 0 25px 0;
}
.trainerBox figure img {
  width: 100%;
}
.trainerBox a {
  font: 300 13px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7e7e7e;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.trainerBox a:hover {
  color: #d72830;
}
.who-box {
  overflow: hidden;
}
.who-box .col-lg-4 {
  margin-bottom: 17px;
}
.thumb-box1 {
  overflow: hidden;
  position: relative;
}
.thumb-box1 p {
  font: italic 1rem/1.25rem Helvetica, Arial;
  color: #FFF;
  margin-bottom: 25px;
}
.thumb-box1 p.dark {
  color: #7e7e7e;
}
.thumb-box1 .title {
  font: 2rem/1.875rem Helvetica, Arial;
  color: #4d4d4d;
  margin: 0 0 21px 0;
  letter-spacing: 1px;
}
.thumb-box1 .title span {
  color: #d72830;
}
.thumb-box1 .box1 {
  border-right: 5px solid #7e7e7e;
  padding: 38px 70px 10px 0;
  margin-top: 20px;
}
.thumb-box1 .box2 {
  background: #ffffff;
  padding: 38px 70px 10px 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.thumb-box1 .box2 .title {
  color: #4d4d4d;
}
.thumb-box1 .box2 svg.bigTriangleColor {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -115px;
}
.thumb-box1 .box2 .bigTriangleColor path {
  fill: #ffffff;
}
.thumb-box1 .box2 #curveUpColor path,
.thumb-box1 .box2 #curveDownColor path {
  fill: #ffffff;
}
.thumb-box1 em {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #ffffff;
}
.thumb-box2 {
  overflow: hidden;
  padding: 90px 0 0 0;
  text-align: center;
}
.thumb-box3 {
  overflow: hidden;
  /* background: #4d4d4d; */
  position: relative;
}
.thumb-box3 .box1 {
  border-radius: 20px;
  background: #f2f5f3;
  box-shadow: 0 0 7px #2b2b2b;
  margin: 20px 20px 20px 20px;
  padding: 50px 50px 50px 50px;
}
.thumb-box3 .box2 {
  /*background: #f5f3f3; */
  padding: 50px 50px 50px 50px;
  position: relative;
  z-index: 1;
}
.thumb-box3 .box2 p {
  font: 13px/21px 'OpenSans-Regular';
  color: #7e7e7e;
  margin-bottom: 29px;
}
.thumb-box3 .box2 .title {
  font: 40px/40px Helvetica, Arial, 'OpenSans-Regular';
  color: #4d4d4d;
  margin-bottom: 36px;
}
.thumb-box3 .box2 .description {
  font: bold 14px/20px 'OpenSans-Regular';
  color: #4d4d4d;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.thumb-box3 .box2 svg.bigTriangleColor {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -115px;
}
.thumb-box3 .box2 .bigTriangleColor path {
  fill: #f5f3f3;
}
.thumb-box3.second .box2 .bigTriangleColor path {
  fill: white;
}
.thumb-box3 .box2 #curveUpColor path,
.thumb-box3 .box2 #curveDownColor path {
  fill: #f5f3f3;
}
.thumb-box3 em {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #f5f3f3;
}
.thumb-box3.second {
  /* background-color: #949699; */
}
.thumb-box3.second em,
.thumb-box3.second .box2 {
  background-color: white;
}
.thumb-box3 figure {
  position: relative;
}
.thumb-box3 figure img {
  width: 100%;
}
.thumb-box3 figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play.webp) center center no-repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box3 figure a:hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

/**/

.thumb-boxC {
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
}
.thumb-boxC .title {
  font: 40px/40px 'Vollkorn-Bold';
  color: #222220;
  margin-bottom: 36px;
}
.thumb-boxC p {
  font: 13px/21px 'OpenSans-Regular';
  color: #5f5e5e;
  margin-bottom: 29px;
}

.thumb-boxC.description {
  font: bold 14px/20px 'OpenSans-Regular';
  color: #444;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.thumb-boxC .box1 {
  padding: 48px 70px 37px 0;
}
.thumb-boxC .box2 {
  background: #272727;
  padding: 48px 0 37px 100px;
  position: relative;
  z-index: 1;
}
.thumb-boxC .box2 .title,  .thumb-boxC .box2 .description, .thumb-boxC .box2 p{
  color: #f5f5f5;
}


.thumb-boxC .box2 svg.bigTriangleColor {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -115px;
}
.thumb-boxC .box2 .bigTriangleColor path {
  fill: #272727;
}
.thumb-boxC .box2 #curveUpColor path,
.thumb-boxC .box2 #curveDownColor path {
  fill: #272727;
}
.thumb-boxC em {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #272727;
}

/**/






.thumb-box4 {
  background: #ffffff;
  overflow: hidden;
  padding: 20px 0 40px 0;
  text-align: center;
}
.thumb-box4 h2::before,
.thumb-box4 h2::after {
  width: 37%;
}
.thumb-box4 .col-lg-4 {
  text-align: left;
  margin-bottom: 40px;
}
.thumb-box4 .col-lg-4 > div:hover .badge {
  color: #4d4d4d;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box4 .badge {
  width: 75px;
  margin: 0 20px 0 0;
  padding: 0;
  font: bold 60px/36px 'Vollkorn-Bold';
  color: #d72830;
  border-radius: 0;
  background: none;
  text-align: left;
  float: left;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-box4 .badge .month{
	font-size: 40px;
}
.thumb-box4 p {
  font: 12px/18px 'OpenSans-Regular';
  color: #7e7e7e;
  margin-bottom: 0;
}
.thumb-box5 {
  padding: 60px 0;
  overflow: hidden;
  background-position: left 100%;
  background-attachment: relative;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../img/bg_01.webp);
  text-align: left;
  color: white;
}
.thumb-box5 h3 {
  color: white;
}
.thumb-box5 h4 {
  color: white;
  margin-bottom: 0;
}
.thumb-box5 p {
  margin-bottom: 10px;
  line-height: normal;
}
.thumb-box5 a {
  color: white;
}
.thumb-box5 a:hover {
  color: #d72830;
}
.thumb-box6 {
  overflow: hidden;
  background: #ffffff;
  padding: 44px 0;
}
.thumb-box6 .container {
  position: relative;
}
.thumb-box7 {
  overflow: hidden;
  background: #f5f5f1;
  padding: 103px 0 64px 0;
}
.thumb-box7 h3 {
  letter-spacing: 1px;
  font-weight: normal;
}
.thumb-box8 {
  padding: 60px 0 10px 0;
  overflow: hidden;
  background-position: left 100%;
  background-attachment: fixed;
  position: relative;
  background-image: url(../img/bg_01.webp);
  text-align: center;
}
.thumb-box8 p {
  font: 16px/20px 'Vollkorn-Bold';
  margin-bottom: 23px;
  color: #ffffff;
}
.thumb-box8 .col-lg-4 {
  text-align: left;
  margin-bottom: 50px;
}
.thumb-box9 {
  overflow: hidden;
  padding: 63px 0 0 0;
}
.thumb-box10 {
  overflow: hidden;
  background: #181818;
  position: relative;
}
.thumb-box10 p {
  color: #bbb;
}
.thumb-box10 .title {
  font: 40px/40px 'Vollkorn-Bold';
  color: #ffffff;
  margin: 0 0 38px 0;
  letter-spacing: 1px;
}
.thumb-box10 .box1 {
  padding: 94px 0 73px 0;
}
.thumb-box10 .box1 .description {
  font: bold 14px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 13px;
}
.thumb-box10 .box2 {
  background: #f5f3f3;
  padding: 94px 0 73px 100px;
  position: relative;
  z-index: 1;
}
.thumb-box10 .box2 .title {
  color: #222220;
}
.thumb-box10 .box2 p {
  color: #5f5e5e;
}
.thumb-box10 .box2 svg.bigTriangleColor {
  pointer-events: none;
  position: absolute;
  top: -10px;
  left: -114px;
}
.thumb-box10 .box2 .bigTriangleColor path {
  fill: #f5f3f3;
}
.thumb-box10 .box2 #curveUpColor path,
.thumb-box10 .box2 #curveDownColor path {
  fill: #f5f3f3;
}
.thumb-box10 em {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #f5f3f3;
}
.thumb-box11 {
  padding: 60px 0 10px 0;
  overflow: hidden;
  background-position: left 100%;
  background-attachment: fixed;
  position: relative;
  background-image: url(../img/bg_01.webp);
  text-align: center;
}
.thumb-box11 p {
  font: 18px/20px 'Vollkorn-Bold';
  margin-bottom: 23px;
  color: #ffffff;
}
.thumb-box11 .col-lg-4 {
  text-align: left;
  margin-bottom: 50px;
}
.thumb-box12 {
  padding: 0;
  overflow: hidden;
}
.thumb-box13 {
  overflow: hidden;
  background: #f4f4f5;
  padding: 103px 0 84px 0;
}
.thumb-box13 h3 {
  letter-spacing: 1px;
  font-weight: normal;
}
.thumb-box14 {
  overflow: hidden;
  padding-bottom: 40px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
  margin: 0 0 56px 0;
  overflow: hidden;
}
.thumb-pad1:hover .badge {
  background: #7e7e7e;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad1 .caption {
  padding: 0;
  color: #5f5e5e;
}
.thumb-pad1 .caption .title {
  font: bold 18px/24px Helvetica, Arial;
  color: #4d4d4d;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.thumb-pad1 .caption p {
  font: 12px/22px Helvetica, Arial;
  color: #909090;
  margin-bottom: 18px;
}
.thumb-pad1 .badge {
  margin: 0 0 22px 0;
  padding: 0;
  border-radius: 100%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: #7e7e7e;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad2 {
  margin: 0 0 35px 0;
  overflow: hidden;
}
.thumb-pad2 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad2 .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad2 figure {
  margin: 0 0 25px 0;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  margin: 0;
  overflow: hidden;
}
.thumb-pad3 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad3 .thumbnail .caption a {
  font: 900 12px/24px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.thumb-pad3 .thumbnail .caption a:hover {
  text-decoration: underline;
}
.thumb-pad3 .thumbnail .caption img {
  display: block;
  margin-top: 8px;
}
.thumb-pad3 figure {
  margin: 0 19px 0 0;
  float: left;
}
.thumb-pad4 {
  margin: 0;
}
.thumb-pad4 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
}
.thumb-pad4 figure {
  margin: 0 0 26px 0;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad5 {
  margin: 0 0 30px 0;
}
.thumb-pad5 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
}
.thumb-pad5 .thumbnail .caption a {
  font: bold 14px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
  color: #d72830;
}
.thumb-pad5 figure {
  margin: 0 0 26px 0;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad6 {
  margin: 0 0 40px 0;
  overflow: hidden;
  background: #f4f5f4;
}
.thumb-pad6 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}
.thumb-pad6 .caption {
  padding: 25px 20px;
  color: #4d4d4d;
}
.thumb-pad6 .caption a {
  font: bold 18px 'Vollkorn-Bold';
  color: #091824;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad6 .caption a:hover {
  color: #d72830;
}
.thumb-pad6 figure {
  margin: 0;
}
.thumb-pad6 figure img {
  width: 100%;
}
.thumb-pad7 {
  margin: 0;
  overflow: hidden;
}
.thumb-pad7 .thumbnail {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: none;
  overflow: hidden;
  display: block;
}
.thumb-pad7 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad7 .thumbnail figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad7 .thumbnail figure img {
  width: 100%;
}
.thumb-pad8 {
  margin: 0 0 78px 0;
  padding: 0 0 75px 0;
  border-bottom: 1px solid #ccc;
}
.thumb-pad8.indent {
  border-bottom: none;
}
.thumb-pad8 .badge {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #39464f;
  float: left;
  margin: 0 17px 0 0;
  padding: 8px 0 0 0;
  text-align: center;
  font: 14px/18px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.thumb-pad8 .lnk {
  font: 21px/25px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #35424d;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad8 .lnk:hover {
  color: #1abc9c;
}
.thumb-pad8 .extra-wrap p {
  margin: 0;
  color: #9f9f9f;
}
.thumb-pad8 .extra-wrap p a {
  color: #9f9f9f;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.thumb-pad8 .extra-wrap p a:hover {
  color: #1abc9c;
}
.thumb-pad8 .extra-wrap p span {
  color: #9f9f9f;
  font-size: 13px;
  margin-right: 3px;
}
.thumb-pad8 .thumbnail {
  padding: 42px 0 0 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: none;
  overflow: hidden;
  width: 100%;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  color: #5f5e5e;
}
.thumb-pad8 .thumbnail figure {
  margin: 0 30px 0 0;
  float: left;
}
.thumb-pad8 .thumbnail figure img {
  width: 100%;
}
.thumb-pad9 {
  margin: 0 0 43px 0;
  overflow: hidden;
}
.thumb-pad9 .thumbnail {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: none;
  overflow: hidden;
  display: block;
}
.thumb-pad9 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}
.thumb-pad9 .thumbnail .caption p {
  margin: 0;
}
.thumb-pad9 .thumbnail .caption time {
  font: 13px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #35424d;
}
.thumb-pad9 .thumbnail figure {
  margin: 0 33px 0 0;
  float: left;
}
.thumb-pad9 .thumbnail figure img {
  width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  font: 16px/57px 'Vollkorn-Bold';
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn1:hover {
  color: #d72830;
  background: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}
.btn-default.btn2 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  font: 14px/46px 'Vollkorn-Bold';
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn2:hover {
  color: #d72830;
  background: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}
.btn-default.btn3 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  font: bold 14px/46px 'Vollkorn-Bold';
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  border: 2px solid white;
  border-radius: 0;
  color: white;
  background: #272727;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn3:hover {
  color: #ffffff;
  background: #d72830;
  border-color: #d72830;
  text-decoration: none;
}
.btn-default.btn4 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  font: bold 16px/44px 'Vollkorn-Bold';
  margin: 0;
  text-shadow: none;
  border: 1px solid #949494;
  border-radius: 0;
  color: #242424;
  background: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn4:hover {
  color: #f1373a;
  background: none;
  border-color: #f1373a;
  text-decoration: none;
}
.btn-default.btn5 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 64px;
  font: 16px/57px 'Vollkorn-Bold';
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn5:hover {
  color: #f5393e;
  background: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}
.btn-default.btn6 {
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  font: bold 16px/44px 'Vollkorn-Bold';
  margin: 0;
  text-shadow: none;
  border: 1px solid #949494;
  border-radius: 0;
  color: #242424;
  background: none;
  float: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn6:hover {
  color: #ffffff;
  background: #949494;
  border-color: #949494;
  text-decoration: none;
}
/*-----carousel-----*/
.list_carousel1.responsive {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.list_carousel1 .foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel1 .foo > li {
  position: relative;
  float: left;
  cursor: default;
  margin: 0 10px;
  text-align: center;
  padding: 0;
  background: none;
}
.list_carousel1 .foo > li a {
  display: inline-block;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list_carousel1 .foo > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.list_carousel1.responsive .caroufredsel_wrapper {
  cursor: default !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
}
.list_btn2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -7px;
}
.list_btn2 .prev,
.list_btn2 .next {
  display: inline-block !important;
  cursor: pointer;
  width: 9px;
  height: 15px;
  position: relative;
}
.list_btn2 .prev {
  float: left;
  margin-left: -10px;
  background: url(../img/prev.webp) 0 top no-repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list_btn2 .prev:hover {
  background: url(../img/prev.webp) 0 bottom no-repeat;
}
.list_btn2 .next {
  float: right;
  margin-right: -10px;
  background: url(../img/next.webp) 0 top no-repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list_btn2 .next:hover {
  background: url(../img/next.webp) 0 bottom no-repeat;
}
/*---*/
.list_carousel2.responsive {
  position: relative;
  width: auto;
  margin: 0;
  z-index: 11;
}
.list_carousel2 #foo2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center !important;
  cursor: default;
}
.list_carousel2 #foo2 > li {
  padding: 0;
  float: left;
  cursor: default;
  margin: 0;
}
.list_carousel2 #foo2 > li p {
  color: #ffffff;
  font: 16px/18px 'Vollkorn-Bold';
  margin-bottom: 20px;
}
.list_carousel2 #foo2 > li .title {
  font: bold 48px/48px 'Vollkorn-Bold';
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.list_carousel2 #foo2 > li .name {
  font: bold italic 16px/20px 'Vollkorn-Bold';
  color: #d72830;
  margin-bottom: 0;
}
.list_carousel2.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
#foo2_pag {
  position: relative;
  margin: 16px 0 27px 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
}
#foo2_pag a {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  padding: 0 !important;
  margin: 0 0 0 7px;
  display: inline-block;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#foo2_pag a:hover {
  background: #d72830;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#foo2_pag a.selected {
  background: #d72830;
}
#foo2_pag a span {
  display: none;
}
/* list
========================================================*/
.list1 {
  margin: 0 0 28px 0;
  padding: 0;
  list-style: none;
}
.list1 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  background: url(../img/list_point1.webp) left 13px no-repeat;
}
.list1 li a {
  font: 18px/38px 'Vollkorn-Bold';
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1 li a:hover {
  color: #272727;
}
.list1-1 {
  margin: 0 0 7px 0;
  padding: 0;
  list-style: none;
}
.list1-1.indent {
  margin-bottom: 28px;
}
.list1-1 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  background: url(../img/list_point2.webp) left 13px no-repeat;
}
.list1-1 li a {
  font: 18px/38px 'Vollkorn-Bold';
  color: #272727;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1-1 li a:hover {
  color: #f1373a;
}
.list1-2 {
  margin: 0 0 28px 0;
  padding: 0;
  list-style: none;
}
.list1-2 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  background: url(../img/list_point1.webp) left 13px no-repeat;
}
.list1-2 li a {
  font: 18px/38px 'Vollkorn-Bold';
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list1-2 li a:hover {
  color: #f1373a;
}
.list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list2.indent {
  padding-top: 12px;
}
.list2 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 12px 0;
  padding-left: 21px;
  background: url(../img/list_point2.webp) left 4px no-repeat;
}
.list2 li a {
  font: 13px 'OpenSans-Regular';
  color: #f1373a;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2 li a:hover {
  color: #222220;
}
.list2-1 {
  margin: 0;
  padding: 12px 0 0 0;
  list-style: none;
  overflow: hidden;
}
.list2-1.indent {
  padding-top: 12px;
}
.list2-1 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 12px 0;
  padding-left: 21px;
  background: url(../img/list_point1.webp) left 4px no-repeat;
}
.list2-1 li a {
  font: 13px 'OpenSans-Regular';
  color: #f1373a;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list2-1 li a:hover {
  color: #ffffff;
}
.list3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list3 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 13px 0;
  overflow: hidden;
}
.list3 li .badge {
  width: 75px;
  margin: 0 20px 0 0;
  padding: 0;
  font: bold 60px/48px 'Vollkorn-Bold';
  color: #f1373a;
  border-radius: 0;
  background: none;
  text-align: left;
  float: left;
}
.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list4 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin-bottom: 30px;
}
.list4 li a {
  font: 16px 'Vollkorn-Bold';
  color: #f1373a;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.list4 li a:hover {
  color: #ffffff;
}
.list5 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list5 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 12px 0;
  overflow: hidden;
}
.list5 li span {
  font-size: 49px;
  color: #f1373a;
  float: left;
  width: 70px;
}
.list6 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list6 li {
  font-size: 13px;
  line-height: 1.428571429;
  overflow: hidden;
  margin-bottom: 13px;
}
.list6 li span {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #39464f;
  font: bold 18px/52px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
  float: left;
  margin: 8px 16px 0 0;
  text-align: center;
}
.list7 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: left;
}
.list7 li {
  font-size: 13px;
  line-height: 1.428571429;
  overflow: hidden;
  margin-bottom: 7px;
}
.list7 li span {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #f1373a;
  color: #ffffff;
  font: bold 40px/68px 'Vollkorn-Bold';
  display: inline-block;
  float: left;
  margin: 5px 30px 0 0;
  text-align: center;
}
.list7 li p {
  font: 16px/20px 'Vollkorn-Bold';
  margin-bottom: 23px;
  color: #ffffff;
}
.list8 {
  margin: 0;
  padding: 0 0 53px 0;
  list-style: none;
  overflow: hidden;
}
.list8 li {
  font-size: 13px;
  line-height: 1.428571429;
  margin-bottom: 28px;
}
/* search
========================================================*/
#search-404 {
  padding: 0;
  margin: 40px 0 0 0;
  position: relative;
}
#search-404 input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  background: none;
  border: 1px solid #cacaca;
  font: 13px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #5f5e5e;
  padding: 9px 13px;
  height: 38px;
  resize: none;
  margin: 0 0 25px;
}
#search {
  position: relative;
  margin: 46px 0 0 83px;
  float: right;
}
#search a {
  position: absolute;
  top: 9px;
  right: 8px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#search a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#search input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 270px;
  border: 1px solid #626265;
  background: none;
  font: 12px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  padding: 9px 35px 9px 14px;
  height: 38px;
  outline: none;
  resize: none;
  overflow: hidden;
}
/* map
========================================================*/
.content_map {
  margin-bottom: 45px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.content_map {
  position: relative;
  height: 382px;
}
.gm-wrapper div:first-child div + div + div + div {
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
  box-shadow: 0 0 0 #000 !important;
  background-color: transparent !important;
}
.gm-style-iw {
  text-align: center;
  width: 330px !important;
  height: 127px !important;
  right: 0;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  color: #ffffff;
  padding: 38px 0 0 20px;
  font: 13px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow: visible !important;
}
.gm-style-iw:after {
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  margin-top: 17px;
  left: 50%;
  margin-left: 5px;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  position: absolute;
}
.gm-style-iw span {
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.info {
  margin-bottom: 50px;
}
.info p {
  margin-bottom: 21px;
}
.mail {
  color: #5f5e5e;
  font: 13px 'OpenSans-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mail:hover {
  color: #f1373a;
  text-decoration: underline;
}
.errorBox {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.errorBox1 {
  padding-bottom: 40px;
}
/*========================================================
                    footer
=========================================================*/
footer {
  background: #4d4d4d url(../img/pattern1.webp) repeat;
  padding: 30px 0 30px 0;
  overflow: hidden;
  text-align: center;
}
footer a {
  color: white;
}
footer a:hover {
  color: #d72830;
}
footer em {
  font-style: normal;
}
footer p {
  font: 12px/18px 'OpenSans-SemiBold';
  color: #bbb;
  margin-bottom: 17px;
  text-transform: uppercase;
}
footer .title {
  font: bold 48px/48px 'Vollkorn-Bold';
  margin-bottom: 3px;
  color: #ffffff;
  text-transform: none;
}
footer .privacy {
  font: 12px 'OpenSans-SemiBold';
  color: #ffffff;
  margin-bottom: 13px;
  text-transform: uppercase;
}
footer .privacy a {
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding-left: 30px;
}
footer .privacy a:hover {
  color: #d72830;
}
#diseño-web a{
    color: #bbbbbb;
	display: block;
	margin: 0 auto;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#diseño-web a:hover{
  color: #d72830;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#toTop {
  display: none !important;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
  .list_carousel2.responsive .caroufredsel_wrapper {
    height: 202px !important;
  }
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
  header {
    padding-bottom: 20px;
    text-align: center;
  }
  header h1.navbar-brand_ {
    float: none;
    padding-bottom: 16px;
  }
  header nav.tm_navbar {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  header nav.tm_navbar li {
    float: none;
    display: inline-block;
  }
  header #search {
    margin: 30px 0;
    float: none;
    display: inline-block;
  }
  .follow-box {
    text-align: center;
  }
  .follow-box .address_icon {
    display: inline-block;
    float: none;
    margin-bottom: 0;
  }
  .follow-box .address_icon li {
    float: none;
    margin: 0 0 15px 0;
  }
  .follow-box .address_icon li img {
    float: none;
  }
  .follow-box .follow_icon {
    float: none;
    margin: 0 0 15px 0;
  }
  .thumb-box1 .box2,
  .thumb-box3 .box2,
  .thumb-box10 .box2 {
    padding-left: 50px;
  }
  .thumb-box10 .box2 svg#bigTriangleColor {
    left: -114px;
  }
  .thumb-box8 {
    background: #2d2d2b url(../img/pattern1.webp) repeat;
  }
  .content.indent {
    padding: 170px 0 0 0;
    background: #ffffff;
  }
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #toTop {
    display: none !important;
  }
  header {
    padding-bottom: 20px;
    text-align: center;
  }
  header h1.navbar-brand_ {
    float: none;
  }
  header nav.tm_navbar {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  header nav.tm_navbar li {
    float: none;
    display: inline-block;
  }
  header #search {
    margin: 30px 0;
    float: none;
    display: inline-block;
  }
  h2::after,
  h2::before {
    width: 15%;
  }
  .follow-box {
    text-align: center;
  }
  .follow-box .address_icon {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
  }
  .follow-box .address_icon li {
    float: none;
    margin: 0 0 15px 0;
  }
  .follow-box .address_icon li img {
    float: none;
  }
  .follow-box .follow_icon {
    float: none;
    margin: 0 0 15px 0;
  }
  .thumb-box1 .box2,
  .thumb-box3 .box2,
  .thumb-box10 .box2 {
    padding-left: 0;
  }
  .errorBox img {
    width: 100%;
  }
  .list_btn2 .prev {
    margin: 0 0 0 5px;
  }
  .list_btn2 .next {
    margin: 0 5px 0 0;
  }
  .list_carousel1 .foo > li a img {
    width: 100%;
  }
  .thumb-box8 {
    background: #2d2d2b url(../img/pattern1.webp) repeat;
  }
  .content.indent {
    padding: 150px 0 0 0;
    background: #ffffff;
  }
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
  header {
    padding-bottom: 20px;
    text-align: center;
  }
  header h1.navbar-brand_ {
    float: left;
  }
  header nav.tm_navbar {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  header nav.tm_navbar li {
    float: none;
    display: inline-block;
  }
  header .navbar-default{
    visibility: hidden;
    height: 0;
  }
  nav.navbar-mobile {
    position: relative;
    visibility: visible;
    height: auto;
  }
  header #search {
    margin: 30px 0;
    float: none;
    display: inline-block;
  }
  .button-whatsapp{
    bottom: 30px ;
    right: 30px;
  }
  .button-whatsapp:hover .qr-code{
    height: 0;
    display: none;
    visibility: hidden;
  }
  h2::after,
  h2::before {
    display: none;
    content: none;
  }
  h5 {
    font-size: 35px;
    line-height: 40px;
  }
  nav.tm_navbar {
    float: none;
    width: 100%;
    text-align: center;
  }
  nav.tm_navbar .nav {
    display: none;
  }
  .select-menu {
    display: inline-block !important;
    padding: 4px 4px 4px 0;
    margin: 0;
    width: 100%;
    border: 1px solid #f33538;
    background: #f33538;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }
  .follow-box {
    text-align: center;
  }
  .follow-box .address_icon {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
  }
  .follow-box .address_icon li {
    float: none;
    margin: 0 0 15px 0;
  }
  .follow-box .address_icon li img {
    float: none;
  }
  .follow-box .follow_icon {
    float: none;
    margin: 0 0 15px 0;
  }
  .thumb-box1 .subbox2 {
    background: #ffffff;
  }
  .thumb-box1 .box2 {
    padding-left: 0;
    background: none;
    height: auto !important;
  }
  .thumb-box1 .box2 svg#bigTriangleColor {
    display: none;
  }
  .thumb-box1 .box1 {
    height: auto !important;
    padding-right: 0;
    border: none;
  }
  .thumb-box1 em {
    display: none;
  }
  .thumb-box3 .box2 {
    padding: 50px 0;
    background: none;
    height: auto !important;
  }
  .thumb-box3 .box2 svg#bigTriangleColor {
    display: none;
  }
  .thumb-box3 .box1 {
    height: auto !important;
    padding: 40px 0;
  }
  .thumb-box3 em {
    display: none;
  }
  .thumb-box10 .subbox2 {
    background: #f2f5f3;
  }
  .thumb-box10 .box2 {
    padding: 50px 0;
    background: none;
    height: auto !important;
  }
  .thumb-box10 .box2 svg#bigTriangleColor {
    display: none;
  }
  .thumb-box10 .box1 {
    height: auto !important;
    padding: 40px 0;
  }
  .thumb-box10 em {
    display: none;
  }
  .thumb-box6 {
    padding: 44px 15px;
  }
  .list_carousel2 #foo2 > li .title {
    font-size: 30px;
    line-height: 40px;
  }
  .list_btn2 .prev {
    margin: 0 0 0 10px;
  }
  .list_btn2 .next {
    margin: 0 10px 0 0;
  }
  .list_carousel1.responsive .caroufredsel_wrapper {
    padding: 0 20px;
  }
  .list_carousel1 .foo > li img {
    width: 100%;
  }
  .thumb-pad4 figure {
    margin: 0 20px 0 0;
    float: left;
  }
  .who-box .col-lg-4 {
    margin-bottom: 50px;
  }
  .thumb-pad2 figure {
    margin: 0 20px 0 0;
    float: left;
  }
  .thumb-box8 {
    background: #2d2d2b url(../img/pattern1.webp) repeat;
  }
  .map iframe {
    height: 300px;
  }
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
  .thumb-pad4 figure {
    margin: 0 0 26px 0;
    float: none;
  }
  .thumb-pad2 figure {
    margin: 0 0 25px 0;
    float: none;
  }
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
    float: none;
  }
  .errorBox img {
    width: 100%;
  }
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
  .col-xs-4 {
    width: 100%;
    float: none;
  }
  .col-xs-6 {
    width: 100%;
    float: none;
  }
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
