@media (min-width: 1025px) { /*se separa despues del tama�o de tabletas*/

.separali{
    margin-right: 20px;
    margin-left: 20px;
}
.separali:hover{
     background-color:#4ebbc8ab;
     color: #000;
}
a{
  color: #000000;
}

}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.98);
}
.navbar-light .navbar-nav .nav-link:hover {
color: #000;
}

.imgprod{
  width: 100%;
}
.imgprod2{
  width: 350px;
}
.tituloPro{
  font-size: 2em;
  color: #167af6;
  font-weight: bold;
  line-height: initial;
}

#header {
  background: #f6f4f4 !important;
  padding: 0px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 997;
}
#header.header-scrolled {
  background: #f6f4f4 !important;
  transition: all .5s;
}

@media (min-width: 768px) {
    .nav-link {
        /* padding: 3.5rem 1rem !important;*********************/
        padding: 2.5rem .8rem !important;
        outline: none !important;
    }

    .nav-link.nav-link-scrolled {
        /* padding: 1.7rem 1rem !important;************************/
        padding: 1.5rem .8rem !important;
        outline: none !important;
    }

    header {
        height: 121px;
    }

    @media (max-width: 767px) {
        #header.header-scrolled {
            padding: 0px 0 !important;;
        }
    }

    /*#header0 {*/
    /* width: 100%; height: 116px;*/
    /*}*/
}
@media (max-width: 767px) { 
  #header0 {
  width: 100%; height: 65px;
}
    header{
        height: 82px;
    }
}

.tituloProd{
  color:#f09;
  font-weight: bold;
  font-size: 2.5em;
}

.news-content{
  overflow: hidden;
  padding: 0 30px 0 10px;
}

/*
.news-content-text{
  display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
}*/

.date-post{
  width: 80px;
  float: left;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
}


/*dropdown-menu*/
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
.dropdown-menu {
  background-color: #8a2006;
}
header .navbar .dropdown-menu .dropdown-item:hover {
  background: #4F1709;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #4F1709;
  color: #fff;
}

/*dropdown-menu*/
@media (max-width: 575px) { 
.container-fullsm{
width: 100%;
}
.section-a {
 padding-top: 4.5em;
 padding-right:0px;
 padding-left: 0px;
 padding-bottom: 2em;
}
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
    color: white;
    border-color: white;
}
/* .navbar-toggler:focus{
   border-color: grey;
   background-color: grey;
}*/
.sinpadinglados{

    padding-left: 0px;
    padding-right: 0px;

}
 
.sinpading2{

    padding-left: 5px;
    padding-right: 5px;

}
@media(max-width : 767px) {
 .logonormal{ display: none;
    }
    .logomovil img{max-width: 100px !important;}
}
@media(min-width : 768px) {
 .logomovil{ display: none;}

}
@media(min-width : 991px)  {
    .bye {
        display: none;
    }
}
@media(min-width : 1400px)  {
    .bye {
        display: block;
    }
}
/*banner*/
/*Nosotros Section*/
/*@media (max-width: 767px) {
  .nosotros_banner .slider-item{
    background-position: 50% 90%;
  }
.nosotros_banner{
  background-repeat: no-repeat;
 background-size: cover;
height: 300px;
}
.nosotros_banner .slider-text p {
  text-align: center;
  font-size: 35px;
  color: #000;
  line-height: .8;
  font-weight: 200 !important;
}

.nosotros_banner .slider-text {
  height: calc(100vh - 1%);
  min-height: 300px;
}*/


/*Nosotros Section*/
@media (max-width: 450px) {
    .nosotros_banner .slider-item{
        background-position: 50% 90%;
    }
    .nosotros_banner{
        /*cover*/
        background-repeat: no-repeat;
        background-size: cover;
        height: 180px;
    }
    .nosotros_banner .slider-text p {
        text-align: center;
        font-size: 45px;
        color:#fff;
        line-height: 1.2;
        font-weight: 100 !important;
        text-shadow:3px 3px 5px #2d1818, -1px 1px 0px #000000, 2px -1px 0px black;
    }
    .nosotros_banner .slider-text {
        height: calc(100vh - 1%);
        min-height: 180px;}
}
@media (min-width: 451px) and (max-width: 767px) {
  .nosotros_banner .slider-item{
background-position: 50% 90%;
  }
.nosotros_banner{
/*cover*/
  background-repeat: no-repeat;
 background-size: cover;
height: 300px;
}
.nosotros_banner .slider-text p {
  text-align: center;
  font-size: 45px;
  color:#fff;
  line-height: 1.2;
  font-weight: 100 !important;
  text-shadow:3px 3px 5px #2d1818, -1px 1px 0px #000000, 2px -1px 0px black;
}
.nosotros_banner .slider-text {
  height: calc(100vh - 1%);
  min-height: 300px;}
}
@media (min-width: 768px) {
.nosotros_banner .slider-item{
/*cover*/
  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
min-height: 430px;
}
.nosotros_banner .slider-item .slider-text p {
  text-align: center;
  font-size: 50px;
  color:#fff;
  line-height: 1.2;
  font-weight: 100 !important;
  text-shadow:3px 3px 5px #2d1818, -1px 1px 0px #000000, 2px -1px 0px black;
}
.nosotros_banner .slider-item  .slider-text {
 font-size: 50px;
  height: calc(100vh - 1%);
  min-height: 430px;}
}







}
@media (max-width: 767px) {
.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
  text-shadow:3px 3px 5px #2c2626, 6px 6px 5px #2c2b2b, 3px 3px 5px #151313;
  font-family: 'Viga', sans-serif;
  text-transform: uppercase;
}
}

