@font-face {
  font-family: 'praktika';
    src:  url('../fonts/Praktika-Light.otf'); 
 
}
@font-face {
  font-family: 'Casper-Bold';
    src:  url('../fonts/Casper-Bold.ttf.woff') format('woff'),
    url('Casper-Bold.ttf.svg#Casper-Bold') format('svg'),
    url('Casper-Bold.ttf.eot'),
    url('Casper-Bold.eot?#iefix') format('embedded-opentype'); 
 
}

@media (min-width: 1025px) { /*se separa despues del tamaño de tabletas*/
  .separali{
    margin-right: 20px;
    margin-left: 20px;
  }
}

#toTop {
    padding: 3px;
    background: #28282861; /**/
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 5px;
    display: none;
    cursor: pointer;
}

#toTop > img{
  max-width: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color:rgb(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(121, 117, 117);
}
.oranbajio:hover{
	background-color:rgba(255, 255, 255, 0.14);
color: white;
}

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

#header.header-scrolled {
  background: #dcdcdc !important;
  transition: all .5s;
}

@media (min-width: 768px) {
  .nav-link {
    padding: 1.5rem 1rem !important;
    outline: none !important;
  }

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

@media (max-width: 767px) { 
  #header {
    background: #FFFF !important;
    transition: all .5s;
  }
  #header.header-scrolled {
    padding: 0px 0  !important;;
  }
}

/*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;
}

.logo-movil{
  max-width: 180px;
}

@media(min-width : 768px) {
  .logo-movil{
	 display: none;
  }
}

@media(max-width : 767px) {
  .logonormal{
      display: none;
  }
}

/*IMPORTANTE*/
@media (min-width: 711px) and (max-width: 767px){
.logo-movil {
  margin-right:4em !important;

  }
}
/*IMPORTANTE*/

.btn-azul {
	color: grey;
	border-width: 2px;
  background-color: transparent;
  background-image: none;
  border-color: #028fd7;
}

.btn-azul:hover{
	background-color: #028fd7;
	color: #f0f0f0;
}

.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;
}


.col-sm-6 .col-md-4 .d-block {
  padding-right: 0px;
  padding-left: 0px;
}
/***************************FOOTER DERECHO****************************/
@media(min-width: 768px){
  .footer_derecho{
    text-align: right; 
    padding-top: 0em;
  }

  .footer_centro{
    padding-top: 3.5em;
  }

  .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_centro{
    padding-top: 0;
  }
}
/***************************FOOTER IZQUIERDO****************************/
@media(min-width: 768px){
  .footer_izquierdo{
    text-align: left;
    padding-top: 3em;
    padding-bottom: 3em;
  }

}

@media(max-width: 767px){
  .footer_izquierdo{
      text-align: center; 
      margin-top: 2%;
    padding-bottom: 2em;
  }
  .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;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(5, 5, 5, 0.93);
  background-color: #ffffff3b;
  background-clip: padding-box;
  border-top: none;
  border-right: 0px;
  border-left: 0;
  border-bottom: 1px solid#ef4023;
  /* border-radius: 0.25rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}

.pt-20 {
  padding-top: 20px;
}
::placeholder{
  font-style: italic;

}

.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: #656161;
  --hover: #fb8851;
}

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

.up {
  --color:#767579;
  --hover: #9e490a;
}

.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:none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
}

.buttonini {
  margin-top: 4px;
  font-size: 13px;
  background: none;
  border: 1px solid;
  line-height: 1;
  margin: 0.5em;
  padding: .5em 1.8em;
}

.owl-carousel.galeria-slider {
    z-index: 1;
    position: relative;
}

.owl-carousel.galeria-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.galeria-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.galeria-slider:focus .owl-nav, .owl-carousel.galeria-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .owl-carousel.galeria-slider .slider-item {
    /*cover*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 1%);
    min-height: 400px;
  }
    
  .owl-carousel.galeria-slider .slider-item .slider-text {
      color: #fff;
      height: calc(100vh - 1%);
      min-height: 400px;
  }
}

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

  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
  height: calc(100vh - 1%);
  min-height: 900px;
}
.owl-carousel.galeria-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 1%);
  min-height: 900px;
}
*/




.owl-carousel.galeria-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
    .owl-carousel.galeria-slider .slider-item .slider-text h1 {
        font-size: 40px;
    }
}

.owl-carousel.galeria-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 500px;
}

.owl-carousel.galeria-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 500px;
}

