a {
  color: #f2f2f2;
  text-decoration: none;
  transition: .25s;
}

a:hover, a:focus {
  color: #e11313;
  text-decoration: none;
  outline: none;
}

button:focus{
  outline: none !important;
}

input, button, select, textarea{
  outline: none;
}

@media (min-width: 320px) {
  h1, h2, h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 640px) {
  h1, h2, h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 767px){
  h1, h2, h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 979px){
  h1, h2, h3 {
    font-size: 50px;
  }
}

@media (max-width: 1200px){
  h1, h2, h3 {
    font-size: 60px;
  }
}

@media (min-width: 320px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 640px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 767px){
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 979px){
  h3 {
    font-size: 30px;
  }
}

@media (max-width: 1200px){
  h3 {
    font-size: 40px;
  }
}
@media (min-width: 640px) {
  h5 {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (min-width: 767px){
  h5 {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (min-width: 979px){
  h5 {
    font-size: 18px;
    line-height: 5px;
  }
}

@media (max-width: 1200px){
  h5 {
    font-size: 25px;
  }
}

h4 {
  font-size: 22px;
  line-height: 1.35;

}

@media (min-width: 1600px) {
  h4 {
    font-size: 24px;
    line-height: 1.16667;
  }
}
* + h4 {
  margin-top: 25px;
}

h4 + p {
  margin-top: 10px;
}

@media (min-width: 768px) {
  h2 + p{
    margin-top: 32px;
  }
  h4 + p {
    margin-top: 10px;
}
}

@media (min-width: 992px) {
  * + h4{
    margin-top: 32px;
  }
  h4 + p{
    margin-top: 25px;
  }

}
@media (min-width: 1200px) {
  * + h4 {
    margin-top: 50px;
  }
}
h1,h2,h3,h4,h5,h6{
  color: #3a3a3c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2307;
  letter-spacing: -0.04em;
  text-rendering: optimizelegibility;
} 

.button-block {
  display: block;
  width: 100%;
}

.button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 12px 33px;
  font-size: 13px;
  line-height: 24px;
  border-radius: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  transition: .33s all ease;
  letter-spacing: .12em;
  white-space: normal;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  background: #ebebeb;

}

* + .button {
  margin-top: 22px;
}

@media (min-width: 768px) {
  * + .button {
    margin-top: 35px;
  }
}

.button-primary{
  position: relative;
  z-index: 0;
  transition: background 0.4s, border-color 0.4s, color 0.4s;
}

.button-primary::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f39b00;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  border-radius: inherit;
}

.button-primary{
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.button-primary:hover::before{
  opacity: 1;
  transform: translate3d(0,0,0) scale3d(1,1,1);
}

.button-primary{
  border: 0;
  padding: 15px 36px;
}

.button-primary, .button-primary:focus, .button-primary:active {
  color: #fff;
  background-color: #e11313;
  border-color: #e11313;
}

.button-primary:hover {
  color: #fff;
  border-color: #2a2a2a;
}

.button-primary::before {
  background: #2a2a2a;
}


.thumb-video_bordered {
  border: 8px solid #fff;
}

@media (min-width: 768px) {
  .thumb-video_bordered {
    border-width: 14px;
  }
}

.brand-name{
  padding: 12px 0px 6px 0px;
  text-align: center;
}

@media (min-width: 576px) {
  .brand-name {
    text-align: left;
    padding: 12px 0px 12px 0px;
  }
}


.bg-red{
  background-color: #e11313;
}

.bg-gray-dark{
  background-color: #242426;
}

.bg-gray-dark-secondary{
  background-color: #3a3a3c;
}

.bg-gray-light{
  background-color: #ebebeb;
}

.text-red{
  color: #e11313 !important;
}
.text-white-w{
  color: #f2f2f2;
}

.text-gray-dark{
  color:#242426;
}

.text-gray-secondary{
  color:#3a3a3c;
}
.text-grey-light{
  color: #ebebeb;
}


.social-list {
  margin: 5px 0px 5px 0px;
  padding: 0px; 
}
.social-list li {
  display: inline-block;
  margin: 1px;
}
.social-list li a {
  display: inline-block;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color:#e11313;
  border: 1px solid #e11313;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

}
.social-list li:hover a {
  color: #fafafa;
  background-color: #e11313;
  border-color: transparent;
}


@media (min-width: 576px){
  .social-list{
    text-align: right;
    margin-top: 24px;
    padding: 0px;
  }
}

}
@media (min-width: 768px){
  .social-list li a{
    font-size: 11px;
    width: 19px;
    height: 19px;
    line-height: 16px;
  }
}
@media (min-width: 992px){
  .social-list li {
    margin: 2px;
  }

  .social-list li a{
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }
}

@media (min-width: 1200px){
  .social-list{
  
  }
}

.social-list-footer {
  margin-top: 20px;
  padding: 0;

}

.social-list-footer li {
  display: inline-block;
  margin: 2px;
}

.social-list-footer li a{
  display: inline-block;
  font-size: 19px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  background: #ebebeb;
  color:#3a3a3c;
}

.social-list-footer li:hover a {
  color: #e11313;
}

.menu-footer{
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
}

.menu-footer li a{
  color: #f2f2f2;
}

.menu-footer li a:hover{
  color: #e11313;
}

.location-infos{
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
}

.location-infos li a{
  color:#f2f2f2;
  
}
.location-infos a{
  padding-left: 20px;
}

.phone{
  list-style-type: none;
  margin: 0px;
  padding: 0px;

}

.phone li{
  margin: 2px;
}

.phone li a{
  padding-left: 10px;
  font-size: 18px;
  color:#3a3a3c;
  letter-spacing: 0;
  font-family: sans-serif;
  font-style: normal;

}
.phone .circulo{
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  background-color: #e11313;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}

@media (min-width: 576px){
  .phone{
    text-align: right;
    margin-top: 24px;
    padding: 0px;
  }

}
/*ipad*/
@media (min-width: 768px){
  .phone{
    text-align: left;
  }
  .phone li a{
    padding-left: 6px;
    font-size: 15px;
  }
  .phone .circulo{
    font-size: 12px;
    width: 19px;
    height: 19px;
    line-height: 21px;
  }

}
/*Ipad pro*/
@media (min-width: 992px){
  .phone{
    text-align: right;
  }
  .phone li a{
    padding-left: 10px;
    font-size: 18px;
  }
  .phone .circulo{
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 26px;
  }

}
@media (min-width: 1200px){

}
/*

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: white;

}

#menu, 
#toggle-menu {
  background-color: #e11313;
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
  text-decoration: none;
  font-size: 17px;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: #242426;
  color: #f2f2f2;

}
#menu a.active{
  background-color: #242426;
  color: #f2f2f2;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a{
  font-size: 14px;
}

#menu .sub-menu a:hover {
  color: #f2f2f2;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #menu li {
    width: 33.333%;
  }

  #menu .sub-menu li {
    width: auto;
  }
}

@media only screen and (min-width: 52em) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

*/
/**menu*/
#menu .toggle,
[id^=drop] {
  display: none;
}


/* Giving a background-color to the nav container. */
#menu { 
  margin:0;
  padding: 0;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

#menu:after {
  content:"";
  display:table;
  clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
#menu ul {
  float: left;
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
  }
  
/* Positioning the navigation items inline */
#menu ul li {
  margin: 0px;
  display:inline-block;
  float: left;
  background-color: #e11313;
}

#menu ul li ul li{
  background-color: #3a3a3c;
}
/* Styling the links */
#menu a {
  display:block;
  padding:18px 20px;  
  color:#FFF;
  font-size:17px;
  text-decoration:none;
}


