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

.separali{
    margin-right: 20px;
    margin-left: 20px;
}

}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}
.azul:hover{
	background-color: #028fd7;
color: white;
}
.header{

}
@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-md{
	display: none;
}
@media(min-width : 768px)  {
    .logo-md{
        display: block;
    }
    .logonormal{
    	display: none;
    }
}

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

/***************************FOOTER DERECHO****************************/
@media(min-width: 768px){
.footer_derecho{
    text-align: right; 
}
.footer_centro{
 padding-top: 2em;
}
.footer_derecho{
	padding-top: 1em;
}
.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{
    padding-top: 1.5em;
    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-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:white;
  background-color: #ffffff3b;
  background-clip: padding-box;
  border: 1px solid #ced4da91;
  /* border-radius: 0.25rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.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: #e8ecf5;
  --hover: #60ffcc;
}

.up {
  --color:white;
  --hover: #009bde;
}


.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:#00dcff52;
  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;
}
@media (max-width: 767px) {

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

  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
height: 300px;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 14px;
  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: 300px;
}


.separali{
  line-height: 4em;
}

}.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

@media (min-width: 768px) {
.owl-carousel.home-slider .slider-item .slider-text h1 {
  padding-top: 12em;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}
}
.titulos {
    text-shadow: 3px 3px 5px black, 6px 6px 5px black, 3px 3px 5px black;
}