@charset "utf-8";

a:hover{
	text-decoration: none;
}

.bg-black{
	background: #000;
}

.text1{
	font-family: 'Cuprum', sans-serif;
}

.text2{
	font-family: 'Homenaje', sans-serif;
}

.lazy-image{
	filter: blur(7px);
	transition: all .5s;
}

.loaded{
	filter: blur(0px);
	transition: all .5s;
}


.plain-text{
	font-size: 16px;
	margin-bottom: .2em;
}


.bg-grey{
	background-color: #fdfdfd;
}

.animated{
	visibility: hidden;
}

.lazy-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(7px);
  transition: all 05s;
}

.lazy-background.visible{
	filter: blur(0px);
  transition: all 05s;
}


/*===========================================*/
/*SCROLL*/
/*===========================================*/

.scroll:after{
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% - 27px);
    bottom: 0;
    right: 14px;
    background-image: url(../img/sombra.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
}



.scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scroll::-webkit-scrollbar{
    width: 6px;
    
}

.scroll::-webkit-scrollbar-thumb{
    background-color: #0088cc ;
}

.titulos{
	color: #C1272D;
    font-family: homenaje, sans-serif;
    line-height: 1.1em;
    font-size: 40px;
}


/*===========================================*/
/*OWL*/
/*===========================================*/

.owl-carousel .owl-nav button.owl-prev::before, .owl-carousel .owl-nav button.owl-next::before{
	color: #c1272d;
    font-size: 26px;
}


.owl-carousel .owl-nav button.owl-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
}

.owl-carousel .owl-nav button.owl-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f137";
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: unset;
}

.owl-theme .owl-nav [class*=owl-]:focus{
	border: none;
	outline: none;
}

.owl-theme .owl-nav [class*=owl-]:active{
	transform: scale(0.9);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #c1272d;
}

.btn{border-radius: 30px}

.iconos .owl-carousel .owl-nav button.owl-prev::before, .iconos .owl-carousel .owl-nav button.owl-next::before{
	color: rgba(255,255,255,.5);
    font-size: 26px;
}


/*===========================================*/
/*menu*/
/*===========================================*/

.navbar-dark .navbar-nav .nav-link{
	text-transform: uppercase;
	text-align: center;
    font-size: 11px;
    line-height: 29px;
    color: #ffffff;
    font-family: Geneva, Verdana, Lucida Sans, Lucida Sans Unicode, sans-serif;
    font-weight: normal;
    padding: .1em 1em;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
	background: #fff;
	color: #000;
	border: solid 1px #fff;
	transform: scale(.9);
}

