body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.white {
    color:white;
}

p {
    color:rgb(160, 160, 160);
}




.logo {
    margin:0 auto;
    text-align:center;
    padding-top:50px;
    padding-bottom:80px;
    /* El fondo se aplica solamente al bloque superior, no al body completo. */
    background-image: linear-gradient(rgba(21, 50, 94, 0.42), rgba(0, 115, 189, 0.18)), url('../img/ora-background.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}

.nombres{
    font-weight: 900;
    font-size: 58px;
}

.arrow {
    position: absolute;
    left:0;
    right:0;
    top:-75px;
    bottom:0;
    margin-left: auto;
    margin-right: auto;
    width:105px;
}

.logo h4 {
    font-size: 20px;
    font-weight:300;
}

img.logo_img {
    display: block;
    /*width:100%;*/
    max-width:300px;
    margin: 0 auto;
}

img.ORA-logo_img {
    display: block;
    width: 70%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

img.iconos_img {
    display: block;
    width:100%;
    max-width:600px;
    margin-bottom: 50px;
    margin: 0 auto;
}



.formulario {
    padding:0;
    padding-top:30px;
    display:block;
    margin:0 auto;
    margin-bottom:50px;
    text-align: center;
    background-color: white;
    position: relative;
}

.formulario p{
    font-weight:700;
    font-size:14px;
    text-align: center;
    padding:0px;
    margin-bottom:5px;
    color:#0073bd;
}

.formulario h4{
    font-weight:700;
    font-size:18px;
    text-align: center;
    padding:0px;
    margin-bottom:5px;
    color:#0073bd;
}

.contacto-presentacion h3 {
    margin-bottom: 18px;
    color: #15325e;
}

.contacto-presentacion .bajada {
    color: #3e5266;
    font-size: 14px;
    line-height: 1.55;
}

.formulario img {
    max-width:435px;
    width:100%;
}

form {
    padding-top: 30px;
}

input {
    display:block;
    width:300px;
    padding:10px 0px;
    margin-bottom:10px;
    text-indent:10px;
    border: 1px solid #0073bd;
    width:100%;
    box-shadow:0px;
    box-sizing: border-box;
}

input[type=submit]{
    width:100%;
    display:block;
    color:white;
    font-size:1.5rem;
    /*	padding:5px 0px 2px 0px;  */
    margin-bottom:10px;
    border:0;
    background-color:#0073bd;
    text-indent:0;
    /*	box-shadow: 3px 3px 0px #b66800;  */
    box-shadow: none;
}

textarea {
    display:block;
    width:100%;
    height:198px;
    margin-bottom:30px;
    padding:10px 0px;
    text-indent:10px;
    border: 1px solid #0073bd;
    box-shadow: 0px;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color:#555559;
    text-indent:10px;
    font-size:1.5rem;
}

::-moz-placeholder {
    color:#555559;
    text-indent:10px;
} /* firefox 19+ */

:-ms-input-placeholder {
    color:#555559;
    text-indent:10px;
} /* ie */

input:-moz-placeholder {
    color:#555559;
    text-indent:10px;
}

input:focus {
    outline:0;
}

textarea:focus {
    outline:0;
}

.icons {
    position:relative;
    z-index:100;
    background-color:rgba(66, 64, 55, 0.8);
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:10px solid #993333;
    box-shadow: 1px 3px 20px rgba(0,0,0, 0.5);
}

.light {
    font-weight:300;
}

h4{
    line-height:1.6;
    font-size:14px;
}

.tips {
    background-color:#993333;
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}


.tips ul {
    list-style:none;
    color:white;
    font-weight:300;
    font-size:16px;
    padding:0px;
}
.tips li {
    border-bottom:1px solid  #5e1e1a;
    padding: 10px 0px;
}

.tips li:last-child {
    border-bottom:none;

}

.cuadro {
    color:white;
    border:1px solid white;
    width:220px;
    text-transform: uppercase;
    padding:10px;
    margin: 0 auto;
    margin-bottom:20px;

}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

@media (min-width:992px) {
    .p_right {
        padding-right:0px;
    }

    .p_left {
        padding-left:0px;
    }
}