@media (min-width: 768px) {

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 55px;
  line-height: .8;
  font-weight: 300;
  color: white;
  text-shadow:3px 3px 5px #2c2626, 6px 6px 5px #2c2b2b, 3px 3px 5px #151313;
  font-family: 'Viga', sans-serif;
  text-transform: uppercase;
}
}


/**/
.btn-azul {
	color: #FFFF;
	border-width: 2px;
  background-color: #42a3b8;
  background-image: none;
  border-color: #42a3b8;
}
.btn-azul:hover{
	background-color: #2e8a9e;
	color: #f0f0f0;
}
.btn-rosa {
    color: #FFFF;
    border-width: 2px;
    background-color: #fe1396;
    background-image: none;

}
.bold{
    font-weight: bold;}

.bg-grey{
background-color: #b6b7bc75;	
color: white;
}
.colorblue{
	color: #028fd7;
}
.colorblue2{
	color: #003153;
}
.div-custom img{
max-width: 250px;
max-height: 260px;

}
.color_footer{
	color: #868e96;
}
.color_footer:hover{
	color: white;
}
.color_negro{
    color: black;
}
.color_grey{
    color: #6d6e6f;
}
.colorgr2{
    color: #caccce;
}
.color_blanco{
  color: white;
}

/***************************FOOTER DERECHO****************************/
@media(min-width: 768px){
.footer_derecho{
    text-align: right; 
}
.footer_centro{
 padding-top: 3em;
}


.hrinicio {
    margin-top: 1.5em;
    height: 1px;
    background-color:#80808059;
}
}
@media(max-width: 767px){
.footer_derecho{
	text-align: center;
	padding-top: 2em;
}
.footer_final{
	padding-top: 3em;
}
}
/***************************FOOTER IZQUIERDO****************************/
@media(min-width: 768px){
.footer_izquierdo{

    text-align: left;
}

}
@media(max-width: 767px){
.footer_izquierdo{
    text-align: center; 
    margin-top: 2%;
}
.hrinicio {
    margin-top: 0px;
    height: 1px;
    background-color:#80808012;
}

}

.site-footer a {
   /* color: #868e96;*/
   color: #caccce;
}
.site-footer a:hover {
    color: white;
}
.img-circle {
    border-radius: 50%;
}

.div-custom2 img{
/*max-width: 150px;*/
max-height: 157px;
}
.div-custom2 {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
      border: 1px solid #e8eaf1;
}

.div-custom2 .meta-post {
  color: #929296;
  font-size: 15px;
 /* text-transform: uppercase;*/
}

.div-custom2 .meta-chat {
/*  color: #ced4da;*/
  color: #3e629880;
}

.div-custom2 .meta-chat:hover {
  color: #868e96;
}
.div-custom2 .media-body {
  padding: 20px;
}

.div-custom2 .media-body h3 {
  font-size: 20px;
}

.div-custom2 .media-body p:last-child {
  margin-bottom: 0;
}
.div-custom2:focus, .div-custom2:hover{
-webkit-box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
-moz-box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
box-shadow: 0px 0px 9px 1px rgba(147,148,147,1);
}
.fontsm{
    font-size: .89em;
}

.pgn ul {
   display: inline-block;
   list-style: none;
   margin-left: 0;
   position: relative;
   padding: 0 6rem;
}

.pgn ul li {
   display: inline-block;
   margin: 0;
   padding: 0;
}

