﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap');


.Mochila-hipoglos-2021-landing
{
	background: url(../images/bk.jpg) no-repeat right bottom #f7f8fa;
    min-height: 655px;
    position: relative;
    padding-bottom: 10px;
    font-size: initial;
}

.Mochila-hipoglos-2021-caja{
    background-color: rgba(231,231,235,0.7);
	color: #4c4c4c;	
}

.Mochila-hipoglos-2021-caja-inner{
	padding: 5%;
}

.Mochila-hipoglos-2021-landing h1,
.Mochila-hipoglos-2021-landing h2
{
	padding:0;
	margin:0;
}

.Mochila-hipoglos-2021-landing h3{
    font-family: 'Raleway', sans-serif;
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 0px;
}
.Mochila-hipoglos-2021-landing h1{
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 800;
    margin-top: 0px;
	margin-bottom: 25px;
}

.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
  
  .no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.Mochila-hipoglos-2021-kit img
{
	width:120%;
	max-width:529px;
}



.Mochila-hipoglos-2021-textarea textarea{
	width: 100%;
	resize: none;
	height: 130px;
	border-top: 2px solid #3f6e6b;
	border-left: 2px solid #3f6e6b;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}
.Mochila-hipoglos-2021-textarea-count
{
	font-family:'Raleway', sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: 400;
}

.Mochila-hipoglos-2021-textarea-count-number
{
	font-weight: 800;
}

.Mochila-hipoglos-2021 b {font-weight: 800;font-size:1.05em;}

.Mochila-hipoglos-2021-label{
	font-family:'Raleway', sans-serif;
	font-size: 0.9em;
	font-weight: 800;
	line-height: 1.4em;
}

.Mochila-hipoglos-2021-input input[type="text"],
.Mochila-hipoglos-2021-input input[type="password"]
{
	background: #d2dcf2;
    border: solid 1px #d2dcf2;
    width: 97%;
    height: 35px;
    color: #6a6e77;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    padding-left: 3%;
}

.Mochila-hipoglos-2021-btn img
{
    width: 90%;
    max-width: 120px;
    cursor: hand;
    cursor: pointer;
}

.Mochila-hipoglos-2021-subbajada,
.Mochila-hipoglos-2021-subbajada a,
.Mochila-hipoglos-2021-subbajada a:hover,
.Mochila-hipoglos-2021-subbajada a:visited,
.Mochila-hipoglos-2021-subbajada a:active
{
	color: #4c4c4c;
	font-family:'Raleway', sans-serif;
	font-size: 0.85em;
	font-weight: 400;
	/* margin-right: 10px; */
}
.Mochila-hipoglos-2021-Registrado
{
	color: #4c4c4c;
	font-family:'Raleway', sans-serif;
	font-size: 0.95em;
	font-weight: 400;
	margin-right: 10px;
}

.mensaje-error{
	color:#BC090C;
	font-size: 1.15em;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}

.Mochila-hipoglos-2021-bases a,.Mochila-hipoglos-2021-bases a:hover,.Mochila-hipoglos-2021-bases a:visited,.Mochila-hipoglos-2021-bases a:active
{
	color:#38487c;
	font-size: 1.05em;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	
}

.Mochila-hipoglos-2021-paso1{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.Mochila-hipoglos-2021-paso1.Mochila-hipoglos-2021-paso-on,
.Mochila-hipoglos-2021-paso2.Mochila-hipoglos-2021-paso-on{
	opacity: 0;
	visibility: visible;
	position: relative;
	-webkit-animation: slide-left 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) reverse both;
	animation: slide-left 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) reverse both;
}



.Mochila-hipoglos-2021-paso2{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.carrousel-productos {
    background: #fff;
}

.producto-item
{
	height: auto !important;
}

.producto-item img
{
	width: 140px;
    display: initial !important;
	cursor: hand;
	cursor: pointer;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:before, .slick-next:before {
    font: 900 20px/1 "Font Awesome 5 Free";
	content: '\f0a8';
    opacity: .75;
    color: #213a70;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.boton-share{
	width:100%;
}

.boton-share img{
	width: 15%;
    margin: auto 1%;
    max-width: 64px;
	text-align: center;
}

.Mochila-hipoglos-2021-landing h4 {
    color: #3f6e6b;
    font-family: 'Raleway', sans-serif;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 800;
}
.Mochila-hipoglos-2021-landing h5 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 700;
	cursor: hand;
	cursor: pointer;
}


.Mochila-hipoglos-2021-landing h6 {
    color: #5fc0d6;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: bold;
}
.Mochila-hipoglos-2021-gracias {
	background: url(../images/bk_caja.png) ;
	background-repeat: repeat;
	background-size: 100%;
	min-height: auto;
	padding: 3%;
	position: relative;
	float:left;
	width:100%;
	border-radius: 10px 10px;
}


@media (max-width: 800px) {
	.Mochila-hipoglos-2021-landing {
		background-size: 180%;
		min-height: 880px;
		padding-bottom: 10%;
	}
	
	.Mochila-hipoglos-2021-caja-inner{
		padding:5% 0%;
		margin:0 -20px;
	}

	.Mochila-hipoglos-2021-caja-redes{
		margin-left: -2px;
		width: 100%;
	}

/*ANIMACION*/

@-webkit-keyframes slide-left {
  0% {
	opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
	opacity: 0;
    -webkit-transform: translateX(-100px);
   transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
	opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
	opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

