/*=============================================
GLOBAL
=============================================*/
/* .navbar {
  box-shadow: 2px 2px 5px #000;
  opacity: 0.9;
}

.navbar .nav-item .nav-link {
  color: #fff;
} */

/* div{
    border: 1px solid #DF0101;
    text-align: center;
    padding: 1em;
} */

/* *{
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	
} 

a, h1, h2, h3, h4, h5, h6, button, select, option, .input-group, input, .input-group-text, textarea, .nav-link{
	font-family: 'Roboto Condensed', sans-serif;
}

ul, ol{
	list-style: none;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
}

.dropdown-menu{
	min-width:0% !important;
	padding:0 !important;
	font-size:12px !important;
}

.dropdown-item{
	padding:8px 18px !important;
	color:black !important;
	font-weight:500 !important;

}
 */

/*========================================
	Style plantilla videoreal1
========================================*/
/* 
.contndr_Formato01{
    background: #fff;
    width: 80%;
    margin: 10px auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, auto);

    grid-template-areas: "subtitulo subtitulo formulario"
                         "titulo titulo formulario"
                         "contenido contenido formulario"
                         "entrada entrada entrada"
                         "cuerpo cuerpo cuerpo"
                         "salida salida salida"
                         "footer footer footer";
}

.contndr_Formato01 > div,
.contndr_Formato01 .titulo,
.contndr_Formato01 .subtitulo,
.contndr_Formato01 .contenido,
.contndr_Formato01 .formulario,
.contndr_Formato01 .entrada,
.contndr_Formato01 .cuerpo,
.contndr_Formato01 .salida,
.contndr_Formato01 .footer
 {
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}

.contndr_Formato01 .titulo
 {
    background: #fff;
    text-align: center;
	font-family: impact;
	color: #E60002;
	font-size: 36px;
	display: flex;
    align-items: center;
    justify-content: center;
    grid-area: titulo;
}

.contndr_Formato01 .subtitulo
 {
    background: #fff;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	grid-area: subtitulo;
}

.contndr_Formato01 .contenido
{
    background: #fff;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    grid-area: contenido;
}

.contndr_Formato01 .contenido iframe, 
.contndr_Formato01 .contenido object, 
.contndr_Formato01 .contenido embed 
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contndr_Formato01 .formulario
{
    grid-column: 3 / 4;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    grid-area: formulario;
}

.contndr_Formato01 .formulario .row
{
	text-align: center;
	justify-content: center;
}

.contndr_Formato01 .entrada
 {
    background: #fff;
	color: #333333;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-align: center;
	padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: entrada;
}

.contndr_Formato01 .cuerpo
 {
    background: #fff;
	color: #333333;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align: justify;
    display: flex;
    align-items: left;
    justify-content: left;
    grid-area: cuerpo;
}

.contndr_Formato01 .salida
 {
    background: #fff;
	color: #333333;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align: left;
    display: flex;
    align-items: left;
    justify-content: left;
    grid-area: salida;
}

.contndr_Formato01 .footer
 {
    background: #fff;
    color: #000;
	text-align: center;
	font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: footer;
}

.style3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
}
.style14 {
    font-size: 14px
}
.style16 {
	font-family: impact;
	color: #00639E;
	font-size: 30px;
}
.style19 {
    color: #00639E
}
 */

/*=============================================
HEADER
=============================================*/

/* header{
	position: fixed;
	z-index: 2;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.1);
} */


/* .botonera li{
	cursor:pointer;
}

.botonera li:hover{
	border-bottom:3px solid white;
}

 .menuMovil{
 	display:none;
 } */

/* =============================================
DISEÑO MODAL
============================================= */

.bg-MediumPurple{
	color: #fff !important;
	text-shadow: 1px 1px 3px #777777;
	background: #9370DB;
}

