@font-face {
  font-family: 'CanacBlack';
  src: url('../fonts/CarnacBlack.woff2') format('woff2'),
       url('../fonts/CarnacBlack.woff') format('woff'),
       url('../fonts/CarnacBlack.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Canac';
  src: url('../fonts/CarnacRegular.woff2') format('woff2'),
       url('../fonts/CarnacRegular.woff') format('woff'),
       url('../fonts/CarnacRegular.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

.montserrat-normal{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat-bold{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body{
	margin:0;
	padding:0;
}
.wrapper{
	max-width: 1444px;
	position:relative;
	margin:0 auto;
}
.col-70{
	position:relative;
	float:left;
	width:70%;
	font-size: 15px;
}
.col-30{
	position:relative;
	float:left;
	width:30%;
}
.container{
	position:relative;
	float:left;
	width:100%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.in-2{
	position:relative;
	float:left;
	width:95%;
	left:2.5%;
}
.in-3{
	position:relative;
	float:left;
	width:98%;
	left:1%;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-lft{
	text-align:left;
}
.txt-just{
	text-align:justify;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
.mar-15{
	margin-top:15px;
	margin-bottom:15px;
}

.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.marb-30{
	margin-bottom:30px;
}
.mar-40{
	margin-top:40px;
	margin-bottom:40px;
}
#barra{
	font-family: "Montserrat", sans-serif;
	font-weight:bold;
	background:#1f2650;
	color:white;
	font-size: 11px;
}
.col30{
	position:relative;
	float:left;
	width:30%;
}
.col70{
	position:relative;
	float:left;
	width:70%;
}
.col70 a{
	margin-left:10px;
	margin-right:10px;
}
.col70 a:hover{
	color:#a3a8ff;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-left{
	text-align:left;
}
.txt-jus{
	text-align:justify;
}
.logo{
	position:relative;
	float:left;
	width:25%;
}
.logo img{
	max-width:90%;
	width: 150px;
}
.menu{
	position:relative;
	float:left;
	width:50%;
	font-family: "Montserrat", sans-serif;
}
.menu a{
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	margin-left:10px;
	margin-right:10px;
}
.menu a:hover{
	color:#d0112b;
}
.busqueda{
	position:relative;
	float:left;
	width:25%;
}
.inp{
	position: relative;
    top: -1px;
    width: 70%;
    font-size: 16px;
    height: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid gainsboro;
    padding-left: 15px;
	margin-right:0px;
	padding-right:0px;
	font-family: "Montserrat", sans-serif;
}
.search{
	width: 15%;
    font-size: 20px;
    height: 33px;
    margin-left: -5px;
	padding-left:0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #f52d26;
	background-color:#f52d26;
	color:white;
}
#minibanner{
	background-image:url('../imagenes/fondo_degradado2.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#484a6c;
	color:white;
	font-weight:bold;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	border-radius: 40px;
}
#minibanner h1{
	font-size: 65px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	font-family: 'CanacBlack';
}
.cuadrado{
	background-color:#eaebf1;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:30px;
	font-style:italic;
	transition: all ease .2s; /* Animation */
}
.cuadrado h2{
	font-family: 'CanacBlack';
	margin-bottom:5px;
	padding:0;
	transition: all ease .2s; /* Animation */
}
.cuadrado:hover{
	font-size:17px;
	transition: all ease .2s; /* Animation */
}
.cuadrado:hover .imagenbttm img{
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transition: transform .2s; /* Animation */
}
.imagenbttm{
	position: relative;
	bottom: 20px;
    right: -80px;
    height: 295px;
	transition: transform .2s; /* Animation */
}
.imagenbttm img{
	max-width:280px !important;
	transition: all ease .2s; /* Animation */
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
}
#categorias{
	font-family: "Montserrat", sans-serif;
}
#categorias h1{
	color:#000000;
	font-weight:400;
}
.wt{
	 background-color:white;
	border-radius:20px;
}
.c40{
	position:relative;
	float:left;
	width:40%;
}
.c40 img{
	max-width:100%;
}
.c60{
	position:relative;
	float:left;
	width:60%;
}
.owl-dots{
	display:none !important;
}
#banner_degradado{
	background-image:url('../imagenes/banner_degradado.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#292a3e;
	color:white;
	font-weight:bold;
	text-align:center;
	font-family: 'Canac';
}
#productos{
	margin-top:-70px;
}
.col25{
	position:relative;
	float:left;
	width:25%;
	margin-bottom:20px;
	transition: all ease .2s; /* Animation */
	overflow: hidden;
}
.col25:hover .cuadro img{
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transition: all ease .2s; /* Animation */
}
.col25:hover .titulo{
	color:#cc0033;
	transition: all ease .2s; /* Animation */
}

.col25:hover .boton-showmore{
	bottom: 10px;
	transition: all ease .2s; /* Animation */
}
.cuadro{
	background-color:#eaebf1;
	border-radius:10px;
	overflow:hidden;
}
.cuadro img{
	max-width:100%;
	transition: all ease .3s; /* Animation */
}
.titulo{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-style: italic;
	min-height: 100px;
}
.titulo h2{
	margin: 0;
    padding: 0;
    font-size: 17px;
}
.category{
	color:#cccccc;
	font-size: 15px;
}
.boton-showmore{
	bottom:-50px;
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	transition: all ease .2s; /* Animation */
}
.btnshowmore{
	background-color: #cc0033;
    color: white;
    padding: 5px 13px;
    border-color: red;
    border-radius: 13px;
}
.cl50{
	position:relative;
	float:left;
	width:50%;
}
#about h2{
	font-family: 'CanacBlack';
	margin:0;
	padding:0;
	font-size: 36px;
    text-transform: uppercase;
}
.textabout{
	font-family: 'Canac';
}
.minh{
	min-height: 245px;
}
.c50{
	position:relative;
	float:left;
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}
.c50 img{
	max-width:130px;
}
.c50 h3{
	font-family: 'CanacBlack';
	color:#292a3e;
	text-transform:uppercase;
}
.blk{
	font-family: 'CanacBlack';
}
#blog{
	font-family: 'CanacBlack';
}
#blog h1{
	color:#292a3e;
	font-size:40px;
	text-transform: uppercase;
}
.c33{
	position:relative;
	float:left;
	width:33.33%;
}
.c33 img{
	max-width:100%;
}
.contorno{
	border: 1px solid gainsboro;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
	background: #eaebf1;
}
.contorno img{
	transition: all ease .2s; /* Animation */
}
.contorno:hover img{
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	transition: all ease .2s; /* Animation */
}

