/*
 * AdelataMex custom styles
 */

.sesion-link {
	margin-right: 65px !important;
	position: relative;
}

.sesion-link i {
	font-size: 25px;
	position: absolute;
	left: -27px;
}

.fa-encabezado {
	color: #6A11CB;
	font-size: 16px;
}

.fa-encabezado-wa {
	color: #ffffff;
	background: linear-gradient(#25d366,#25d366)5px 84%/15px 13px no-repeat, radial-gradient(#25d366 59%, transparent 0);
}

.wa-color {
	color: 	#25D366;
}

.tm-navigation ul {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Background morado con gradiente */
.bg-seccion {
	background-image: linear-gradient(to bottom right, #6A11CB, #0c57c7, #127bc3);
	color: #FFF;
	padding: 50px 0;
}

.bg-seccion h2,
.bg-seccion .whychoose-icon,
.bg-seccion h5,
.bg-seccion .stylish-list i {
	color: #FFF;
}

/* Iconos */
.tm-feature2 h5 {
	color: #2575FC;
}

.tm-feature2-icon i {
	padding-top: 25px;
}

/* Mascara con grecas */

.mascara-greca {
	height: 120%;
	width: 115%;
	margin-left: -10%;
	margin-top: -5%;
	background: url("../img/greca.png") right top no-repeat, url("../img/greca.png") left bottom no-repeat;
	position: absolute;
	overflow: visible;
}

/* faq */

.faq .qst{
	font-weight: bold;
	margin-top: 2rem;
}

.faq .rsp{
	color : #999;
}

/* Helpers */

.txt-underline {
	text-decoration: underline;
}

.txt-color-primary {
	color: #6A11CB;
}

.txt-color-secondary {
	color: #2575fc;
}

.txt-color-tertiary {
	color: #444444;
}

.txt-nota {
	color: #A29D9D;
	font-size: 1rem;
}

.txt-bold {
	font-weight: bold;
}

.fz-2r {
    font-size: 2rem;
    line-height: 2.3rem;
}

.fz-1_5r,
.fz-1_5r i {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.fz-1_5r li {
	margin-bottom: 1.5rem;
}

.mt-25 {
	margin-top: 25px;
}

.mb-35 {
	margin-bottom: 35px !important;
}


.btn-lg {
	font-size: 25px !important;
}

.note {
	text-align: right;
    font-style: italic;
}

.invalid-message {
	width: 100%;
    margin-top: .25rem;
    font-size: 90%;
    color: #dc3545;
}

.invalid-label {
	color: #dc3545;	
}

.invalid-input {
	border-color: #dc3545;
}

.red {
	color: #f80707;
}

/* Modal para video */
.modal-dialog-video {
    max-width: 80%;
    margin: 30px auto;
  }

.modal-body {
	position:relative;
  	padding:0px;
}

.close {
  	position:absolute;
  	right:-30px;
  	top:0;
  	z-index:999;
  	font-size:2rem;
  	font-weight: normal;
  	color:#fff;
  	opacity:1;
}

/* Botón para activar video del banner */
.bannerPrincipal {
	height: calc(80vh - 175px);
	position: relative;
}

.bannerBtnVideo {
	position:  absolute;
	top: 50%;
	margin-top: -148px;
}

.bannerBtnVideo img {
	max-height: 200px;
}

.bannerBtnVideo a {
	margin-top: 16px;
	display: block;
	font-size: 80px;
	text-align: center;
	color : #FFF;
}

@media (max-width: 583px) {
	.bannerBtnVideo img {
  		max-height: 100px;
  	}

  	.bannerBtnVideo a {
		margin-top: 16px;
		display: block;
		font-size: 40px;
		text-align: center;
	}
}

.play-video .logo{
	height    : auto;
	left      : 50%;
	position  : absolute;
	top       : 50%;
	transform : translate(20%, -100%);
	width     : 40%;
}

.play-video a {
	position: absolute;
	font-size: 80px;
	text-align: center;
	color : #FFF;
	height    : auto;
	left      : 50%;
	position  : absolute;
	top       : 50%;
	transform : translate(-50%, -65%);
	width     : 45%;
}

.form-group {
	padding-bottom: 1rem;	
}

/* Forms */

.tm-contact-formfield select {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
}

.tm-contact-formfield select:focus, 
.tm-contact-formfield select:active {
  border-color: #6A11CB;
}

.tm-contact-formfield select~i {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 12px;
	height: 12px;
	display: block;
	border-left: 1px solid #232323;
	border-bottom: 1px solid #232323;
	transform: rotate(-45deg);
	pointer-events: none;
}

.tm-contact-formfield .tooglHide {
	cursor: pointer;
	position: absolute;
	top: 23%;
	right: 7%;
}

.label-formfield {
	position: relative;
}

.label-formfield .tooglHide {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 9%;
}

/* Floating labels  */

.form-group.floating {
	border-radius: 0;
	position: relative;
}

.tm-contact-formfield.floating input {
	border-radius: 0;
}

.form-control.floating:focus {
	box-shadow: none;
}

.form-group.floating>label {
    top: 0;
    box-shadow: none;
    position: absolute;
    background-color: white;
    font-size: 14px;
    transition: 0.1s;
    pointer-events: none;
    font-weight: 500 !important;
    transform-origin: bottom left;
    color: #4D4D4D;
}


.form-control.floating:focus~label{
    transform: translate(1px,-85%) scale(0.80);
    opacity: .8;
    color: #005ebf;
}

.form-control.floating:valid~label{
    transform-origin: bottom left;
    transform: translate(1px,-85%) scale(0.80);
    opacity: .8;
}

.tm-contact-formfield.floating select {
	line-height: 17px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.tm-contact-formfield.floating select::-ms-expand {
    display: none;
}

@media only screen and (max-width: 991px) {
	.header-logo{
		padding: 0;
		left: 20px !important;
	}

	.header-logo img{
		height: 75px !important;
	}
}
/* Login */
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.card {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.icono-login {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-login #email,
.form-login #password {
    direction: ltr;
    height: 44px;
    font-size: 16px;
    margin-bottom: 25px;
}


.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

/* Encabezado */
.header-bottominner .tm-navigation {
	height: 36px;
}
.header-logo {
	position: absolute;
	z-index: 10;
	height: 96px;
	top: 0;
	left: 60px;
}
	.header-logo img {
		height: 106px;
	}

.header-logo-background {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 9;
}

.tm-navigation ul li a {
	color : #FFF;
}

.header-searchbox,
.header-bottomarea {
	background-color: #2575fc;
}

.header-toparea {
	height: 70px;
}

.tm-navigation .social a {
	padding: 0;
}

.social .fa-encabezado {
	font-size: 1rem;
	top: -3px;
}

.social .fa-circle {
	font-size: 1.5em;
}

.header-topsocial{
	margin-bottom: 22px;
}

.header-topsocial li a {
	font-size: 15px !important;
}

.header-topsocial li a:hover {
	color: #CCC !important;
}

.header-topsocial .btn-primary{
	background: #02c025;
	border-color: #02c424;
	padding: 7px 20px;
}

.tm-mobilenav .meanmenu-reveal i {
	color: #FFF;
}

.tm-navigation ul li:hover > a {
  color: #FFF;
}

.tm-navigation ul li > a:hover {
  color: #6A11CB;
}

/* Se oculta redes social en el menu móvil */
.mean-container .mean-nav .social a{
	float: none;
	display: inline;
}

.box-option {
	padding: 1rem;
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box-option:hover {
	background-color: #6A11CB;
}

.box-option:hover,
.box-option:hover h5,
.box-option:hover p {
	color: #FFF !important;
}

.box-option h5 {
	text-align: center;
	height: 4rem;
}

.box-option p {
	text-align: center;
	font-size: 4rem;
	color: #2575fc;
}

/* Centrado vertical */
.outer {
  display: table;
  /*position: absolute;*/
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  text-align: center;
}