.bg-rojo{
	color: #7C4DFF  !important;	/* #A82110 !important; */
	text-shadow: 1px 1px 3px #777777;
}


 /*=============================================
DISEÑO HERO - CINEMAGRAPH
=============================================*/
.art-headline
{
  display: inline-block;
  position: absolute;
  min-width: 50px;
  top: 100px;
  left: 8%;
  line-height: 100%;
  margin-left: -11px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
}

.art-headline, 
.art-headline a, 
.art-headline a:link, 
.art-headline a:visited, 
.art-headline a:hover
{
font-size: 110px;
font-family: Georgia, 'Times New Roman', Times, Serif;
font-weight: bold;
font-style: normal;
text-decoration: none;
/* text-shadow: 0px 0px 12px rgba(23, 23, 23, 0.98); */
text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.98);
  padding: 0;
  margin: 0;
  color: #A82110 !important;
  white-space: nowrap;
}

.art-slogan
{
  display: inline-block;
  position: absolute;
  min-width: 50px;
  top: 110px;
  left: 29%;
  line-height: 100%;
  margin-left: -13px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
  white-space: nowrap;
}

.art-slogan, 
.art-slogan a, 
.art-slogan a:link, 
.art-slogan a:visited, 
.art-slogan a:hover
{
font-size: 40px;
font-family: Georgia, 'Times New Roman', Times, Serif;
font-weight: bold;
font-style: normal;
text-decoration: none;
/* text-shadow: 0px 0px 12px rgba(23, 23, 23, 0.98); */
text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.98);
  padding: 0;
  margin: 0;
  color: #EFD7A3 !important;
}

#parrafo{
	padding-bottom: 2rem;
	/* 10px; */
}

.contenedor-img{
	width: 250px;
	height: 150px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
}
.contenedor-img .mascara,.contenedor-img .contenido {
	/* width: 218px;
	height: 145px; */
	width: 250px;
	height: 150px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
.contenedor-img img {
	display: block;
	position: relative;
}
.contenedor-img h4 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.9);
	margin: 20px 0 0 0
}
.contenedor-img p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 10px;
	text-align: center
}
.contenedor-img a.link {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #222;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000
}
.contenedor-img a.link:hover {
	box-shadow: 0 0 5px #000
}
/*Ejemplo 2*/
.ejemplo-2 img {
transition: all 0.2s ease-in;
}
.ejemplo-2 .mascara {
background-color: rgba(223,1,1, 0.8);
width: 400px;
padding: 60px;
height: 400px;
opacity: 1;
transform: translate(250px, 150px) rotate(45deg); /* Rotamos para dar efecto de diagonal y lo movemos por donde queremos que entre. */
transition: all 0.5s ease-in-out;
}
.ejemplo-2 h4 {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 40px;
transform: translate(200px, -200px); /* Desplazamos el título arriba a la derecha */
/* transform: translate(145px, -145px);Desplazamos el título arriba a la derecha */
transition: all 0.3s ease-in-out;
}
.ejemplo-2 p {
/* transform: translate(-200px, 200px);Desplazamos la descripción abajo a la izquierda */
transform: translate(-145px, 145px);/*Desplazamos la descripción abajo a la izquierda*/
transition: all 0.4s ease-in-out;
}
.ejemplo-2 a.link {
transform: translate(0px, 100px);/*Desplazamos el link para abajo*/
transition: all 0.3s 0.1s ease-in-out;
}

.ejemplo-2:hover .mascara {
opacity:1;
transform: translate(-96px, -120px) rotate(45deg);
}
.ejemplo-2:hover h4 {
transform: translate(0px,0px);
transition-delay: 0.3s;
}
.ejemplo-2:hover p {
transform: translate(0px,0px);
transition-delay: 0.4s;
}
.ejemplo-2:hover a.link {
transform: translate(0px,0px);
transition-delay: 0.5s;
}


.vistaVideo{
	position:relative;
	background: url('../img/fondo_hero_03.png') ;
	width:100%;
	height:100vh;
	overflow:hidden;
}