#menu ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
#menu a:hover { 
  background-color: #242426; 
}

/* Background color change on active */
#menu a.active { 
  background-color: #242426; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
#menu ul ul {
  display: none;
  position: absolute; 
  /* has to be the same number as the "line-height" of "nav a" */
  top: 60px; 
  z-index: 1;

}
  
/* Display Dropdowns on Hover */
#menu ul li:hover > ul {
  display:inherit;
}
  
/* Fisrt Tier Dropdown */
#menu ul ul li {
  width:170px;
  float:none;
  display:list-item;
  position: relative;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
#menu ul ul ul li {
  position: relative;
  top:-60px;
  /* has to be the same number as the "width" of "nav ul ul li" */ 
  left:170px; 
}

  
/* Change ' +' in order to change the Dropdown symbol */
#menu li > a:after { content:  ' +'; }
#menu li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

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

  #menu {
    margin: 0;
  }

  /* Hide the navigation menu by default */
  /* Also hide the  */
  #menu .toggle + a,
  #menu .menu {
    display: none;
  }

  /* Stylinf the toggle lable */
  #menu .toggle {
    display: block;
    background-color: #e11313;
    padding:14px 20px;  
    color:#FFF;
    font-size:17px;
    text-decoration:none;
    border:none;
  }

  #menu .toggle:hover {
    background-color: #242426;
  }

  /* Display Dropdown when clicked on Parent Lable */
  #menu [id^=drop]:checked + ul {
    display: block;
  }

  /* Change menu item's width to 100% */
  #menu ul li {
    display: block;
    width: 100%;
    }

  #menu ul ul .toggle
  #menu ul ul a {
    padding: 0 40px;
  }

  #menu ul ul ul a {
    padding: 0 80px;
  }

  #menu a:hover,
  #menu ul ul ul a {
    background-color: #000000;
  }
  
  #menu ul li ul li .toggle,
  #menu ul ul a,
  #menu ul ul ul a{
    padding:14px 20px;  
    color:#FFF;
    font-size:17px; 
  }
  
  
  #menu ul li ul li .toggle,
  #menu ul ul a {
    background-color: #212121; 
  }

  /* Hide Dropdowns by Default */
  #menu ul ul {
    float: none;
    position:static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }
    
  /* Hide menus on hover */
  #menu ul ul li:hover > ul,
  #menu ul li:hover > ul {
    display: none;
  }
    
  /* Fisrt Tier Dropdown */
  #menu ul ul li {
    display: block;
    width: 100%;
  }

  #menu ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ 

  }

}