.pgn__num {
   font-family: "metropolis-bold", sans-serif;
   font-size: 1rem;
   line-height: 1.5rem;
   display: inline-block;
   padding: .6rem 1.2rem;
 /*  height: 3.6rem;*/
   margin: .3rem .15rem;
   color: #929296;
   border-radius: 3px;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.pgn__num:hover {
   background: #c4c4c4;
   color: #3d3d3d;
}

.pgn .current, .pgn .current:hover {
   background-color: #3d3d3d;
   color: #FFFFFF;
}

.pgn .inactive, .pgn .inactive:hover {
   color: #888888;
   cursor: default;
}

.pgn__prev, .pgn__next {
   display: block;
   background-color: #FFFFFF;
   background-repeat: no-repeat;
   background-size: 18px 12px;
   background-position: center;
   height: 3rem;
   width: 3rem;
   line-height: 3rem;
   padding: 0;
   margin: 0;
   border-radius: 50%;
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
   font: 0/0 a;
   text-shadow: none;
   color: transparent;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.pgn__prev:hover, .pgn__next:hover {
   background-color: #3d3d3d;
   color: #FFFFFF;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: center;
}

.pgn__prev {
   background-image: url("../img/productos/izq.png");
   left: 0;
}

.pgn__prev:hover {
   background-image: url("../img/productos/izbco.png");
}

.pgn__next {
   background-image: url("../img/productos/drecha.png");
   right: 0;
}

.pgn__next:hover {
   background-image: url("../img/productos/drbco.png");
}

.pgn__prev.inactive, .pgn__next.inactive {
   background-color: #ffffff;
   opacity: 0.5;
   cursor: default;
}

.pgn__prev.inactive:hover {
   background-image: url("../img/productos/izq.png");
}

.pgn__next.inactive:hover {
   background-image: url("../img/productos/drecha.png");
}
.fondo-h3{
  background-color: rgba(3, 89, 125, 0.48);
}
/*/css-button-hover-effect*/
.form-control2 {
  display: block;
  outline: none;
  width: 100%;
  padding: 0.8rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color:#000;
  background-color: #ffffff3b;
  background-clip: padding-box;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1.5px solid #ced4da91;
  /* border-radius: 0.25rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control2:hover{border-bottom: 1.5px solid #4ebbc8;
}
.pt-20 {
  padding-top: 20px;
}

.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}
.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 10.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: black;
  --hover: #009bde;
}



.raise {
  --color: #ffa260;
  --hover: #e5ff60;
}

.up {
  --color:white;
  --hover: rgb(255, 242, 0);
}


.simple{
  --hover: #ca4957;

}
.simple:hover{
  background-color: #ca4957;
}
button {
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s;
    /*Para cambiar a cursor a mano quitar esta linea de codigo*/
}
button:hover, button:focus {
  border-color: var(--hover);
  color: white;
}


.buttonn {
  background: rgb(96, 91, 23);
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: .7em 1.7em;
}
.buttonn:hover {
color: #000
}

.buttonini {
  margin-top: 4px;
  font-size: 13px;
  background: none;
  border: 1px solid;
  line-height: 1;
  margin: 0.5em;
  padding: .5em 1.8em;
}
@media (max-width: 767px) {

.owl-carousel.home-slider .slider-item {
/*cover*/

  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
height: 190px;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 1%);
  min-height: 190px;
}


.separali{
  line-height: 4em;
}


}.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}
.div300{
  max-width: 300px;
}
@media (min-width: 768px) {
 
.section-home{
  background-image: url(../img/inicio/fondo_divs_home.jpg); background-size: cover;  background-repeat: no-repeat;"
}
}
@media (max-width: 767px) {
  .section-home{
  background:#8080803d;
}
.w100li {
  width: 100%;
}
.no_view_xs{
  display: none !important;
}
}
.btn_enviar_div{
  float: right;
  position: absolute;
  right: 12px;
  bottom: -1px;
}

#btn_contact{
background-color: #01437d;
color: #ffffff;
}
#btn_contact:hover{
     background-color: #f57921;
    color: #fff;
}

.grid {
 /* position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;*/
}
/* Common style */
.grid figure {
  position: relative;
  /*float: left;*/
  overflow: hidden;
  /*margin: 10px 1%;*/
 /* min-width: 320px;
  max-width: 480px;
  max-height: 360px; */
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  max-width: 350px;
}
.grid figure figcaption {
  /*padding: 2em;*/
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-----------------*/
/***** Ste *****/
/*-----------------*/
figure.effect-steve {
 /* z-index: auto;
  overflow: visible;
  background: #000;*/
}
figure.effect-steve:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background: #000;*/
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-steve:before {
 /* box-shadow: 0 3px 30px rgba(0,0,0,0.8);*/
  opacity: 0;
}
figure.effect-steve figcaption {
    position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background: #000;*/
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;

}
figure.effect-steve figcaption:hover {
  background: #00000054;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-steve img { 
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0,0,0);
  transform: perspective(1000px) translate3d(0,0,0);
}
figure.effect-steve h2,
figure.effect-steve p {
  background: #fff;
  color: #1b0d0d;
}
figure.effect-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em;
}
figure.effect-steve h2:before {
  box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
figure.effect-steve p {
  margin-top: 5em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9,0.9,1);
  transform: scale3d(0.9,0.9,1);
}
figure.effect-steve:hover:before {
  opacity: 1;
}