.navbar-brand{
	display: none;
	width: 156px;
	height: 56px;
	background-image: url(../img/logochico.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.dropdown-item{
	font-size: 14px;
}

.esferatop{display: none;}

.navbar-dark .nav-link{
	color: #fff;
	border-top: solid 1px rgba(255,255,255,0);
}

.navbar-dark .nav-link:hover{
	border-top: solid 1px rgba(255,255,255,.5);
}

.fixednavbar{
	position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1002;
    -webkit-box-shadow: 0 2px 10px -1px rgb(87 97 100 / 35%);
    -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgb(87 97 100 / 35%);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fixednavbar .top{
	display: none;
}

.logo-nav{
	display: none;
}

.fixednavbar .navbar-brand{
	display: block;
}


.fixednavbar .navbar-nav{
	font-size: 13px
}

/*===========================================*/
/*TOP*/
/*===========================================*/

.top{
}

.data{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
}

.logo-top{
	position: relative;
	padding: 10px 0;
	background-image: url(../img/header.jpg);
	background-position:top center;
	background-size: cover;
}


.top-txt, .top-img{
	width: 50%;
}

.top-txt h2{
	font-weight: 800;
	color: #c1272d;
	font-size: 47px;
	margin-bottom: 0;
}

.top-txt h3{
	font-weight: 600;
	color: #2b454e;
	font-size: 23px;
	margin: 1em 0;
}

.top-txt h4{
	font-weight: 500;
	color: #2b454e;
	font-size: 18px;
	margin-bottom: 1em;
}

.top-txt a{
	font-size: 23px;
}

/*===========================================*/
/*page-head*/
/*===========================================*/

.top-content{
	position: relative;
}

.lazy-background.page-head{
	filter: blur(7px);
	transition: all .5s;
}

.lazy-background.visible{
	filter: blur(0px);
	transition: all .5s;
}

.lazy-background .page-head-container{
	filter: blur(0px);
}

.page-head{
	background-position: top center;
	background-size: cover;
}

.page-head-sm{
	height: 344px;
}

.page-head-lg{
	height: 550px;
}

.page-head-txt{
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
}

.page-head-container{
	height: 100%;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.page-head-txt h2{
	color: #fff;
	font-size: 50px;
	line-height: .9em;
}

.head-link a{
	text-decoration: none;
	font-family: Geneva, Verdana, Lucida Sans, Lucida Sans Unicode, sans-serif;
	color: #fff;
	font-size: 18px;
	border:solid 1px #fff;
	text-transform: uppercase;
	margin-bottom: .5em;
	padding: .5em 1em;
	transition: all .5s;
}

.head-link a:hover{
	background: #fff;
	color: #000;
	transition: all .5s;
}



.inner-content{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

/*===========================================*/
/*ICONOS*/
/*===========================================*/

.iconos{
	background: hsla(0, 0%, 40%, 1);
	background: linear-gradient(304deg, hsla(0, 0%, 40%, 1) 0%, hsla(0, 1%, 26%, 1) 100%);
	background: -moz-linear-gradient(304deg, hsla(0, 0%, 40%, 1) 0%, hsla(0, 1%, 26%, 1) 100%);
	background: -webkit-linear-gradient(304deg, hsla(0, 0%, 40%, 1) 0%, hsla(0, 1%, 26%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#676767", endColorstr="#444242", GradientType=1 );
}



.icon-link{
	text-decoration: none;
}



.icon-img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border:solid 2px #fff;
	background-color: transparent;
	margin-bottom: 10px;
}

.icon-img svg{
	max-width: 70px;
	fill: #fff;
}


.icon-txt h4{
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: .8em;
	max-width: 220px;
	margin: 0 auto 6px auto;
	padding-bottom: 3px;
	border-bottom: solid 1px rgba(255,255,255,.8);
	font-weight: 300;
	letter-spacing: 1px;
}

.icon-txt p{
	font-size: 12px;
	color: #fff;
	text-align: center;
	max-width: 220px;
	margin: 0 auto;
	line-height: 1.1em;
	font-weight: 300;
}


.icon-link:hover{
	transition: all .3s;
	text-decoration: none;
}

.icon-link:hover .icon-img{
	border-color: #000;
	background: #000;
}


.icon-link:hover .icon-img svg{
	fill: #404040;
}


.icon-link:hover .icon-txt h4{
	color: #000;
	border-color: #000;
	font-weight: normal;
	
}

.icon-link:hover .icon-txt p{
	color: #000;
	font-weight: normal;
}


/*===========================================*/
/*MAGNIFIC POP UP*/
/*===========================================*/



.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.servicios{
	font-size: 38px;
	text-align: center;
	margin: 1em 0;
	color: #fff;
	position: relative;
}

.servicios:after{
	content: '';
	position: absolute;
	width: 10.973em;
	height: 3em;
	left: 50%;
    transform: translate(-50%, -0.3em);
	background-image: url(../img/servicios.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}



/*===========================================*/
/*REDES*/
/*===========================================*/

.redes-tit h2{
	font-size: 16px;
    line-height: 1em;
    color: #c1272d;
    padding-bottom: .1em;
    border-bottom: solid 1px #c1272d;
    margin-bottom:.5em;
    text-transform: uppercase;
}

.redes-item{
	width: 100%;
	padding-top: 148%;
	position: relative;
}

.redes-tit{
	position: relative;
}

.red{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.red *{
	width: 100%;
	height: 100%;
}

.border-none{
	border-width: 0!important;
}



/*===========================================*/
/*contacto*/
/*===========================================*/
.contacto .titulos{
	color: #c1272d;
	font-size: 30px;
	margin-bottom: 2px;
	padding-bottom:0;
	border-bottom: solid 2px #000;
}

.productos .btn{
	font-size: 12px;
}

.contacto h3{
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}

.contacto h5{
	font-size: 14px;
}

.contacto h3 i,.contacto h3 strong{
	color: #000;
	font-size: 20px;
}


footer{
	margin-top: 40px;
	padding-top: 30px;
	background-color: #162429;
	position: absolute;
    width: 100%;
}


.flex-content{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.terminos-content{
	display: flex;
	align-items: center;
	justify-content: center;
}

.mako{
	position: absolute;
	bottom: 15px;
	right: 15px;
	float: right;
}

.fiscal{
	position: absolute;
	bottom: 45px;
	right: 15px;
	float: right;
}

.datos-footer li ,.datos-footer li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 300;
	
	
}

.datos-footer{
	margin-top: 10px;
}

.datos-footer li{
	display: flex;
	align-items: center;
	padding-bottom: .5em;
	padding-top: .5em;
	margin: 0;
	border-bottom: solid 1px rgba(255,255,255,.3)
}

.datos-footer li i{
	width: 25px;
	height: 25px;
	background: #c1272d;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.redes-footer li a{
	text-decoration: none;
	color: #fff!important;
	font-size: 30px;
	margin: 0 10px;
}

.socios{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.socios-item a{
	display: block;
}

.socios-item img{
	width: 100%;
	min-width: 100px;
	max-width: 150px;
	margin: 0 10px;
}

.footer-item h3{
	font-size: 20px;
	color: #fff;
}


@media (max-width: 1200px){
}

@media (max-width: 1400px){
}

@media (max-width: 992px){
	.top-txt h2{font-size: 40px; line-height: 1em;}
	.top-txt h3{font-size: 19px; margin: .3em 0}
	.top-txt h4{font-size: 17px;}
	.top-txt a{font-size: 19px;}
	.mapa  iframe{height: 300px;}

}

@media (max-width: 960px){
	.page-head-lg{height: 400px}

}

@media (max-width: 768px){
	.fixednavbar .navbar-brand{display: none;}
	.esferatop{display: block;}
	.top{flex-direction: column; justify-content: center; align-items: center;}
	.top-txt, .top-img{width: 100%}
	.top-img{margin-top: 20px;}
	.page-head-lg{height: 434px;}
	.nosotros-txt p{font-size: 18px; text-align: center; border-top: solid 1px #fff;border-bottom: solid 1px #fff; padding: 5px 0;}
}

@media (max-width: 575px){
	.datos-footer li,.redes-footer,.socios{justify-content: center;}
	.footer-item h3{text-align: center;}
}

@media (max-width: 380px){
	.page-head-lg{height: 250px;}
	.top-txt h2{font-size: 30px;}
	.top-txt h3{font-size: 16px; margin: .3em 0}
	.top-txt h4,.icon-txt h4
	.top-txt a,.productos h4{font-size: 16px;}
	.titulos {font-size: 23px;}
}


/*-------------------------------------------------*/

@media (min-width: 768px){
	.flex-content{	max-width: 750px;}
}

@media (min-width: 992px){
	.flex-content{	max-width: 970px;}
		
}

@media (min-width: 1200px){
	.flex-content{	max-width: 1170px;}
}

@media (min-width: 1400px){
	.flex-content{	max-width: 1370px;}
}

@media (min-width: 1920px){
	.flex-content{	max-width: 1400px;}
}