.tituloblog{
	position: relative;
    float: left;
    width: 100%;
	background:#eaebf1;
	font-weight:bold;
	font-family: 'CanacBlack';
	font-size: 19px;
	padding-bottom:10px;
}
#suscribe{
	background-image:url('../imagenes/fondo_mail2.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#484a6c;
	color:white;
	font-weight:bold;
	font-family: 'CanacBlack';
	border-radius: 40px;
}
#suscribe h2{
	font-size: 23px;
}
.isvg {
	fill:#616161;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.col50{
	position: relative;
    float: left;
    width: 50%;
}
.mail{
	background-color:#000000;
	color:white;
	font-size: 17px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid black;
	border-radius:10px;
	width:90%;
}
.mail::placeholder{
	color:rgb(255 255 255 / 70%);
}
.suscribirse{
	background: #cc0033;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    border: 1px solid #cc0033;
	border-radius:10px;
}
.suscribirse .isvg {
	fill:#fff;
	width: 29px !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#footer{
	background-color:#eef1f2;
	font-family: "Montserrat", sans-serif;
}
#footer h3{
	font-size: 16px;
}
#footer a{
	font-size:14px;
}
.support{
	background-color: #cc0033;
    border: 1px solid #cc0033;
    color: white;
    font-size: 15px;
    padding: 10px;
    border-radius: 20px;
}
.fc30{
	position: relative;
    float: left;
    width: 30%;
}
.fc30 img{
	max-width:90%;
	width: 200px;
}
.fc70{
	position: relative;
    float: left;
    width: 70%;
}
.fc25{
	position: relative;
    float: left;
    width: 25%;
}
.redesf i{
	font-size: 25px !important;
}
.redesf{
	position:relative; 
	float:right;
	width:15%;
	text-align:right;
	
}
.redesf a{
	margin-left:10px;
}
.tbl{
	display:block;
	}
