
body{
    background-color:#181e6e ;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    min-width: 1320; 
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header{
    background-color:#ff66c4;
    position: absolute;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
}

.logos{
    position: static;
    align-items: center;
    height: 100px;
    width: 100%;
    top: 0; /*Brinda los márgenes del header*/
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    min-width: 1320; 
}

.box_1{
    position: static;
    height: 100px;
    width: 300;
    margin-left: 10%;
    float: left;

}

.box_2{
    position: static;
    height: 100px;
    width: auto;
    margin-left: 40px;
    float: left;  
    padding-top: 40px;
    padding-left: 15px;
}

a{
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin-left: 5px;
}

.boss{
    position: static;
    height: 100px;
    width: auto;
    color: white;
    float: left;
    text-align:center;
    margin-left: 12.5%;
    padding-top: 7.5px;

}

.body_main{

    margin-left: 10%;
    margin-right: 10%;
    height: 500px;
    width: 80%;
    margin-top: 130px;
}

.body_left{
    color: white;
    float: left;
    width: 60%;
    height: 500px;
    line-height: 45px;
    letter-spacing: 0.1px;

}

.body_right{
    float: right;
    width: 40%;
    height: 700px;
    background-image: url("../img/sf.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;


}

.body_left_contacto{
    color: white;
    float: left;
    width: 49%;
    height: auto;
    line-height: 45px;
    letter-spacing: 0.1px;

    padding-left: 10px;

    background-image: url("../img/logo_main.png");
    background-repeat: no-repeat;
    background-size: 100px;
    background-position:top start;
    background-position-x: 3.5rem;
}

.body_right_contacto{
    float: right;
    width: 49%;
    height: auto;
}

 .button{
    color: black;
    padding: 10px; /*espacio alrededor texto*/
    background-color: white; /*color botón*/
    border-radius: 50px; /*bordes redondos*/
    width: 250px;
    text-align: center;
    margin-top: 25px;
 }

footer{
    background-color:#ff66c4;
    position: fixed;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.foot{
    width: 100%;
    height: 100px;
    position: absolute;
}

/*Titulos importantes*/


.hero_title {
    color: #fff;
    display: grid;
    font-size: 3.5rem;
    margin-top: 0px;
    position: relative;
    text-transform: uppercase;
    padding-left: 3.5rem;
  }
  
  .hero_pre{
    font-weight: 100;
    font-size: 1.5rem;
    padding-left: 3.5rem;
    padding-top: 5.5rem;
    margin-bottom: 0%;
    margin-top: 15px;
    display: block;
    position: relative;
    word-wrap: break-word;
    text-align: justify;
    
}

form{
    padding-left: 15px;

}

input{
    width: 95%;
    height: 50px;
    margin-bottom: 20px;
}

textarea{
    width: 95%;
    height: 100px;
}

button{
    color: black;
    padding: 10px; /*espacio alrededor texto*/
    background-color: white; /*color botón*/
    border-radius: 50px; /*bordes redondos*/
    width: 200px;
    margin-top: 20px;
}

.cboton{
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 4%;
}

img{
    margin-top: auto;
    margin-bottom: auto;
    height:70%;
    margin-top: 15px;
  }

/***************Styles Login************/

.box_login{

 /**   border: 0.01px solid;
    border-color: aqua;*/

    height: auto;
}

.login_left{
    float: left;
    width: 49%;
    height: 500px;
    background-image: url("../img/logo_main.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.login_right{
    float: right;
    width: 49%;
    height: 500px;

/*Caja principal*/    
    text-align: center;
    color: #fff;

}

div.ini_sesion form{
    padding-left: 0;
}

::placeholder{
    font-size: 25px;
}

input.this_box{
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    background-color: #fff;
    

    /*Definir tamaño del texto de los campos*/
}

div.ini_sesion input.check{

    text-decoration: underline;

    width: 10%;
    height: 20px;
    margin-bottom: 20px;
    
}

.ini_sesion{
    /*Caja secundaria del login
    border: solid*/
    width: 50%;
    margin: 0 auto;
}

.aviso{
    color: white;
    text-align: justify;
    width: 50%;
    margin: auto;
}

.aviso h1{
    text-align: center;
}

.descarga{
    text-decoration: underline;
    margin: 0;
}

.psico{
    
    text-decoration: underline;
    font-size: 16px;
}