@media all and (max-width : 330px) {

  #menu ul li {
    display:block;
    width: 94%;
  }

}

/*End menu*/

/*
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#175e4c;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #104336;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}


*/
/*A*/
.post-boxed__main {
  padding: 20px;
}


.post-boxed__time {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  color: #e11313;
  text-align: center;
  letter-spacing: 0;
}

.post-boxed__time span {
  font-size: 1em;
  display: block;
}

.post-boxed__time .big {
  font-size: 20px;
  line-height: 1;
}

.post-boxed__title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #151515;
  letter-spacing: 0;
}

.post-boxed__title a {
  display: block;
  width: 100%;
  color: inherit;
}

.post-boxed__title a:hover {
  color: #e11313;
}

@media (min-width: 576px) {
  .post-boxed__main {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 20px 0;
    text-align: left;
  }
  .post-boxed__main > * + * {
    margin-top: 0;
    border-left: 1px solid #dfdfdf;
  }
  .post-boxed__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
  }
  .post-boxed__time {
    padding: 3px 20px 0;
  }
}

@media (min-width: 768px) {
  .post-boxed__time .big {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .post-boxed__main {
    padding: 27px 0;
  }
  .post-boxed__time {
    font-size: 14px;
  }
  html:not(.tablet):not(.mobile) .post-boxed {
    position: relative;
    transform: scale3d(1, 1, 1);
    will-change: transform;
    transition: .44s;
  }
  html:not(.tablet):not(.mobile) .post-boxed:hover {
    transform: scale3d(1.02, 1.02, 1.02);
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.32);
  }
}

@media (min-width: 1200px) {
  .post-boxed__title {
    font-size: 18px;
  }
  .post-boxed__time .big {
    font-size: 38px;
  }
}

@media (min-width: 320px) {
  .google-map {
    height: 200px;
    width: 100%;
  }
}

