﻿@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Oswald:300,400,500,600,700|Roboto:300,400,500,700,900);

.modal-title {
    font-size: 25px;
    font-family: Roboto;
    text-align: center;
}

.title {
    position: relative;
    font-family: Roboto;
    color: white;
}

section {
    padding: 20px 0;
}

.main-nav-menu-principal li a span {
    position: relative;
    color: #fff;
    font-size: 1.07em;
    font-family: "Oswald";
    font-weight: 400;
    text-transform: uppercase;
}

select {
    font-size: 10.1rem;
    font-family: Roboto;
    width: 16rem;
    height: 2.6rem;
    padding-left: 0.5rem;
    border: 2px solid #696969;
    border-radius: 5px;
}

.field input {
    font-size: 12px;
    font-family: Roboto;
    height: 2.2rem;
    padding-left: 0.5rem;
    border: 2px solid #696969;
    border-radius: 5px;
    width: 90%;
}


.clie {
    font-size: 25px;
    font-family: Roboto;
    font-weight: bold;
}

textarea {
    font-size: 12px;
    font-family: Roboto;
    max-width: 100%;
    height: 5rem;
    max-height: 10rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    border: 2px solid #696969;
    border-radius: 5px;
}


.btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
}



    .btn button {
        border-radius: 10px;
        background-color: #44799a;
        color: white;
        font-size: 12px;
        font-family: Roboto;
        justify-content: center;
        padding: 0.2rem 1rem;
        width: 20%;
    }



#DivEmpresa {
    display: flex;
}

#DivNatural {
    display: none;
}

#pqrssi {
    display: flex;
}

#pqrsno {
    display: none;
}

#paula {
    background-color: rgba(127,191,220,.8);
}

    #paula h2 {
        color: #fff;
    }

#bajar {
    padding-top: 420px;
}

/*BOOTSTRAP FORM*/
ol, ul {
    padding-left: 0px !important;
}
