/*BODY*/

@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+HK:900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:900&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Inconsolata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

html, body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

body{
    /*font-family: 'Merriweather', serif;*/
    /*font-family: 'PT Sans', sans-serif;*/
    color: #868686;
    background: #ffffff;
    word-wrap: break-word;
}

.panel-title{
    font-family: 'Lato', sans-serif;
}

@media (max-width: 767px){
    body{
        font-size: 14px;
    }
}

a{
    word-wrap: break-word;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #8f1a1f;
}


.no-padding{
    padding: 0;
}


.wrapper_content{
}

.rowflex{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

/*----------------------INTER HEADER----------------------------*/
/*WSP Y TEL*/
@keyframes scale{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2);
    }
}

.btn_mail {
   position: fixed;
    bottom: 75px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #001CA9;
    color: #fff;
    text-decoration: none;
    /* animation: 500ms scale infinite; */
    /* animation-direction: alternate-reverse; */
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 20;
    transition: ease 500ms;
}

.btn_mail:hover {
    color: #fff;
    background: #4F6CFD;
    text-decoration: none;
    animation: 500ms scale infinite;
    animation-direction: alternate-reverse;
    transition: ease 500ms;
}

.btn_wsp {
   position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #10ce04;
    color: #fff;
    text-decoration: none;
    /* animation: 500ms scale infinite; */
    /* animation-direction: alternate-reverse; */
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 20;
    transition: ease 500ms;
}

.btn_wsp:hover {
    color: #fff;
    background: #15fb06;
    text-decoration: none;
    animation: 500ms scale infinite;
    animation-direction: alternate-reverse;
    transition: ease 500ms;
}

.btn_tel {
   position: absolute;
    right: 20px;
    width: 50px;
    height: 50px;
    border: 3px solid;
    border-radius: 50%;
    /*background: #c72b2b;*/
    color: #fff;
    text-decoration: none;
    /* animation: 500ms scale infinite; */
    /* animation-direction: alternate-reverse; */
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 20;
    transition: ease 500ms;
}

.btn_tel:hover {
    color: #fff;
    background: #8a1a1d;
    text-decoration: none;
    animation: 500ms scale infinite;
    animation-direction: alternate-reverse;
    transition: all 200ms ease;
}

.btn_tel p{
    position: absolute;
    left: -125px;
    font-family: 'Nunito', sans-serif;
}

.menu-fixed .btn_tel {
    transition: all 200ms ease;
    color: #8a1a1d;
    background: #8a1a1d00;
}
.menu-fixed .btn_tel:hover {
    transition: all 200ms ease;
    color: #8a1a1d;
    background: white;
}
/**/

.Slideshow{
    height: 100vh;
}


.navbar_main{
    position: absolute;
    width: 100%;
    z-index: 10;
    /*background: #fff;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 500ms ease;
    /*border-top: 5px solid #003276;*/
}