@media (min-width: 640px) {
  .google-map {
    height: 250px;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .google-map {
    height: 400px;
    width: 100%;
  }
}

@media (min-width: 979px) {
  .google-map {
    height: 505px;
    width: 100%;
  }
}

@media (max-width: 640px)
.pretext:after, .category_desc:after {
    width: 100%;
}

.grupo .lead:after {
    display: block;
    content: "";
    border-top: 1px solid #595959;
    margin: 21px auto;
    width: 348px;
}

.grid-2 img {
  width: 100%;
}

.grid-2 img + img {
  margin-top: 22px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.parallax-content {
  position: relative;
  z-index: 1;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 0;
  background-position: center center;
}
.ipad .parallax-container,
.iphone .parallax-container {
  background-attachment: scroll !important;
}

.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  transform: translate3d(-50%, 0, 0);
}

.timeline__item {
  position: relative;
  padding-left: 24px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .timeline__item {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

.timeline__item::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 0;
  width: 25px;
  border: 1px solid #909296;
  border-right-width: 0;
  border-bottom-width: 0;
}

@media (min-width: 768px) {
  .timeline__item {
    padding-bottom: 20px;
    border-bottom: 8px solid rgba(49, 51, 56, 0.33);
  }
  .timeline__item::after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -15.84px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #e11313;
  }
  .timeline__item-wrap:nth-child(even) .timeline__item {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: -8px;
    border-top: 8px solid rgba(49, 51, 56, 0.55);
  }
  .timeline__item-wrap:nth-child(even) .timeline__item::before {
    top: 0;
    bottom: 12px;
    border-top-width: 0;
    border-bottom-width: 1px;
  }
  .timeline__item-wrap:nth-child(even) .timeline__item::after {
    top: -15.84px;
    bottom: auto;
  }
  .timeline__item-wrap:nth-child(even) .timeline__item .timeline__item-header {
    margin-top: 15px;
  }
  .timeline__item-wrap:nth-child(even) .timeline__item .timeline__item-main {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .timeline__item {
    padding-left: 56px;
  }
  .timeline__item::before {
    left: 32px;
  }
  .timeline__item::after {
    left: 20px;
  }
}

.timeline {
  display: block;
}

.timeline > * + * {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .timeline {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
  }
  .timeline > * + * {
    margin-top: 0;
  }
  .timeline__item-wrap {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
    width: 33.33333%;
    padding: 0 4px;
  }
  .timeline__item-wrap:nth-child(odd) {
    vertical-align: text-bottom;
  }
  .timeline__item-wrap:nth-child(even) {
    vertical-align: text-top;
  }
}

.timeline__item-header {
  padding-left: 10px;
}

.timeline__item-header > * {
  font-weight: 500;
}

.timeline__item-main {
  margin-top: 15px;
}

.timeline__item-main:before, .timeline__item-main:after {
  content: " ";
  display: table;
}

.timeline__item-main:after {
  clear: both;
}

.timeline__item-main img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.timeline__item-main p {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .timeline__item-main img {
    float: none;
  }
}

@media (min-width: 1200px) {
  .timeline__item-main p {
    padding-top: 8px;
  }
}

* + .timeline {
  margin-top: 30px;
}

.section-parallax-swiper {
  position: relative;
  margin-bottom: -1px;
}

.section-sm,
.section-md,
.section-lg,
.section-xl,
.section-xxl {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  section.section-sm:first-of-type,
  section.section-md:first-of-type,
  section.section-lg:first-of-type,
  section.section-xl:first-of-type,
  section.section-xxl:first-of-type {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .section-md {
    padding: 70px 0;
  }
  .section-lg {
    padding: 80px 0;
  }
  .section-xl {
    padding: 95px 0;
  }
  .section-xxl {
    padding: 115px 0;
  }
  .section-variant-1 {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .section-xs {
    padding: 50px 0;
  }
  .section-sm {
    padding: 70px 0 85px;
  }
  .section-md {
    padding: 90px 0;
  }
  .section-lg {
    padding: 100px 0;
  }
  .section-xl {
    padding: 130px 0;
  }
  .section-xxl {
    padding: 200px 0;
  }
  .section-variant-1 {
    padding: 35px 0;
  }
}

.group-3-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.group-3-columns .column-item {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

* + .group-3-columns {
  margin-top: 30px;
}

@supports (display: grid) {
  .group-3-columns {
    display: grid;
    grid-gap: 15px 15px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }
  .group-3-columns .column-item {
    width: auto;
    padding: 0;
  }
  @media (min-width: 768px) {
    .group-3-columns {
      grid-gap: 30px 30px;
    }
  }
}


.row-20{
  margin-bottom: -20px;
}
.row-20 > * {
  margin-bottom: 20px;
}
.row-50 {
  margin-bottom: -40px;
}

.row-50 > * {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .row-50 {
    margin-bottom: -50px;
  }
  .row-50 > * {
    margin-bottom: 50px;
  }
  .row-70 {
    margin-bottom: -70px;
  }
  .row-70 > * {
    margin-bottom: 70px;
  }
  .row-90 {
    margin-bottom: -75px;
  }
  .row-90 > * {
    margin-bottom: 75px;
  }
  .isotope + .pagination-custom {
    margin-top: 50px;
  }
}


/*
* Element groups
* --------------------------------------------------
*/
html .group {
  margin-bottom: -20px;
  margin-left: -15px;
}

html .group:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
}

* + .group {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .group {
    margin-top: 40px;
  }
}

/* Breadcrumbs
* --------------------------------------------------
*/

.breadcrumbs{
  position: relative;
  padding: 35px 0 40px;
  vertical-align: middle;
  text-align: center;
  background-color: #151515;
}

.breadcrumbs a {
  display: inline;
  vertical-align: middle;
}

.breadcrumbs a, .breadcrumbs a:active, .breadcrumbs a:focus {
  color: #e11313;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 32px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.breadcrumbs li:after {
  content: "";
  font-family: 'Material Icons';
  position: absolute;
  top: 52%;
  right: 5px;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}

.breadcrumbs li:last-child {
  padding-right: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a:hover,
.breadcrumbs li.active {
  color: #fff;
}

* + .breadcrumbs_path {
  margin-top: 14px;
}

@media (max-width: 767.98px) {
  .breadcrumbs_title {
    font-size: 26px;
  }
}

@media (min-width: 576px) {
  .breadcrumbs > li {
    padding-right: 52px;
  }
  .breadcrumbs > li:after {
    right: 15px;
  }
  * + .breadcrumbs_path {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .breadcrumbs {
    padding: 70px 0 80px;
  }
}

@media (min-width: 1200px) {
  .breadcrumbs {
    padding: 95px 0 110px;
  }
}

/**
* Background Image
*/
.bg-image {
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}
/* End background image
*/


/* Form styles
* --------------------------------------------------
*/
.rd-mailform {
  position: relative;
  text-align: left;
}

.rd-mailform .button {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 50px;
}

.rd-mailform * + .button {
  margin-top: 25px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000 !important;
}

.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #9b9b9b;
  font-weight: 400;
}

.form-input {
  order: 3;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid #f5f5f5;
}

.form-input:focus {
  outline: 0;
}

textarea.form-input {
  height: 135px;
  min-height: 50px;
  max-height: 230px;
  resize: vertical;
}

.form-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.form-wrap .button {
  width: 100%;
}

.form-wrap.has-error .form-input {
  border-color: #f5543f;
}

.form-wrap + * {
  margin-top: 20px;
}

.form-label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: .25s;
  will-change: transform;
  transform: translateY(-50%);
}

.form-label.focus {
  opacity: 0;
}

.form-label.auto-fill {
  color: #9b9b9b;
}

.form-label-outside {
  margin-bottom: 4px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
    transform: none;
  }
}

.form-label-outside ~ .form-validation {
  order: 2;
  top: 28px;
}

.form-validation {
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
}

.form-validation-left .form-validation {
  right: auto;
  top: 100%;
  left: 0;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  visibility: hidden;
  transform: translateX(-500px);
  transition: .3s all ease;
  z-index: 9999999;
}

#form-output-global.active {
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
  }
}

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 38px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: .3s all ease;
  transform: translateY(100px);
}