.owl-carousel.galeria-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.owl-carousel.galeria-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.galeria-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel.galeria-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.galeria-slider .owl-dots .owl-dot.active span {
  background: white;
}
@media (min-width:501px)and (max-width: 767px)  {
  .owl-carousel.home-slider .slider-item {
    /*  cover*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 53% center;
    height: calc(100vh - 1%);
    min-height: 470px;
    margin-top: 81px;
  }
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 1%);
    min-height: 470px;
  }
}
@media (max-width: 500px) {
  .owl-carousel.home-slider .slider-item {
    /*cover*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; /*here*/
    height: 350px;
    margin-top: 81px;
  } 

  .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: 350px;
  }

  .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;"*/
  }
  
  .img_hovr {
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s;
    -webkit-transition-duration: 1.1s; /* Safari */
  } 
  
  .img_hvr:hover {
    -webkit-transform:scale(1.18);
    transform:scale(1.18);
    transition: all 1.1s;
    -webkit-transition-duration: 1.1s; /* Safari */
  }

  .img_index_divs{
    margin-top: -150px;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .section-home{
    background:#8080803d;
  }
  
  .w100li {
    width: 100%;
  }
  
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 2.4em;
    color: #fff;
    line-height: .8;
    font-weight: 600 !important;
    text-transform: uppercase;
  }

  .owl-carousel.home-slider .slider-item .slider-text span{
    font-size: 20px;
    color: #fff;
    line-height:.8;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
}

.btn_enviar_div{
  float: right;
  position: absolute;
  right: 12px;
  bottom: -22px;
}
@media (min-width: 768px) {
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 9em;
    color: #fff;
    line-height: .4;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  .owl-carousel.home-slider .slider-item .slider-text span{
    font-size: 38px;
    color: #fff;
    line-height:.4;
    font-weight: 400 !important;
    text-transform: uppercase;
  }
}

.font_prak{
  font-family: praktika;
  font-size: 16px
}

.font_Casper_Bold{
  font-family: Casper-Bold;
}

.negrita_sombreado{
      text-shadow: 3px 3px 5px #e2dddd82, 6px 6px 5px #000, 3px 3px 5px black;
}

.tamanoimg{
  width: 800px;
  height: 450px;
}

@media (max-width: 767px) {
  .owl-carousel.galeria-slider .slider-item {
  /*cover*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 130px;
  }

  .owl-carousel.galeria-slider .slider-item .slider-text h1 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    font-weight: 800 !important;
    text-transform: uppercase;
  }

  .owl-carousel.galeria-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 1%);
    min-height: 300px;
  }
}

@media (max-width: 550px) {
  .no_view_xs{
    display: none !important;
  }
}
.list-group li{
  width: 25%;
}
.fs-12{font-size: 12px;}

.basico{}
.basico:hover{background:#b7b7b7;
  color: #FFFFFF; }
.estndar:hover{
  background-color: #ff623f;
  color: #FFFFFF;}
.avanza:hover{background: rgb(38, 173, 222); color:#FFFFFF;}
.borde{border: 1px solid #e8eaf1;}
.borde2{border:1px solid #d1d2d4;}
.circulo{ width: 100px; height: 100px;
  background:rgb(253, 56, 109); border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -30px;

}
.circulo p{ padding-top: 30px;  text-shadow:3px 3px 5px #e2dddd82, 1px 1px 5px #000, 3px 3px 5px black;}
.circulo span{ font-size: 15px;
  margin-top: -5px;}
.whatsapp {
    position: fixed !important;
    z-index: 9999 !important;
    right: 0;
    float: right;
    top: 60%;
    margin-top: -25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.namepack {
  float: right;
}
.contador p{display: inline-block;}
@media (min-width: 1920px) {
  .contador{    position: fixed;
    top: 50%;
    z-index: 999;
    right: 0;
    margin-right: 350px;
    color: white;
    background: #ef40238f;
  }
}
@media (min-width: 768px) {
.contador{    position: fixed;
  top: 50%;
  z-index: 999;
  right: 0;
  color: white;
  background: #ef40238f;
}
}
@media (max-width: 767px) {
  .contador{
    background: #ef40238f;
    color: white;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
  }
  .circulo{ width:82px; height: 82px;
    background:rgb(253, 56, 109); border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -30px;
    right:-10px !important;}
  .circulo p{ padding-top: 20px;  text-shadow:3px 3px 5px #e2dddd82, 1px 1px 5px #000, 3px 3px 5px black;}

}

.modal-header{
  border-bottom: none;
}

.modal-header img{
  width: 200px;
}

.modal-body{
  padding: 2rem;
}


