﻿.idioma{
    width:80px;
    height:auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    position: absolute;
    right: 110px;
    top: 28px;
    background-color: #0F2F58;
    color: #fff;
    font-size: 13px;
    border-radius: 30px;
}


.boton-next{
    width: 270px;
    height: auto;
    padding: 15px;
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    background-color: #0e1726;
    color: #fff;
    border-radius: 90px;
}


.boton-next:hover{
    width: 275px;

   
}



.formulario{
    width:100%;
    height: auto;
    background-color: #ededed;
    position: relative;
    float: left;
    padding: 5%;
    margin-top: 10%;
    margin-bottom: 13%;
    
}

.contenedor-form{
    width:100%;
    float: left;
    position: relative;
}

.form-tit{
    float:left;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #0e1726;
    font-family: Heebo, Helvetica, Arial, sans-serif;
    font-style: italic;
    
}

.form{
     float:left;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}


.form-medio{
     float:left;
    position: relative;
    width: 40%;
    margin-right: 9%;
    height: auto;
    margin-bottom: 30px;
}

.form-des{
     position: relative;
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #0e1726;
    margin-bottom: 50px;
    
}


.des-campo{
     position: relative;
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #0e1726;
    margin-bottom: 20px;
    margin-top: 30px;
    
}

.campo{
    width:40%;
    height: auto;
    margin-right: 9%;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #0e1726;
}
.campo-medio{
    width:100%;
    height: auto;
    margin-right: 9%;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #0e1726;
}


.campo-ta{
    width:100%;
    height: 200px;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #0e1726;
}



.espacioboton{
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}

.parsley-errors-list {
    
margin: 10px 0 !important;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
color: #B94A48;

transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
opacity: 1;
}