.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
  color: #fff;
  background: #e01020;
}

.ui-to-top:hover {
  color: #fff;
  background: #514f4c;
}

.ui-to-top.active {
  transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background: #e01020;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 15px;
}

.snackbars .icon-xxs {
  position: relative;
  top: -1px;
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .snackbars {
    max-width: 380px;
    padding: 12px 15px;
  }
}

.snackbars a, .snackbars a:focus, .snackbars a:active {
  color: #000;
}

.snackbars a:hover {
  color: #fff;
}

/*------------------------------*/

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #f5543f;
}

.form-output.success {
  color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-left: -20px;
  margin-top: 5px;
  outline: none;
  cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #fff;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  position: absolute;
  opacity: 0;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}

.radio,
.radio-inline {
  font-weight: 300;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  border-radius: 50%;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #151515;
  border-radius: 50%;
}

.checkbox,
.checkbox-inline {
  padding-left: 20px;
  font-weight: 300;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  border-radius: 3px;
  margin-left: 0;
  left: 0;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: #151515;
}

.form-wrap.form-wrap-recaptcha .form-validation {
  top: 3px;
  left: 14px;
}

@media (max-width: 575.98px) {
  .form-wrap.form-wrap-recaptcha .recaptcha > * {
    transform: scale(0.96);
    transform-origin: 0 50%;
  }
}

