.contacto1{
	margin-top: 54px;
    margin-bottom: 45px;
}
.frase_contacto{
	background: #025599;
    padding: 20px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border-radius: 61px;
    display: flex;
    align-items: center;
   justify-content: center;
}
.frase_contacto h2{
	font-size: 24px;
	margin:0;
}
.frase_contacto a{
	font-size: 48px;
    text-decoration: none;
    color: white;
    border-left: 2px solid;
    padding-left: 30px;
    margin-left: 30px;
}
.title_first{
	text-align: center;
}
.titulo p{
	font-size: 20px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/*SECCION PRODUCTOS*/
.sect_productos{
   padding: 18px 0;
   padding-bottom: 10px;
}
.productos{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_product{
    text-align: center;
    padding: 0 10px;
}
.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;
}
.box_product h5{
    color: #000;
    font-size: 20px;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
}
.box_product p{
	font-family: 'Montserrat', 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;
}
.owl-item{
	box-shadow:1px 1px 6px 3px #0000001c;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.owl-prev{
	background: #005090!important;
}
.owl-next{
	background: #005090!important;
}
.productos .owl-prev{
   position: absolute;
    left: -20px;
    bottom: 57%;
    border-radius: 50px!important;
    width: 40px;
    height: 40px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.productos .owl-next{
    position: absolute;
    right: -20px;
    bottom: 57%;
    border-radius: 50px!important;
    width: 40px;
    height: 40px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
/*END SECCION PRODUCTOS*/

/*SECTION VALORES*/
.sect_valores{
    background-image: url(../../../../public/img/fondo/parallax.jpg);
    background-attachment: fixed;
    padding: 50px 0;
    background-size: cover;
    box-shadow: 1px 1px 5px 5px hsla(0, 0%, 0%, 0.14);
}
.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: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 6px solid #005090;
    border-left-color: #fff;
    border-right-color: #Fff;
    font-family: 'Montserrat', sans-serif;
    background: #00000075;
}
.counter{
    font-size: 30px;
}
.circle_valor h4{
	font-size: 19px;
}
/*SECTION GALERIA*/
.sect_gallery{
    background: #a3a3a31f;
}
/*=================>GALERIA<=================*/
.light_gallery{
    padding: 100px 0px;
}
.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 img{
    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: "\f00e";
    font-family: FontAwesome;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.8) 100%);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.light_item>a:hover:before {
    top: 10%;
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: all ease 500ms;
}
.whitheme{
    background: #fff !important;
}
@media only screen and (min-width: 768px){
    .whitheme .cd-tab-filter a {
        color: #000000;
    }
}
.whitheme .cd-tab-filter a.selected {
    border: 3px solid #000;
    background: #ef5b1d;
}
.whitheme .cd-tab-filter a:hover {
    background: #febd00 !important;
}
.whitheme .cd-gallery ul {
    display: flex;
    flex-flow: row wrap;
}
.whitheme .cd-gallery li {
    margin: 9px auto;
}

/*GALERÍA IMAGEN*/
.galerin{
    background:#f4f4f4;
}
.gallery_pad{
    padding: 30px 0;
}

.title_galeria h3{
    color: #005090;
    text-align: center;
    font-weight: 700;
    font-size: 40px; 
    font-family: 'Montserrat', sans-serif;
}

/*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;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.list_products_dad>li>.productos_child{
    width: 50%;
    position: relative;
    overflow: hidden;
    /*border-bottom-left-radius: 20px;*/
}
.list_products_dad>li>.child{
    border-bottom-left-radius: 20px;
}
.list_products_dad>li>.productos_child .box_descrip{
    padding: 0 20px;
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    background: #f4f4f4;
    border-top-right-radius: 20px;
}
.list_products_dad>li>.productos_child .box_descrip h4{
    color: #003276;
    font-weight: 700;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.list_products_dad>li>.productos_child .box_descrip p{
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
}
.list_products_dad>li>.productos_child .box_descrip a{
    color: #f4c306;
    font-size: 20px;
    text-decoration: none;
}
.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;
}
/*CONTACTENOS*/
.contactenos_home{
	background: #005090;
}
.contactenos_titulos{
	padding: 30px 0;
	font-family: 'Montserrat', sans-serif;
}
.contactenos_titulos h3{
	color: white;
}
.contactenos_titulos a{
	background: white;
    padding: 8px 30px;
    color: black;
    margin: 0 auto;
    float: right;
    font-weight: 500;
    text-decoration: none;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all ease 200ms;
}
.contactenos_titulos a:before{
  content: '';
    position: absolute;
    background-color: #00213c;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.3s;
    border-radius: 7px;
    z-index: -1;
}
.contactenos_titulos a:hover{
	transition: all ease 200ms;
    color: white;
    background: #00213c;
}
.contactenos_titulos a:hover:before{
    height: 100%;
    transition: height 0.3s;
}
.mapita{
   position: relative;	
}
.box_map{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    width: 316px;
    background-image: url(../../../../public/img/fondo/b6-fondo.png);
    background-size: 100%;
    padding: 50px 50px;
    margin: 80px 0;
    display: flex;
    flex-flow: row wrap;
    display: -moz-flex;
    align-items: center;
    justify-content: center;
}
.box_map span{
    text-align: center;
    color: #005090;
    /* text-shadow: 0px 0px 5px #fff; */
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.btn_contact{
    display: block;
    background: #808285;
    padding: 25px 15px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    text-decoration: none;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}
.btn_contact:hover, .btn_contact:focus{
    text-decoration: none;
    color: #Fff;
}
.btn_contact:before{
    content: "";
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    width: 0%;
    height: 100%;
    background: #005090;
    transition: all ease 500ms;
    z-index: -1;
}
.btn_contact:hover:before{
    width: 100%;
    transition: all ease 500ms;
}

@media(max-width: 991px){
    .frase_contacto h2{
       font-size: 15px;
   }
.circle_valor {
    width: 150px;
    height: 150px;
}
.list_products_dad>li {
    width: 100%;
}
.contactenos_titulos{
    text-align: center;
    padding: 20px 0;
}
.contactenos_titulos a{
    float: none;
}
}
@media(max-width: 767px){
    .cd-gallery{
        padding-bottom: 0;
    }
    .list_valores>li {
    width: 50%;
    margin: 30px 0;
    }
    .box_map {
   position: relative;
    left: 0;
    background-image: none;
    background-size: 100%;
    padding: 0px 50px;
    width: 100%;
    margin: 30px 0;
}
}
@media(max-width: 500px){
  .frase_contacto{
    padding: 10px 20px;
  }
  .frase_contacto h2{
    font-size: 10px;
  }
  .frase_contacto a{
    padding-left: 10px;
    margin-left: 10px;
  }
  .frase_contacto a i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    }
    .titulo p{
        font-size: 13px;
    }
    .contacto1 {
     margin-top: 40px;
     margin-bottom: 27px;
    }
    /*sect_productos{
        paddin*g:0;
    }*/
}