@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-family: 'Roboto', sans-serif;
}

:focus{
    outline: none;
}

.producto:hover, .producto_video:hover {
    background: #7ac1b2;
}
body{
    background: #151515;
    font-family: 'Open sans';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
a{
    color: white;
    font-size: 12px;
}
/* FORMULARIO =================================== */

.loginpage{
    background-image: url(../images/background-login.jpg);
    background-attachment: fixed;
    background-position: center center;
    Background-size: cover;
    display: block; 
}

.loginpage .text{
    width: 100%;
    max-width: 700px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 0.6em;
    opacity: 0.5;
}
.loginpage .text p{
    margin-bottom: 1em;
}
.logo-login{
    max-width: 350px;
    width: 100%;
    margin-bottom: 15px;
}


.form_wrap{
    width: 710px;
    height: 673px;
    margin: 50px auto;
    display: flex;
    margin-top: 200px;
    /* background: #25aae2; */
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    flex-wrap: nowrap;
}
.form_wrap.login .links{
 text-align: center;   
 display: block;
}
.form_wrap.login .links a{
    float: none;
}
.form_wrap.login{
    box-shadow: none;
    max-width: 500px;
    height: auto;
    margin-top: 150px;
}

.logo-section{
    text-align: center;
}

.form_contact a{
    float: right;
    color: white;
}
.form_contact label{
    float: right;
    color: white;
}
/* Informacion de Contacto*/

.tleft{
    font-weight: 600;
    text-align: left;
}
.tright{
    font-weight: 600;
    text-align: right;
}
#message{
    color: white;
}
.links{
    display: grid;
    grid-template: 1fr / 1fr 1fr;
    justify-items: center;
    margin-top: 15px;
}
.form_contact h1{
    color: white;
}


.cantact_info img{
    margin-bottom: 100px;
    width: 80%;
}

.cantact_info{
    /* width: 40%; */
    position: relative;
    /* background: white; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 90px; */
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.cantact_info a{
    color: rgb(156, 0, 0);
    text-decoration: none;
}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2{
    font-size: 35px;
    text-align: center;
}

.info_items p{
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span{
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}
.efecto{
    background: #1e8d17;
    padding: 15px 0;
    width: 85%;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px;
}

/* Formulario de contacto*/
form.form_contact{
    /* width: 62%; */
    padding: 30px 40px;
    height: 100%;
    background: #333;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

form.form_contact.login{
    background: #2d2d2d;
    border-radius: 10px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
form.form_contact.login h3{
    color: white;
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 20px;
}


form.form_contact.buttons .btn{

}

form.form_contact.login .olvide{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
form.form_contact.login input{
    background: #1b1b1b;
    border-bottom: none;
    padding: 15px 12px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
form.form_contact .buttons .btncancel{
    float: left;
}
form.form_contact .buttons #recuperar-btn{
    float: right;
}

form.form_contact.login #login-btn, form.form_contact.login #registrar-btn, form.form_contact.login #recuperar-btn,form.form_contact .buttons .btn{
    border-radius: 30px;
    margin: 0 auto;
    width: auto;
    padding: 15px 25px;
    font-weight: bold;
}

form.form_contact h2{
	font-size: 25px;
	font-weight: 600;
	color: #303030;
	margin-bottom: 30px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
    margin-top: 10px;

}

form.form_contact label{
    font-weight: 600;
}

form.form_contact input,select,
form.form_contact textarea{
    width: 100%;
    padding: 10px;
    outline: none;  
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-bottom: 2px solid #D1D1D1;
    outline-offset: 0;
    font-family: segoeui,Arial;

	color: black;
	font-size: 14px;
	font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="button"]{
    width: 100%;
	background: #f7814d;
	padding: 10px;
	border: none;


    align-self: flex-end;

    color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
#login-btn{
    width: 100%;
    margin-bottom: 15px;
}

.btn{
    background:#1f891d;
    text-align: center;
    text-decoration: none;
	padding: 10px;
	border: none;
    align-self: flex-end;
    color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}


/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{

    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
    
}

#btnClose{
    display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;

	background: #E25151;
	color: #fff;
	border: 2px solid #B14141;
	cursor: pointer;

	/* float: right; */
}