.rd-mailform.rd-mailform_label-centered .form-label-outside {
  text-align: center;
}

.rd-mailform.rd-mailform_label-centered * + .button {
  margin-top: 30px;
}

.rd-mailform.rd-mailform_label-centered .form-input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.rd-mailform.rd-mailform_label-centered .form-input:focus::-moz-placeholder {
  opacity: 0;
}

.rd-mailform.rd-mailform_label-centered .form-input:focus:-moz-placeholder {
  opacity: 0;
}

.rd-mailform.rd-mailform_label-centered .form-input:focus:-ms-input-placeholder {
  opacity: 0;
}

@media (min-width: 768px) {
  .rd-mailform.rd-mailform_label-centered {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rd-mailform.rd-mailform_label-centered * + .button {
    margin-top: 40px;
  }
}

@media (min-width: 1600px) {
  .rd-mailform.rd-mailform_label-centered * + .button {
    margin-top: 50px;
  }
}

.rd-mailform.rd-mailform_inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
  transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -10px;
}

.rd-mailform.rd-mailform_inline > * {
  margin-top: 10px;
  margin-left: 10px;
}

.rd-mailform.rd-mailform_inline .form-wrap {
  flex-grow: 1;
  min-width: 185px;
}

.rd-mailform.rd-mailform_inline .button {
  max-width: calc(100% - 10px);
}

@media (min-width: 576px) {
  .rd-mailform.rd-mailform_inline .button {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-shrink: 0;
  }
}

.rd-mailform.rd-mailform_inline.rd-mailform_inline-centered {
  justify-content: center;
}

.bg-image .rd-mailform.rd-mailform_inline .form-input {
  box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.38);
}

.rd-mailform.rd-mailform_light .form-label-outside {
  padding-left: 20px;
  margin-bottom: 6px;
  color: #9b9b9b;
  text-align: left;
}

.rd-mailform.rd-mailform_light .form-validation {
  right: 5px;
}

.rd-mailform.rd-mailform_light .button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.rd-mailform__outline .form-input {
  background-color: transparent;
  border-color: #ebebeb;
}

.rd-mailform_sm .form-input,
.rd-mailform_sm .button {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px;
}

.rd-mailform_sm .form-validation {
  top: -16px;
}

.rd-mailform_sm .form-label {
  top: 20px;
}

.rd-mailform_sm * + .button {
  margin-top: 10px;
}

.rd-mailform_centered .form-input,
.rd-mailform_centered .form-label {
  text-align: center;
}