.filtroVideo{
	position:absolute;
	width:100%;
	height:inherit;
	top:0;
	left:0;
	background: url(../img/filtro.png);
	background-repeat: repeat;
}

.title{
    text-align: center;
	font-size: 40px;
	color: #FFFFFF !important;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	/* padding-top: 100; */
}

.vistaVideo .container{
	/* transform:translate(0, -120%); */

	width: 100%;
    max-width: 1200px;
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;

}

.vistaVideo .card{
    width: 15rem;
    height: 280px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: 10px;
    text-align: center;
    transition: all 0.25s; 
}

 .vistaVideo .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.5);
}

/* .card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	width: 90%;
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
} */



/*.vistaVideo .container .card img{
    width: 280px;
    height: 220px;
}


.vistaVideo .container .card h4{
    padding-top: 1rem;
    font-weight: 600;
}

.vistaVideo .container .card p{
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}

.vistaVideo .container .card a {
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
} */




.vistaVideo .container h1{
	/* font-size:50px !important;
	font-family: 'Grand Hotel', cursive; */

	font-size: 29.5px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	/* text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.98); */
	padding: 0;
	margin: 0;
	color: #FFFFFF !important;
	/* color: #A82110 !important; */

}

.vistaVideo .container .row div{
	position: relative;
}

.vistaVideo .container i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, 50%);
	width:80px;
	line-height: 80px;
	text-align: center;
	font-size:40px;
}

/*=============================================
CURSOS
=============================================*/
.cursos .row h3{
	font-weight:bold;
}

.cursos video{
	cursor:pointer;
}

/*=============================================
NOSOTROS
=============================================*/
.nosotros{
	background: #f7f8f8;
}

.nosotros i{
	width:140px;
	line-height:140px;
	font-size:50px;
}

.nosotros i.fa-users{
	background: #5d7179;
}

.nosotros i.fa-graduation-cap{
	background: #a17a8c;
}

.nosotros i.fa-laptop{
	background: #c1aa92;
}

.nosotros i.fa-check{
	background: #a1b287;
}

/*=============================================
TESTIMONIOS
=============================================*/
.testimonios figure{
	overflow:hidden;
	cursor:pointer;
}

.testimonios img{
	transform: scale(1, 1);
	transition: .5s all;	
}

.testimonios img:hover{
	transform: scale(1.1, 1.1);
	transition: .5s all;
}

/*=============================================
PLANES
=============================================*/

.planes{
	background:#5d7179
}

.planes h1{
	font-weight:bold;
}

.planes .decimal{
	position:relative; 
	top:-15px; 
	font-size:20px; 
	font-weight:bold;
}

/*=============================================
FAQ
=============================================*/

.faq ul li{
	cursor:pointer;
}

.faq .tituloFaq{
	background:#b07b8f; 
	border-radius:20px 20px 0px 0px; 
	position:relative;
	cursor:auto;
}

.faq .tituloFaq img{
	position:absolute; 
	top:-19px; 
	left:34px;
}

.faq .row div{
	display:block;
}

/*=============================================
CONTACTENOS
=============================================*/

.contactenos input, .contactenos textarea{
	font-weight:100;
}

.contactenos .visitanos{
	background:#bea890;
	transform:translate(0%,-15%);
}

/*=============================================
SCROLL UP
=============================================*/

#scrollUp{
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/flecha.jpg);
}

/*=============================================
PRELOAD
=============================================*/

#preload{
	position:fixed;
	z-index:1000;
	width:100%;
	height:100%;
	background:#fff;
}

#porcentajeCarga{
	position:absolute;
	text-align:center;
	width:100%;
	color:#333;
	top:52%;
	font-size:20px;
	font-weight: 100;
	padding-top:20px;
	font-family: 'Grand Hotel', cursive !important;
}