.menu_parts{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu_parts .logo_main{
    width: 20%;
}

.menu_parts .logo_main img{
   width: 100%;
    max-width: 225px;
}


.navbar_movil{
    opacity: 0.8;
}


/*.menu_parts .menu_pestañas{
    width: 80%;
}*/

.list_nav{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.list_nav>li{
    display: inline-block;
}

.list_nav>li>a{
    display: block;
    padding: 30px 20px;
    color: #003276;
    position: relative;
}

.list_nav>li>a>span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #003276;
    -webkit-transform: translate(0,-100px);
    -moz-transform: translate(0,-100px);
    -ms-transform: translate(0,-100px);
    -o-transform: translate(0,-100px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
}

.list_nav>li>a:hover>span{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    opacity: 1;
}


/*SLOGAN SLIDER*/
.codrops-header h1 {
    margin: 0;
    color: white;
    font-weight: 800;
    font-size: 40px;
    /*font-family: 'Noto Sans HK', sans-serif;*/
    font-family: 'Nunito', sans-serif;
    line-height: 1;
    text-shadow: 1px 1px 6px #00000094;
}

.codrops-header h1 span {
    display: block;
    color: #003276;
    padding: 0;
    font-size: 25px;
    line-height: 2;
    opacity: 1;
}

.btn_slider {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 15px 10px;
    color: #ffffff;
    font-size: 30px;
    border: 3px solid #8b1a1d;
    font-weight: 600;
    transition: all ease 500ms;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-family: 'Nunito', sans-serif;
}

.btn_slider:hover{
    background: #fff;
    color: #86191c;
    transition: all ease 500ms;
}

.codrops-header {
    max-width: 100%;
    width: 100%;
    z-index: 5;
    top: 68%!important;
}

.codrops-imagen {
    max-width: 100%;
    width: 100%;
    z-index: 4;
    top: 20%!important;
}

.back_slogan{
    background: #042280;
    padding: 10px 10px;
    border-radius: 70px;
    max-width: 30%;
    width: 30%;
}

.sect_slogan h3{
    color: #fff;
}

.box_slogan h3{
    display: inline-block;
    width: 100%;
    margin: 0;
    border-right: 0px solid;
    font-family: 'Nunito', sans-serif;
}

.box_slogan{
    text-align: center;
    display: flex;
    align-items: center;
}

 .box_slogan .separator{
    display: inline-block;
    width: 5%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.box_slogan .iconslogan{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    /*text-align: left;*/
    width: 100%;
}

 .box_slogan .iconslogan a{
    color: #fff;
 }

.sect_slogan{
    margin-top: -45px;
    position: relative;
    z-index: 2;
}



/*SECCION TITULO PRODUCTOS*/

.sect_title_productos{
    padding-top: 50px;
}

.title_producto h3{
    text-align: center;
    width: 50%;
    color: #bd2931;
    margin: 0 auto;
    font-family: 'Inconsolata', monospace;
}

/*END SECCION TITULO PRODUCTOS*/


/*SECCION PRODUCTOS*/

.sect_productos{
    padding: 50px 0;
}

.productos{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.categoria{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.box_product{
   text-align: center;
   height: 60px;
   padding: 0 23px;
   font-family: 'Inconsolata', monospace;
}

.box_product p{
    color: black;
    font-family: 'Open Sans', sans-serif;
}

.productos li>a{
   position: relative;
   display: block;
   overflow: hidden;
   transition: all ease 500ms;
}

.productos li>a img{
   transition: all ease 500ms;
}

.productos li>a:hover img{
   -webkit-transform:scale(1.3);transform:scale(1.3);
   transition: all ease 500ms;
}

.productos li>a:before{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.57);
    opacity: 0;
    z-index: 1;
    transition: all ease 500ms;
}

/**/
.categoria li>a{
   position: relative;
   display: block;
   overflow: hidden;
   transition: all ease 500ms;
}

.categoria li>a img{
   transition: all ease 500ms;
}

.categoria li>a:hover img{
   -webkit-transform:scale(1.3);transform:scale(1.3);
   transition: all ease 500ms;
}

.categoria li>a:before{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.57);
    opacity: 0;
    z-index: 1;
    transition: all ease 500ms;
}
/**/

.box_product h5{
   color: #0021C9;
    font-size: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
}

.productos li>a:hover:before{
    opacity: 1;
    transition: all ease 500ms;
}

.productos li>a:after{
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    transition: all ease 500ms;
}

.productos li>a:hover:after{
    opacity: 1;
    transition: all ease 500ms;
}

/**/
.categoria li>a:hover:before{
    opacity: 1;
    transition: all ease 500ms;
}

.categoria li>a:after{
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    transition: all ease 500ms;
}

.categoria li>a:hover:after{
    opacity: 1;
    transition: all ease 500ms;
}
/**/

/*END SECCION PRODUCTOS*/

/*categoria*/

/**/
.titi{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.titi:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}
.titi h1{
    margin: 0;
    color: white;
    font-weight: 800;
    font-size: 60px;
    /* font-family: 'Noto Sans HK', sans-serif; */
    font-family: 'Nunito', sans-serif;
    line-height: 1;
    text-shadow: 1px 1px 6px #00000094;
    z-index: 2;
}
/**/

/*catalogo*/

.catalogo_sec{
    background-image: url(../../../public/img/fondo/cata-min.jpg);
    padding: 50px 0;
    background-position: center 59%;
    background-size: cover;
    position: relative;
}
.catalogo_sec:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.contenedor_catalogo{
    text-align: center;
}
.contenedor_catalogo h1{
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    font-family: 'Nunito', sans-serif;
}
.contenedor_catalogo .iconos{
    color: white;
    font-size: 40px;
}
/*.contenedor_catalogo .text{
    font-size: 15px;
}*/
.btn-visitar{
    width: 151px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border-radius: 50px;
    padding: 8px 0 8px 15px;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
}
.btn-visitar:before {
    position: absolute;
    left: 45px;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.btn-visitar .icons {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px 10px;
    border-radius: 50%;
    text-align: center;
    color: #881a1c;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-shadow: 0px 1px 3px 2px #00000087;
}
.btn-visitar:hover,.btn-visitar:focus {
    color: #ffffff;
    border-color: #ffffff;
    font-weight: 900;
    transition: all ease 500ms;
}
.btn-visitar:hover:before {
    opacity: 1;
}
.btn-visitar:before {
    position: absolute;
    left: 23px;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.btn-visitar:hover .text {
    opacity: 0;
}
.btn-visitar:hover .icons {
    left: 114px;
    background-color: #881a1c;
    color: white;
    box-shadow: 1px 1px 4px 2px #00000087;
}
/**/

/*SECTION VALORES*/

.sect_valores {
    background-image: url(../../../public/img/fondo/circle.jpg);
    padding: 50px 0;
    background-position: center 59%;
    background-size: cover;
    position: relative;
}
.sect_valores:before{
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.list_valores{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

.list_valores>li{
    width: 23%;
    margin: 0 auto;
}

.circle_valor{
    border-radius: 50%;
    text-align: center;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 6px solid #c02932;
    border-left-color: #fff;
    border-right-color: #Fff;
}
.circle_valor i{
    font-size: 50px;
}


/*SECTION NUESTROS PRODUCTOS*/

.sect_ourproduct{
    padding: 50px 0;
}

.sect_ourproduct2{
    padding-bottom: 50px;
}

.title_Ourproducto h3{
    color: #003276;
    font-weight: 800;
    text-align: center;
    margin: 0;
    font-size: 40px;
}

.p_descrip{
    margin-bottom: 0; 
}

.list_products_dad{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}

.list_products_dad>li{
    width: 48%;
    margin: 10px auto;
    display: flex;
    flex-flow: row wrap;
    border: 2px solid #e7e7e9;
}

.list_products_dad>li>.productos_child{
    width: 50%;
    position: relative;
    overflow: hidden;
}

.list_products_dad>li>.productos_child .box_descrip{
    padding: 0 20px;
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
}

.list_products_dad>li>.productos_child .box_descrip h4{
    color: #003276;
    font-weight: 700;
    margin: 0;
}

.list_products_dad>li>.productos_child .box_descrip p{
    margin: 20px 0;
}

.list_products_dad>li>.productos_child .box_descrip a{
    color: #f4c306;
    font-size: 20px;
}

.list_products_dad>li>.productos_child .box_descrip a span{
    transition: all ease 500ms;
}

.list_products_dad>li>.productos_child .box_descrip a:hover span{
    margin-left: 10px;
    transition: all ease 500ms;
}

.list_products_dad img{
    width: 100%;
}

.list_products_dad>li>.productos_child:nth-child(1) a img{
    transition: all ease 500ms;
}

.list_products_dad>li>.productos_child:nth-child(1) a:hover img{
    -webkit-transform:scale(1.3);transform:scale(1.3);
    transition: all ease 500ms;
}



/*SECTION GALERIA*/
.sect_gallery{
   /* background: #202033;*/
}

.iframe-ie {
    width: 100%;
    height: 100%;
    min-height: 90vh;
}


/*GALERÍA IMAGEN*/

.gallery_pad{
    padding-top: 30px;
    margin-bottom: -30px;
}

.gallery-navall{
    position: relative;
    text-align: center;
    padding: 30px 0;
}

.gallery-navmtp{
  background: transparent;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
}

.gallery-navmtp > .gallery-bot{
    position: relative;
    color: #333;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    outline: 0!important;
    outline-width: 0!important;
    outline-color: transparent!important;
    border: 2px solid;
}

.gallery-navmtp > .gallery-bot > span{
    display: inline-block;
    font-weight: 700;
    padding: 1rem 0;
    color: #f4c306;
    margin: 0 1.5rem;
    /*border-bottom: 4px solid #333333;*/
    transition: color 150ms,border-color 150ms;
}


/*.gallery-navmtp > .gallery-bot.mixitup-control-active > span{
  border-bottom-color: #f4c306;
}*/


.gallery-bgall{
  position: relative;
  padding: 40px 0;
}

.gallbox-content {
    padding: 1rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.gallery-bgall .mix a{
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}
.mix>a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}
.gallery-bgall .mix a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    opacity: 0;
    z-index: 1;
    transition: all ease 500ms;
}
.gallery-bgall .mix a:after{
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    transition: all ease 500ms;
}
.mix>a:hover:before {
    opacity: 1;
    transition: all ease 500ms;
}
.mix>a:hover:after {
    opacity: 1;
    transition: all ease 500ms;
}

@media screen and (min-width: 401px) {
    .gallbox-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}


/* 3 Columns */
@media screen and (min-width: 767px) {
    .gallbox-content {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

/* 4 Columns */
@media screen and (min-width: 1281px) {
    .gallbox-content {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.title_galeria h3{
    color: #042280;
    text-align: center;
    font-weight: 700;
    font-size: 40px; 
    font-family: 'Nunito', sans-serif;
}


/*SECIION TESTIMONIOS*/
.sect_testimonio{
    background-image: url(../../../public/img/fondo/parallax_pic2.jpg);
    background-size: cover;
    padding: 50px 0;
    background-repeat: no-repeat;
}

.testimonio .item{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.testimonio .item .item_header h1{
    color: #252536;
    font-weight: 800;
    text-align: center;
}

.testimonio .item .item_body p{
    text-align: center;
    padding: 50px 0;
    color: #000;
    margin-bottom: 0;
}

.testimonio .item .item_footer img{
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonio .item .item_footer h3{
    text-align: center;
    color: #252536;
    font-weight: 700;
    transition: all ease 500ms;
}

.testimonio .item .item_footer h3:hover{
    color: #fff;
    font-weight: 700;
    transition: all ease 500ms;
}

.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {
    background: #003276;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
}


/*FOOTER*/

.flex_footer{
    display: flex;
    flex-flow: row wrap;
}

.flex_footer .mapa{
    width: 50%;
}

.flex_footer .form_contact{
    width: 50%;
    padding: 30px 15px;
}

.list_infofoot{
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    align-items: center;
}
.infofoot_li{
    margin: 0 auto;
}
.infofoot_li_ul{
    list-style: none;
    padding-left: 0;
    text-align: left;
}

/*.frm_contacto{
    padding: 0 15px;
}*/

.formulario{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.formulario .tnews-frmCnt input{
    border-radius: 0px;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    height: 45px;
}

.formulario .tnews-txtareafrm{
    border-radius: 0px;
}

.formulario .tnews-frmCnt input:focus, .formulario .tnews-txtareafrm:focus{
    box-shadow: 0px 0px 5px #ccc;
    outline: none;
    border: 1px solid #ccc;
}

.title_form h2{
    color: #003276;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.btn_verproduct{
    display: block;
    width: 150px;
    margin: 0 auto;
    background: #003276;
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn_verproduct:before{
    content: "";
    position: absolute;
    left: 0;
    top: -50%;
    width: 100%;
    z-index: -1;
    height: 50%;
    background: #eac538;
    transition: all ease 500ms;
}

.btn_verproduct:after{
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -50%;
    width: 100%;
    height: 50%;
    background: #eac538;
    transition: all ease 500ms;
}

.btn_verproduct:hover:after{
    bottom: 0;
    transition: all ease 500ms;
}

.btn_verproduct:hover:before{
    top: 0;
    transition: all ease 500ms;
}

.btn_verproduct:hover, .btn_verproduct:focus{
    color: #fff;
}

.btn_movil span{
    border: 3px solid;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}

.contador{
    font-size: 30px;
}

/*MENU FIXED*/
.menu-fixed{
    position: fixed;
    z-index: 9991;
    background: linear-gradient(180deg, rgba(170,170,170,1) 0%, rgba(200,200,200,1) 50%, rgba(120,120,120,1) 100%);
    opacity: 0.8;
    transition: all 500ms ease;
    box-shadow: 1px 1px 6px 3px #0000000d;
}

.btn_movil{
    padding: 30px 30px;
    color: white;
    width: 100px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    font-size: 30px;
    transition: all 200ms ease;
}

.menu-fixed .btn_movil{
    transition: all 200ms ease;
    color: #881a1c;
}


.navbar_movil{
    position: fixed;
    left: 0;
    width: 100%;
    right: 0;
    top: 84px;
    left: 100%;
    z-index: 3;
    transition: all ease 500ms;
    margin: 0 auto;
    }

    .list_nav2{
    margin-top: 61px;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(170,170,170,1) 0%, rgba(200,200,200,1) 50%, rgba(120,120,120,1) 100%);
    opacity: 0.8;
    border-bottom: 0px solid #000000;
    border-top: 0px solid #000000;
    }

    .list_nav2>li{
        display: inline-block;
        width: 20%;
    }

    .list_nav2>li>a{
    padding: 30px 10px;
    color: #86191c;
    position: relative;
    display: block;
    font-weight: 900;
    }

    .list_nav2>li>a>span{
    box-shadow: inset 1px 1px 4px 4px #0000003b;
    position: absolute;
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    top: 0;
    color: #042280!important;
    left: 0;
    background: white;
        -webkit-transform: translate(0,-100px);
        -moz-transform: translate(0,-100px);
        -ms-transform: translate(0,-100px);
        -o-transform: translate(0,-100px);
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        opacity: 0;
        z-index: -1;
    }

    .list_nav2>li>a:hover>span{

        -webkit-transform: translate(0,0);

        -moz-transform: translate(0,0);

        -ms-transform: translate(0,0);

        -o-transform: translate(0,0);

        -webkit-transition: all .4s ease-out;

        -moz-transition: all .4s ease-out;

        -ms-transition: all .4s ease-out;

        -o-transition: all .4s ease-out;

        opacity: 1;

        z-index: 1;

    }

/*RESPONSIVE HOME*/

@media(max-width: 991px){
    .navbar_main {
        width: 100%;
    }

    .box_slogan h3 {
        font-size: 15px;
    } 

   /* .circle_valor {
        width: 150px;
        height: 150px;
    }*/

    .list_valores>li {
    width: 50%;
    /* margin: 0px auto; */
    margin-bottom: 30px;
}

    .list_products_dad>li {
        width: 100%;
    }

    .menu_pestañas{
        display: none;
    }


    /*.btn_movil{
        display: block;
    }*/

    .p_descrip {
        margin: 30px 0;
        text-align: center;
    }
}



@media(max-width: 767px){
    .list_valores>li {
        width: 100%;
        margin: 30px 0;
    }

    .separator{
        display: none !important;
    }

    .iconslogan{
        width: 100%;
        text-align: center !important;

    }

    .title_producto h3 {
        width: 100%;
    }

    .list_nav2>li {
        width: 100%;
    }

   /*/.navbar_movil {
        top: -320px;
    }*/

    .menu_parts .logo_main {
        width: 40%;
    }

    .codrops-header h1 {
        font-size: 30px;
    }

}

@media(max-width: 600px){

    .list_products_dad>li>.productos_child:nth-child(1) {
        width: 100%;
    }

    .list_products_dad>li>.productos_child:nth-child(2) {
        width: 100%;
        padding: 30px 0;
    }

    .contador {
        font-size: 20px;
    }

    .circle_valor h4{
        font-size: 15px;
    }
}

@media(max-width: 400px){
   /* .circle_valor {
        width: 120px;
        height: 120px;
    }*/

    .menu_parts .logo_main {
        width: 50%;
    }
}

.menu_float{
    opacity: 1;
    top: 84px;
    z-index: 9;
    transition: all ease 500ms;
    left: 0;
}


/*SECTION FOOTER*/

.sect_footer{
    background: #6767671f;
    padding: 30px 0;
}

.logo_main{
    text-align: center;
}

.logo_main .logo{
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}
.logo_main .logo img{
    width: 100%;
}
.sect_footer .p_info a{
    padding: 10px 20px;
    color: #0000006e;
    font-size: 18px;
}
/*.p_info{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}*/
.derechos{
    text-align: center;
}
.sect_footer a span{
    color: #bb2830;
    font-size: 25px;
    /*width: 100%;*/
    max-width: 300px;
    margin: 0 auto;
    font-weight: 600;
}

.list_redes_foot{

    padding-left: 0;

    margin-bottom: 0;

    list-style: none;

    padding: 20px 0;

}

.list_redes_foot>li{

    display: inline-block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 49px;
    transition: all ease 500ms;
    box-shadow: 3px 1px 6px 0px black;

}

.list_redes_foot>li:hover{

    background: #052380;

    transition: all ease 500ms;

}

.list_redes_foot>li:hover>a>span{

    color: #fff;

    transition: all ease 500ms;

}



/*RESPONSIVE FOOTER*/

@media(max-width: 767px){

    .flex_footer .mapa {

        width: 100%;

    }

    .flex_footer .form_contact {

        width: 100%;

    }

    #map{

        height: 400px !important;

    }

}

@media(max-width: 670px){

    .sect_footer .p_info a {

        font-size: 13px;

    }

}

@media (max-width: 600px){

    .codrops-header h1 {

        font-size: 20px;

    }

    .codrops-header h1 span {

        font-size: 20px;

    }

    .btn_slider {

        width: 150px;

        font-size: 13px;

    }

}



/*BOTONES DEL CAROUSEL*/

.productos .owl-prev{

    position: absolute;

    left: 0;

    bottom: 50%;

    margin: 0 !important;

    text-indent: -666em;

    width: 30px;

    height: 30px;

}

.productos .owl-prev:before{

    content: "\e875";

    font-family: Linearicons-Free;

    text-indent: 0;

    position: absolute;

    left: 0;

    top: 0;

    font-weight: 800;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.productos .owl-next{

    position: absolute;

    right: 0;

    bottom: 50%;

    margin: 0 !important;

    text-indent: -666em;

    width: 30px;

    height: 30px;

}

.productos .owl-next:before{
    content: "\e876";
    font-family: Linearicons-Free;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productos .owl-nav [class*=owl-] {
    background: #003276;
}

.productos .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #003276;
    text-decoration: none;
}

.productos .owl-theme .owl-nav {
    margin-top: 0;
}

.productos li{
    box-shadow: 1px 1px 7px 4px #0000001c;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.categoria li{
    box-shadow: 1px 1px 7px 4px #0000001c;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.firstHeading{
    color: #003276;
    font-weight: 800;
}

#bodyContent b{
    color: #003276;
}

.hr_contact{
    width: 50px;
    border-top: 4px solid #bd2931;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*==========>NOSOTROS<==========*/
/*MENU*/
.nos_menu{
    padding: 60px;
    /*background: white;*/
    /*background-color: #b9b9b9;*/
    padding-left: 10%;
    background: linear-gradient(180deg, rgba(170,170,170,1) 0%, rgba(200,200,200,1) 50%, rgba(120,120,120,1) 100%);
    opacity: 0.8;
}
.nos_menu .menu_text h4{
    color: #fff;
    font-family: 'Inconsolata', monospace;
}
.nos_menu .menu_text a{
    color: #fff;
    text-decoration: none;
}
.nos_menu .menu_text span{
    color: #8b1a1d;
}
@media (max-width: 991px) {
    .nos_menu{
        padding: 100px 30px 10px 30px;
    }
}
/*QUIENES SOMOS*/
.nos_quienes_somos{
    background-image: url(../../../public/img/fondo/parallax.jpg);
    padding: 70px 0px;
}
.nos_quienes_somos .quienes_somos_text{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}
.nos_quienes_somos .quienes_somos_text h1{
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 0;
}
.nos_quienes_somos .quienes_somos_text p{
    text-align: justify;
    font-size: 20px;
}
@media (max-width: 900px){
    .nos_quienes_somos .quienes_somos_text {
        max-width: 500px;
    }
    .nos_quienes_somos .quienes_somos_text h1 {
        font-size: 30px;
    }
    .nos_quienes_somos .quienes_somos_text p {
        font-size: 15px;
    }
}
@media (max-width: 600px){
    .nos_quienes_somos .quienes_somos_text {
        max-width: 250px;
    }
    .nos_quienes_somos .quienes_somos_text h1 {
        font-size: 25px;
    }
    .nos_quienes_somos .quienes_somos_text p {
        font-size: 13px;
    }
}
/*HISTORIA*/
.nos_historia{
    margin: 70px 0px;
}
.nos_historia .color_line{
    border-top: 3px solid #eac538;
    width: 80px;
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
}
.nos_historia .historia_text{
    color: #000;
}
.historia_text h1{
    font-size: 36px;
    font-weight: 600;
    color: #003276;
}
.historia_text p{
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: justify;
    padding-left: 20px;
}
@media (max-width: 1200px){
    .historia_text h1{
        font-size: 26px;
        font-weight: 600;
        color: #003276;
    }
    .historia_text p{
        font-size: 17px;
    }
}
/*MISION-VISION-VALORES*/
.nos_mis_vis_val{
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #003276;
}
.nos_mis_vis_val .item-about .icon{
    display: inline-block;
    padding-right: 10px;
    float: left;
    font-size: 75px;
    color: #ebc742;
}
.item-about .icon .bg-icon{
    position: absolute;
    top: -60px;
    left: 50px;
}
.item-about .icon .bg-icon i {
    font-size: 152px;
    opacity: 0.05;
}
.item-about .content {
    padding-left: 20px;
    overflow: hidden;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #fff;
}
.item-about .content h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.item-about .content h3 span {
    color: #eac538;
}
.item-about .content p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
}
/*==========>PRODUCTOS<==========*/
/*TITULO*/
.categories_title{
    color: #003276;
    padding-bottom: 30px;
}
.categories_title h1{
    font-weight: 600;
   /* font-family: 'Nunito', sans-serif;*/
}
.categories_title .color_line{
    border-top: 3px solid #bc2830;
    width: 80px;
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
}
/*CATEGORIAS*/
.prod_products{
    margin: 30px 0px 70px;
}
.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
    /*font-family: 'Inconsolata', monospace;*/
    font-family: 'Ubuntu', sans-serif;
}
.nav-sidebar a {
    color: #8f1a1f;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar a:hover{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #003276 !important;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.nav-sidebar .active a:hover {
    background-color: #eac538;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}
.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#0b56a8;
    border-color: #0b56a8;
}
.container .text-style{
    text-align: justify;
    line-height: 23px;
    margin: 0 13px 0 0;
    font-size: 19px;
}
.tab-content h2{
    color: #003276;
    font-family: 'Nunito', sans-serif;
}
.tab-content p{
    color: black;
    font-family: 'Open Sans', sans-serif;
}
.prod_item{
    padding-bottom: 30px;
}
.prod_item ul{
    color: black;
    font-family: 'Open Sans', sans-serif;
}
.prod_item .prod_img_cont{
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}
.prod_img_cont img{
    transition: all ease 500ms;
}
.prod_img_cont:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}

.panel-heading{
    font-family: 'Inconsolata', monospace;
}
/*BOTON CARRUSEL DE PRODUCTOS*/

.producto_interna .owl-prev{
    position: absolute;
    left: -19px;
    bottom: 50%;
    margin: 0 !important;
    text-indent: -666em;
    width: 30px;
    height: 30px;
}

.producto_interna .owl-prev:before{
    content: "\e875";
    font-family: Linearicons-Free;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producto_interna .owl-next{
    position: absolute;
    right: -19px;
    bottom: 50%;
    margin: 0 !important;
    text-indent: -666em;
    width: 30px;
    height: 30px;
}

.producto_interna .owl-next:before{
    content: "\e876";
    font-family: Linearicons-Free;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producto_interna .owl-nav [class*=owl-] {
    background: #003276;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.producto_interna .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #003276;
    text-decoration: none;
}

.producto_interna .owl-theme .owl-nav {
    margin-top: 0;
}
/**/
.producto_interna{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.producto_interna li>a{

   position: relative;

   display: block;

   overflow: hidden;

   transition: all ease 500ms;

}

.producto_interna li>a img{

   transition: all ease 500ms;

}

.producto_interna li>a:hover img{

   -webkit-transform:scale(1.3);transform:scale(1.3);

   transition: all ease 500ms;

}

/*.producto_interna li>a:before{

   content: "";

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   background: rgba(0, 0, 0, 0.57);

    opacity: 0;

    z-index: 1;

    transition: all ease 500ms;

}*/

.producto_interna li>a:hover:before{

    opacity: 1;

    transition: all ease 500ms;

}



/*.producto_interna li>a:after{

    content: "\f00e";

    font-family: FontAwesome;

    position: absolute;

    display: flex;

    width: 100%;

    height: 100%;

    top: 0;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 30px;

    z-index: 2;

    opacity: 0;

    transition: all ease 500ms;

}*/

.producto_interna li>a:hover:after{

    opacity: 1;

    transition: all ease 500ms;

}

/*==========>GALERIA<==========*/
/*TITULO*/
.gallery_title h1{
    font-weight: 600;
    color: #003276;
    margin-top: 40px;
}
.gallery_title .color_line{
    border-top: 3px solid #eac538;
    width: 80px;
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
    /*padding-bottom: 30px;*/
}
/*GALERIA DE FOTOS*/
.light_gallery{
    background-color: #fff;
    padding: 20px;
    padding-bottom: 50px;
}
.light_gallery .light_item{
    margin: 7px 0px;
}
.light_gallery .light_item img{
    width: 100%;
}
.light_gallery .light_item a{
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}
.light_item>a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}
.light_gallery .light_item a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    opacity: 0;
    z-index: 1;
    transition: all ease 500ms;
}
.light_gallery .light_item a:after{
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    transition: all ease 500ms;
}
.light_item>a:hover:before {
    opacity: 1;
    transition: all ease 500ms;
}
.light_item>a:hover:after {
    opacity: 1;
    transition: all ease 500ms;
}
/*==========>CONTACTO<==========*/
.contacto_flex{
    display: flex;
    flex-flow: row wrap;
}
.contacto_flex .mapa{
    width: 100%;
}
.contacto_flex .form_contact{
    width: 100%;
    padding: 30px 15px;
}
.contacto_flex .frm_contacto{
    max-width: 1000px;
    margin: 0 auto;
}
.contacto_flex .formulario{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.contacto_flex .formulario .tnews-frmCnt input{
    border-radius: 0px;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    height: 45px;
}
.contacto_flex .formulario .tnews-txtareafrm{
    border-radius: 0px;
}
.contacto_flex .formulario .tnews-frmCnt input:focus, .formulario .tnews-txtareafrm:focus{
    box-shadow: 0px 0px 5px #ccc;
    outline: none;
    border: 1px solid #ccc;
}
.contacto_flex .title_form h2{
    color: #003276;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
.contacto_flex .btn_verproduct{
   width: 300px;
    border: 0;
    border-radius: 50px;
    box-shadow: 3px 2px 2px 2px #0000001c;
    transition: all 500ms ease;
}
.contacto_flex .btn_verproduct:hover{
    background: #bd2931;
}
.mixitup-control-active {
    background: white !important;
}

@media(max-width: 1199px){
    .box_product{
        height: 170px;
    }
}

@media (max-width: 991px){
    .box_product {
    height: 60px;
    }   
}

.productos2{
     display: none!important;
     list-style: none;
     margin: 0;
     padding: 0;
}

.productos2 li {
    box-shadow: 1px 1px 7px 4px #0000001c;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.productos2 li>a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all ease 500ms;
}

.productos2 li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    opacity: 0;
    z-index: 1;
    transition: all ease 500ms;
}

.productos2 li>a:hover:before {
    opacity: 1;
    transition: all ease 500ms;
}

.productos2 li>a img {
    transition: all ease 500ms;
    width: 100%;
}

.productos2 li>a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all ease 500ms;
}

.productos2 li>a:after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    transition: all ease 500ms;
}

.productos2 li>a:hover:after {
    opacity: 1;
    transition: all ease 500ms;
}


@media screen and (min-aspect-ratio: 1280/850){
    .bg-img img {
    width: 200%;
    height: 200%!important;
}
}

@media(max-width: 858px){
    .bg-img img{
         position: absolute;
         display: block;
         height: 200%;
         width: 200%;
         object-fit: cover;
    }
}

@media (max-width: 747px){
    .categoria {
     display: none!important;
    }   
    .productos2{
        display: block!important;
    }
}

@media(max-width: 524px){
    .titi h1{
        font-size: 14px;
    }
    .js .boxgallery, .js .panel2 {
    height: 73%!important;
     }
     .Slideshow {
    height: 66vh!important;
    }
    .sect_slogan{
    margin-top: -86px;
    }
    .codrops-header{
        top: 70%!important;
    }
    .btn_slider{
        padding: 6px 9px;
        width: 100px;
    }
    .btn_tel p{
        display: none;
    }
}


/*==========>BTN COTIZA<==========*/
.btn_cotiza {
    width: 160px;
    height: 80px;
    border: 3px solid;
    border-radius: 10%;
    /*background: #001390;*/
    color: #fff;
    text-decoration: none;
    /* animation: 500ms scale infinite; */
    /* animation-direction: alternate-reverse; */
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 20;
    animation: 500ms scale infinite;
    animation-direction: alternate-reverse;
    transition: ease 500ms;
}

.btn_cotiza:hover {
    color: #fff;
    /*background: #8a1a1d;*/
    background: #1D2C89;
    text-decoration: none;
    animation: 500ms scale infinite;
    animation-direction: alternate-reverse;
    transition: all 500ms ease;
}

.btn_cotiza p{
    font-family: 'Nunito', sans-serif;
}


/*==========>BTN COTIZAR<==========*/
.btn_cotizar{
    display: block;
    width: 200px;
    border-radius: 10%;
    margin: 0 auto;
    background: #00b551;
    font-size: 18px;
    text-align: center;
    padding: 15px 15px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn_cotizar:hover {
    color: #fff;
    background: #226cc7;
    text-decoration: none;
    animation: 500ms scale infinite;
    animation-direction: alternate-reverse;
    transition: all 500ms ease;
}

/*.btn_cotizar:before{
    content: "";
    position: absolute;
    left: 0;
    top: -50%;
    width: 100%;
    z-index: -1;
    height: 50%;
    background: #690303;
    transition: all ease 500ms;
}

.btn_cotizar:after{
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -50%;
    width: 100%;
    height: 50%;
    background: #690303;
    transition: all ease 500ms;
}*/

.btn_cotizar:hover:after{
    bottom: 0;
    transition: all ease 500ms;
}

.btn_cotizar:hover:before{
    top: 0;
    transition: all ease 500ms;
}

.btn_cotizar:hover, .btn_cotizar:focus{
    color: #fff;
}