.rd-mailform .row.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.rd-mailform .row.row-20 [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

/* End form styles*/


.layout-bordered__aside-item {
  padding: 15px 0;
}

@media (min-width: 576px) {
  .layout-bordered__aside-item {
    margin: 0 15px;
  }
}

@media (max-width: 575px), (min-width: 768px) {
  .layout-bordered__aside-item:first-child {
    padding-top: 0;
  }
  .layout-bordered__aside-item:last-child {
    padding-bottom: 0;
  }
  .layout-bordered__aside-item + .layout-bordered__aside-item {
    border-top: 1px solid #ebebeb;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .layout-bordered__aside {
    columns: 2;
    break-inside: avoid;
  }
}

@media (min-width: 768px) {
  .layout-bordered__aside-item {
    padding: 26px 0;
  }
}



*/

.layout-bordered > * + * {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .layout-bordered > * + * {
    margin-top: 0;
  }
  .layout-bordered {
    display: flex;
    flex-direction: row;
  }
  .layout-bordered__main {
    width: 71%;
    padding: 0 30px;
  }
  .layout-bordered__aside{
    width: 29%;
  }
  .layout-bordered__main-inner {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-bordered__aside-item {
    margin: 0 30px;
  }
  * + .layout-bordered__aside {
    border-left: 1px solid #ebebeb;
  }
}

.section-single .rd-mailform-wrap {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-single * + .rd-mailform-wrap {
  margin-top: 20px;
}

.rd-navbar-static .rd-navbar-search .form-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .rd-search.rd-search__inline {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .rd-search.rd-search__inline .form-wrap {
    flex-grow: 1;
  }
  .rd-search.rd-search__inline .button {
    width: auto;
    height: 50px;
    padding: 5px 30px;
    flex-shrink: 0;
  }
  .rd-search.rd-search__inline > * + * {
    margin-top: 0;
    margin-left: 10px;
  }
}

/**/
.page .list-inline-xs {
  position: relative;
  transform: translate3d(0, -10px, 0);
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.page .list-inline-xs > * {
  position: relative;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.page .list-inline-xs > * {
  display: inline-block;
}

/*
*
* Responsive unit
* --------------------------------------------------
*/
.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -35px;
}

.unit > * {
  margin-bottom: 30px;
  margin-left: 35px;
}

.unit:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.unit-body {
  flex: 0 1 auto;
}

.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}

.unit-spacing-xxs {
  margin-bottom: -10px;
  margin-left: -10px;
}

.unit-spacing-xxs > * {
  margin-bottom: 10px;
  margin-left: 10px;
}

.unit-spacing-xxs .icon-sm {
  position: relative;
  top: 2px;
}

.unit-spacing-xs {
  margin-bottom: -20px;
  margin-left: -20px;
}

.unit-spacing-xs > * {
  margin-bottom: 20px;
  margin-left: 20px;
}

.unit-spacing-sm {
  margin-bottom: -15px;
  margin-left: -20px;
}

.unit-spacing-sm > * {
  margin-bottom: 15px;
  margin-left: 20px;
}

.unit-spacing-md {
  margin-bottom: -15px;
  margin-left: -30px;
}

.unit-spacing-md > * {
  margin-bottom: 15px;
  margin-left: 30px;
}

.unit_modern {
  font-size: 12px;
  line-height: 1.33333;
  color: #151515;
}

@media (max-width: 991.98px) {
  .unit_modern .icon {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .unit_modern {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .unit_modern {
    font-size: 18px;
  }
}
.unit a {
  color: #3a3a3c;
  text-decoration: none;
  transition: .25s;
}

.unit a:hover, .unit a:focus {
  color: #e11313;
  text-decoration: none;
  outline: none;
}


/*Galeria*/
#galeria {
    margin: 1rem auto;
    width:100%;
    max-width:960px;
    padding:0 20px 20px;
    box-sizing: border-box;
    column-count: 3;

    /* Espacio entre columnas */
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
            
    /* Filete entre columnas */
    /*-moz-column-rule: 1px solid #bbb;
            -webkit-column-rule: 1px solid #bbb;
            column-rule: 1px solid #bbb;*/


}
        
#galeria header {
    -webkit-column-span:all;
    column-span:all;
}

#galeria a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 300;
}
#galeria a:hover{
  color: #e11313;
}

#galeria article {
  background:#fff;
  border-radius:5px;
  border:1px solid #ccc;
  margin:0 0 20px 0;
  text-align: center;
  max-width: 100%;

  /*Evitamos que se corte al cambiar de columna*/
  break-inside: avoid;
  page-break-inside: avoid;         
       
}
        
#galeria article img {
  width:100%;
}

#galeria article img:hover {
  transition: .5s ease;
  filter: opacity(70%);
}

#galeria figure {
  padding:1rem;
  box-sizing: border-box;
}


 /* Móviles en horizontal o tablets en vertical */
@media (max-width: 767px) { 
    #galeria {
      columns:2;
    }
}
        
/* Móviles en vertical */
@media (max-width: 480px) {
    #galeria {
      columns: 1;
    }
}
/*End Galeria*/

.productos ol {
  list-style: none;
  counter-reset: steps;
}
.productos ol li {
  counter-increment: steps;
}
.productos ol li::before {
  content: counter(steps);
  margin-right: 0.9rem;
  background: #e11313;
  color: white;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}
.productos ol ol li::before {
  background: darkorchid;
}
.productos ol li a{
  font-size: 22px;
  font-weight: 300;
  color: #3a3a3c;
}

.lista ol li{
  font-size: 18px;
  font-weight: 300;
  color: #000;
}