.tblresp{
	display:none;
}
.imga{
	max-width:100%;
}
.menuresp{
	display:none;
}
button.accordion {
    background-color: #fff;
    color: #071c57;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
}
button.accordion:after {
    /*content: '\002B';*/
    color: #071c57;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    /*content: "\2212";*/
}
div.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color:white;
	text-align:left
}
.menurespo{
	width: 100%;
    text-align: left;
    background: #fff;
    color: #0357a7;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
	font-size:18px;
	font-family: "Canac";
}
.menurespo:hover{
	background-color:#e11f35;
	color:white;
	transition: max-height 0.2s ease-out;
	font-family: "CanacBlack";
}
.ajuste{
	margin-top: -110px;
}
#counter {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
	font-family: "CanacBlack";
}
#counter2{
    font-size: 65px;
    font-weight: bold;
    color: #fff;
	font-family: "CanacBlack";
}

#counter3{
    font-size: 65px;
    font-weight: bold;
    color: #fff;
	font-family: "CanacBlack";
}

@media screen and (max-width: 1210px){
	.cl50{
		width:100%;
		margin-bottom:20px;
	}
	.imga{
		max-width:400px;
		width:100%;
	}
	.txtc{
		text-align:center;
	}
}
@media screen and (max-width: 1150px){
	.col25{
		width:33.33%;
	}
	.titulo {
		min-height: 115px;
	}
	.logo{
		width:100%;
		text-align:center;
	}
	.logo img{
		max-width:200px;
		width:100%;
	}
	.menu{
		width:100%;
	}
	.menu .mar-40{
		margin-top:20px;
		margin-bottom:20px;
	}
	.busqueda{
		width:100%;
	}
	.busqueda .mar-30{
		margin-top:10px;
	}
	.inp {
		position: relative;
		top: -1px;
		width: 185px;
	}
}
@media screen and (max-width: 1140px){
	.fc30{
		width:100%;
		text-align:center;
		margin-top:10px;
		margin-bottom:20px;
	}
	.fc30 img{
		max-width:300px;
	}
	.fc70{
		width:100%;
	}
}
@media screen and (max-width: 1080px){
	.col50{
		width:100%;
		text-align:center;
	}
	.col50 .mar-30{
		margin-top:10px;
	}
}
@media screen and (max-width: 950px){
	.c33{
		width:50%;
		margin-bottom:20px;
	}
	.owl-nav{
		width: 35% !important;
		bottom: 95% !important;
	}
	.cuadrado {
		margin-top: 20px;
	}
}
@media screen and (max-width: 925px){
	.col30{
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.col70{
		width:100%;
	}
	.col70 > .txt-rig{
		text-align:center;
	}
}
@media screen and (max-width: 900px){
	#minibanner h1 {
		font-size: 40px;
	}
	#counter{
		font-size: 40px;
	}
	#counter2{
		font-size: 40px;
	}
	#counter3{
		font-size: 40px;
	}
}
@media screen and (max-width: 880px){
	.fc25{
		width:100%;
	}
}
@media screen and (max-width: 800px){
	.redesf{
		float:left;
		width:100%;
		text-align:center;
		margin-top:20px;
	}
}
@media screen and (max-width: 750px){
	.c33{
		width:100%;
		margin-bottom:20px;
	}
	.c33 img{
		width:100%;
	}
}
@media screen and (max-width: 700px){
	.c50{
		width:100%;
		text-align:center;
	}
	.minh{
		min-height:inherit;
	}
	.col25{
		width:50%;
	}
}
@media screen and (max-width: 660px){
	.menuresp{
		display:block;
		text-align:right;
	}
	.menu .mar-40 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
	.menuresp i{
		font-size:25px !important;
	}
	.menuno{
		display:none;
	}
	#minibanner{
		background-position:center;
		border-radius:20px;
	}
	.col33{
		width:100%;
	}
}

@media screen and (max-width: 555px){
	.tbl{
		display:none;
	}
	.tblresp{
		display:block;
	}
}
@media screen and (max-width: 500px){
	.col25{
		width:100%;
	}
	.cuadro{
		text-align:center;
	}
	.cuadro img{
		max-width:200px;
		width:100%;
	}
	.col70{
		font-size:small;
	}
}
@media screen and (max-width: 450px){
	#categorias h1{
		padding-bottom: 24px;
	}
	.owl-nav{
		width: 40% !important;
		bottom: 100% !important;
	}
	.cuadrado {
		margin-top: 20px;
	}
}
@media screen and (max-width:368px){
	.owl-nav{
		width: 45% !important;
		bottom: 100% !important;
	}
}
@media screen and (max-width:325px){
	.owl-nav{
		width: 100% !important;
		bottom: 100% !important;
	}
}