figure.effect-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.img-150{max-width: 150px;}
@media (min-width: 768px) {
.menuliLogin{position:absolute; right: 11px;}
.mision_xs{display: none;}
.slogan_desktop {position:absolute;left: 150px;font-style: italic;}
.slogan_movil{display: none;font-style: italic;}
    #whatsmovil{display: none;}
}
@media (max-width: 767px) {
/*.mision_lg{display: none;}*/

.slogan_movil{font-style: italic;
 animation: change 1s step-end both; transition: 2.5;
}

@keyframes change {
    from { color: rgb(0, 172, 166) }
    to   { color: #fff;text-shadow: 3px 3px 5px #2c2626, 6px 6px 5px #2c2b2b, 3px 3px 5px #151313; transition: opacity 0.35s;
      font-size: 17px;
     }
}

    

.certi{max-width: 75px;}
#whatsdesktop{display: none;}
#whatsmovil{position: absolute ; right: 70px;
    top: 10px;}
}
@media (max-width: 1029px) {
.slogan_desktop{display: none !important;}}
.sombreado{    text-shadow: 3px 3px 5px #2c2626, 6px 6px 5px #2c2b2b, 3px 3px 5px #151313;}
#toTop {
    padding-top: 0px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
    background: #282828bf;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 5px;
    display: none;
    cursor: pointer;
    z-index: 99999;
}
#toTop >img {
    max-width: 15px;
}

.gallery_box li{ width:25%; max-width: 100% ; display:inline-block; float: left; text-align: center; overflow: hidden;    position: relative;}
.gallery_box{ padding:0;display: flow-root;}

.gallery_box li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_box li img{-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;}
/*.gallery_box li:nth-child(even) {
    height: 304px;
}*/
/*.gallery_box li:nth-child(odd) {
    height: 438px; 
}*/
.gallery_box li:nth-child(odd) .box_data{ background:rgba(18, 17, 19, 0.52) }
.gallery_box li:nth-child(even) .box_data{ background:rgba(18, 17, 19, 0.52) }
.gallery_box .box_data{ position:absolute; top: 0; left: 0; right:0; bottom:0; color:#838283;}
.gallery_box .box_data span{ position:absolute; top: 50%; transform: translateY(-50%); left:0 ; right:0; font-size:24px;}
.gallery_box li:hover .box_data{ background:rgba(0,0,0,0.17)}

.gallery_box .box_data:hover{ position:absolute; top: 0; left: 0; right:0; bottom:0; color:#fff;text-shadow: 3px 3px 5px #2c2626, 6px 6px 5px #2c2b2b, 3px 3px 5px #151313;}
.fs-6x{font-size: 6em !important;}
.fs-3x{font-size: 3em !important;}
.fs-2x{font-size: 2em !important;}
.fs-3xb{font-size: 3em;font-weight: bold;}
.fs-4xb{font-size: 4em;font-weight: bold;}
.fs-2xb{font-size: 2em;font-weight: bold;}
.lh_sm{line-height: .95 !important;}
.lh_4{line-height: .4 !important;}

.icon_fondo{z-index: -1;   background-image: url("../img/inicio/fondo_icon.png");
    background-repeat: no-repeat;
    height: 153px;
    padding-top: 45px;
    background-position: center center;
    color: #fff200;
}
.icon_fondo:hover{
    transition: .5s;
    background-image: url("../img/inicio/fondo_icon2.png");
    color: #fff;
}

.icon_fondo p{
  padding-top: 60px;
   color: #000;
}

@media (max-width: 767px) {
.pt-100movil{
    padding-top: 0px;}
.pb-100movil{
    padding-bottom: 0px;}
.pt-50movil{
    padding-top: 0px;}
}
@media (min-width: 768px) {
    .pt-100movil{
        padding-top: 100px;}
    .pb-100movil{
        padding-bottom: 100px;}
    .pt-50movil{
        padding-top: 50px;}
}

.whatsapp {
    position: fixed !important;
    z-index: 9999 !important;
    right: 0;
    float: right;
    top: 40%;
    margin-top: -25px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.font-bold{font-weight: bold;}




