@font-face {
    font-family:'MyriadVariableConcept-Roman';
    font-style: normal;
    font-weight: normal;
    /*src:url(../fonts/BebasNeue-Bold.ttf) format('truetype');*/
	src:url(../fonts/MyriadVariableConcept-Roman.otf) format('opentype');
}

@font-face {
    font-family:'OpenSans-Light';
    font-style: normal;
    font-weight: normal;
    src:url(../fonts/OpenSans-Light.ttf) format('truetype');
	/*src:url(../fonts/Futura-Book.otf) format('opentype');*/
}

body {
	font-family: 'OpenSans-Light';
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight: 300;
}
.row{
	padding: 0;
	margin: 0;
}

.label-form{
	text-align: center;
    display: block;
    font-size: 20px;
}


.header{
	width: 100%;
	position: absolute;
	z-index: 99;
}
.content{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0;
}
.content-wrap{
	width: 100%;
}
.logo{
	width: 40%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.logo img{
	width: 30%;
	margin-top: 90px;
	
}

.logo-claro-mobil{
	
	display: none;
	
}

.logo-claro-desk{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.logo-claro-desk img{
	width: 30%;
	margin-top: 90px;
}


.content-right{

	width: 50%;
	height: 100vh;
	padding: 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content-right h1{
	font-family: 'OpenSans-Light';
	font-size: 40px;
	text-align: center;
	font-weight: lighter;
	line-height: 55px;
	color: #1aaddb;
	width: 85%;
}
.container-copy-2{
	width: 60%;
	background-image: url(../images/fondo-negro.png);
}

.fondo-morado{
	    font-family: 'OpenSans-Light';
    width: 70%;
    margin: 50px;
    background-color: #703e8f;
    text-align: center;
    font-size: 26px;
    padding: 5px;
    line-height: 40px;
	
	
}

.content-text{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.logo-movile{
	display: none;
}

.revistas-desk{
	width:  100%;
	margin-top: 100px;
}

.revistas-mobil{
	display: none;
}

.container-copy-2 {
	font-family: 'OpenSans-Light';
	font-size: 40px;
	text-align: center;
	padding: 10px;
	margin: 0;
	color: #fff;
	padding: 30px;
    padding-top: 50px;
}
.content-right p{
	font-size: 17px;
}
.content-flex{
	z-index: 99999999999999;
}
.copy-1{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.copy-2{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
}
.content-copy-2{
	background-color: #1BADDB;
	width: 55%;
}
.parpadea {
  animation-name: parpadeo;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.content-form-wrap{
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.content-form{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	margin: 10px 0;
}
form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
}
.main {
	min-height: 100vh;
	background-image: url(../images/fondo-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-term{
	min-height: 100vh;
	background-image: url(../images/fondo-term.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.backG {
	padding: 1em 10px;
	max-width: 100%;
	z-index: 9;
}
.backG p{
	font-size: 11px;
}
.backG  span{
	margin-top: 30px;
	font-size: 12px;
	font-style: italic; 
}

label {
	font-size: 12px;
	color: #fff;
}
.form-control {
	color: #666;
	text-align: center;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	box-shadow: none; !important;
	outline: 0 !important;
	border: none;
	border: 0;
}
.input-group {	
	background-color: #fff;
	border: 1px solid #1aaddb;
	width: 100%;
	padding: 5px 0;
	margin: 5px 0;
	-webkit-box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.34);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #A0A0A0 !important;
	text-align: center!important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #A0A0A0 !important;
	text-align: center!important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #A0A0A0 !important;
	text-align: center!important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #A0A0A0 !important;
	text-align: center!important;
}
.checkbox{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.btn-web{
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
/* Icon Spin */
.hvr-icon-spin a{
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.hvr-icon-spin {
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 900;
	background: #0098ad;
    width: 100%;
    border: none;
    border-radius: 30px;
	margin-top: 20px;
}
.hvr-icon-spin:hover {
	color: #fff;
	background: #1aaddb;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.content-tyc{
	background: rgba(0,0,0,0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.content-tyc p{
	font-size: 11px;
	text-align: justify;
	font-weight: lighter;
	color: #fff;
}
.content-link{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.content-link a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
.link-term{
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #1BADDB;
}
.link{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.link a{
	text-decoration: none;
	color: #1BADDB;
}
.link a:hover{
	text-decoration: none;
	color: #fff;
	text-align: center;
}
.link-term:hover{
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
}
@media (max-width: 768px) {
	form {
		width: 100%;
	}
	.logo img {
		width: 50%;
		margin: 0 auto;
	}
	
	
.logo-claro-mobil{
	
	width: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
	
}

.logo-claro-desk{
	display: none;
}
	
	.col-md-8{
		display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: space-around;
	}
	.content-right h1{
		width: 90%;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
	.copy-1{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.btn-web{
		width: 100%;
	}
	.content-form{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}
	.link{
		display: flex;
    	flex-direction: row;
    	align-items: center!important;
    	justify-content: center;
	}
	
	.revistas {
    width: 50%;
    margin: auto;
    display: block;
    padding-top: 30px;
}
	
}
@media (max-width: 628px) {
	.header{
		position: relative;
	}
	.logo {
    width: 70%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
}
	
	.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
	
	
	.revistas-desk{
	display: none
}

.revistas-mobil{
	width: 90%;
    margin-top: 0px;
    margin: auto;
    display: block;
    padding-top: 0px;
}
	
	
	.fondo-morado{
	font-family: 'OpenSans-Light';
    width: 100%;
    background-color: #703e8f;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    line-height: 30px;
    margin: 20px;
	
	
}
	
	.logo-movile{
		margin-top: 20px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.col-md-8{
		display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: space-around;
    	margin: 0;
	}
	.logo-movile img{
		width: 70%;
	}
	.content-right{
		background-image: none;
		padding-right: 20px;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	form{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.content-right h1{
		margin-bottom: 0;

	}
	.content{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		
	}
	h1{
		width: 100%;
		font-size: 26px;
		text-align: center;
		line-height: 28px;
		margin-bottom: 0;
	}
	h2 {
		font-size: 30px;
		font-weight: bold;
		margin-left: 0!important;
		text-align: center;
	}
	 .content-right {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.container-copy-2{
		width: 100%;
		font-family: 'OpenSans-Light';
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin: 0;
    color: #fff;
    padding: 20px;
    padding-top: 20px;
    background-repeat: no-repeat;
    margin-top: 10px;
		background-image: url(../images/fondo-negro.png);
    background-position: center;
    background-size: contain;
		
	}
	.content-text{
		width: 100%;
		position: relative;
		margin-bottom: 5px;
	}
	.content-form{
		max-width: 100%;
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}
	.hvr-icon-spin{
		position: relative;
		top: 0;
		margin-top: 0;
	}
	.btn-web{
		width: 100%;
		position: relative;
	}
	.footer{
		position: relative;
	}
	.checkbox-web{
		position: relative;
		margin: 5px;
	}
	.link{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.link-term{
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #1BADDB;
		margin-bottom: 20px;
	}
	form{
		width: 100%!important;
    	position: relative;
	}
	.img img {
		max-width: 220px;
		margin: 0 auto;
	}
	.backG {
		max-width: 100%;
		width: 100%;
	}
	.block-movile {
		display: none;
	}
	.input-group {
		margin: 5px 0;
	}
	.main {
		background-image: url(../images/fondo-movil.jpg);
		background-size: cover;
		background-position: center bottom;

	}
	.row{
	padding: 0;
	margin: 0;
}
	
	.content-form-wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
	
	p {
    margin: 0 0 0px;
}
	
}