#lineaCarga{
	position:absolute;
	width:50%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

#rellenoCarga{
	width:0%;
}

/*=============================================
PÁGINA INGRESO Y REGISTRO
=============================================*/

.ladoUsuarios{
	overflow-y:hidden;
}

.fotoIngreso{
	background: url(../img/monte.jpg); /* ../img/037.png */
}

.fotoRegistro{
	background: url(../img/038.png);
}

.fotoIngreso, .fotoRegistro{
	position:relative;
	background-size: cover;
	background-position:center top;
	background-attachment:fixed;
	height:100vh;
}

.fotoIngreso::before, .fotoRegistro::before{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:"";
	background:rgba(0,0,0,.5);
}

.ladoUsuarios .btnRegresar{
	position:absolute;
	right:2%;
	top:2%;
	padding:5px 20px;
	font-size:15px;	
}

.fotoIngreso .btnRegresar, 
.fotoIngreso .btnRegresarMovil{
	background:#A17A8C;
}

.fotoRegistro .btnRegresar, 
.fotoRegistro .btnRegresarMovil{
	background:#A1B287;
}

.ladoUsuarios .redesSociales{
	position:absolute;
	right:2%;
	bottom:0;
}

input[type="checkbox"]{
	display:none;
}

label[for="politicas"] span{
	display:inline-block;
	width:25px;
	height:25px;
	background:#E9ECEF;
	vertical-align:middle;
	border-radius:100%;
	border:1px solid #aaa;
	cursor:pointer;
}

input[type="checkbox"]:checked + label[for="politicas"] span{
	background:url(../img/check.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:1px solid #fff;
}

/*=============================================
COOKIES
=============================================*/

.cookies{
	position: fixed;
	bottom:2.5%;
	background:#F5EFFB;
}

/*=============================================
Medium devices (tablets, 768px and small) md
=============================================*/
/* 
@media screen and (max-width: 768px){
	.contndr_Formato01{
        grid-template-areas:    "subtitulo subtitulo subtitulo"
                                "titulo titulo titulo"
								"contenido contenido contenido"
                                "formulario formulario formulario"
								"entrada entrada entrada"
								"cuerpo cuerpo cuerpo"
								"salida salida salida"
								"footer footer footer";
	   }
}
 */
/*=============================================
Extra small devices (portrait phones, less than 576px) xs
=============================================*/
@media (max-width: 575.98px) {
	.first:after{content: 'Extra Small';}
}

/*=============================================
Small devices (landscape phones, 576px and up) sm
=============================================*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.first:after{content: 'Small';}
}

/*=============================================
Medium devices (tablets, 768px and up) md
=============================================*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.first:after{content: 'Medium';}
}

/*=============================================
Large devices (desktops, 992px and up) lg
=============================================*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.first:after{content: 'Large';}
}

/*=============================================
Extra large devices (large desktops, 1200px and up) xl
=============================================*/
@media (min-width: 1200px) {
	.first:after{content: 'Extra Large';}
}


/*=============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
=============================================*/
@media (max-width:1199px) and (min-width:992px){

	/* header .ingresos button{
	 	margin-top:-33px;
	 	padding-bottom:0px;
	} */

	/* header .ingresos button a{
	 	font-size:10px;
	} */

	.vistaVideo{
		height:70vh;
	}

	.vistaVideo .container{
		transform:translate(0,-95%);
	}

	.filtroVideo{
		position:absolute;
		width:100%;
		height:inherit;
		top:0;
		left:0;
		background: url(../img/filtro.png);
		background-repeat: repeat;
	}

}

/*=============================================
TABLET VERTICAL (MD revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

 	/* header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:0px;
 	} */


 	/* header .ingresos button a{
	 	font-size:18px;
	 	padding-bottom:5px;
 	} */

 	.menuMovil{	
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2; 
	}

	.menuMovil .nav-item{
	  	background-color: #5D7179;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;
	}

	.vistaVideo{
		height:90vh;
	}

	.vistaVideo .container{
		transform:translate(0, 8%);
	}

	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}

}

/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px){

	/* header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:0px;
	 } */


	 /* header .ingresos button a{
	 	font-size:14px;
	 	padding-bottom:5px;
	 } */

	 .menuMovil{		
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2;
	 }

	.menuMovil .nav-item{
	  	background-color: #5D7179;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;

	}

	.vistaVideo{
		height:950px;
	}

	.vistaVideo .container{
		transform:translate(0, 10%);
	}


	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}


}

/*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/
@media (max-width:575px){

	/* header .ingresos button{
	 	margin-top:-10px;
	 	padding-bottom:0px;
	 } */


	 /* header .ingresos button a{
	 	font-size:12px;
	 } */

	 .menuMovil{		
	 	position:fixed;
	 	top:0;
	 	left:0;
	 	width:100%;
	 	height:100%;
	 	background:black;
	 	z-index:2;
	 }

	.menuMovil .nav-item{
	  	background-color: #5D7179;
	  	border-bottom:1px solid black;
	}

	.menuMovil .nav-item a{
		font-weight: 100;
		font-size:20px;

	}

	.vistaVideo{
		height:920px;
	}

	.vistaVideo .container{
		transform:translate(0, 8%);
	}

	.vistaVideo .container h1{
		font-size:25px !important;
	}

	.filtroVideo{
		background: url(../img/fondo_movil.png);
		background-size:cover;
	}

	.filtroVideo::after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		content: "";
	}

	.faq .row div{
		display:none;
	}

	.contactenos .visitanos{
		margin-top:20px;
		transform:translate(0%,0%);
	}

	.ladoUsuarios{
		overflow-y:scroll;
	}

	.ladoUsuarios .btnRegresarMovil{
		position:relative;
	}

	.ladoUsuarios .redesSociales{
		left:50%;
		transform:translate(-50%, 0);
		bottom:0;
	}

}

/*=============================================
VENTANAS MODALES
=============================================*/

.modalTitulo{
	padding:5px 0px;
}

.modalTitulo h3{
	text-align:center;
	margin-top:-5px;
	padding:15px 0px;
	border-radius:5px 5px 0px 0px;
}

.modalFormulario .close{
	position:absolute;
	right:27px;
	top:15px;
	color:white;
}

.modalFormulario .facebook, .modalFormulario .google{
	cursor:pointer;
}

.modalFormulario .facebook p{
	background:#46639f;
}

.modalFormulario .google p{
	background:#d6513e;
}

.modalFormulario .facebook p, .modalFormulario .google p{
	color:white;
	text-align:center;
	line-height:40px;
	padding:8px;
	font-size:18px;
	margin-top:10px;
	margin-bottom:20px;
}

.modalFormulario p i{
	margin-left:-25px;
	margin-right:25px;
	font-size:25px;	
}

.modalFormulario form{
	padding:20px;
}

.modalFormulario form hr{
	border:1px solid #eee;
}

.modalFormulario form input[type="text"], .modalFormulario form input[type="email"], .modalFormulario form input[type="password"]{
	padding:25px;
}
.modalFormulario form input[type="submit"]{
	padding:15px;
}

.modalFormulario form .checkBox{
	margin-top:10px;
}

/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

	/*=============================================
	HEADER
	=============================================*/
	.modalFormulario .facebook p{
		margin-right:-15px;
	}

}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

	/*=============================================
	HEADER
	=============================================*/
	.modalFormulario .facebook p{
		margin-right:-15px;
	}

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

	/*=============================================
	HEADER
	=============================================*/
	.modalFormulario .facebook p{
		margin-right:-15px;
	}

}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

	/*=============================================
	HEADER
	=============================================*/
	.modalFormulario .google p{
		margin-top:-15px;
	}
	
}
