@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700,800);
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

section {
    padding: 20px 0;
    min-height: 100px;
}

footer {
    margin-top: 0 !important;
    padding: 20px 0px 0px 0px;
    background: #373938;
    color: #fff;
}


/* ============= section css ============= */

nav {
    height: auto !important;
    padding: 0px 0px 0px 0px;
    color: #fff !important;
    background: none !important;
    box-shadow: none !important;
    line-height: 50px;
}

nav ul a {
    font-size: 1.6rem;
    color: #eee;
}

nav ul li.active,
nav ul li:hover {
    background-color: #ccc;
}

.topup {
    background: #024299;
    border-bottom: 10px solid #238fcf;
    color: #fff;
}

.logo {
    margin: auto;
    margin-top: 0 !important;
    position: absolute;
    top: 3vh;
    height: 160px;
}

.top {
    padding: 7px 0px 5px 0px;
    background-color: #6da744;
    color: #fff;
}

.c-v-l {
    color: #578636;
}

.c-v-f {
    background: #578636;
}

.c-c-l {
    color: #d28d31;
}

.c-c-f {
    background: #d28d31;
}

.parra {
    font-size: 13pt;
}

.men {
    padding-top: 20px;
}

.menus {
    background: #fff;
}

.cuadritos {
    padding: 20px 15px 20px 15px;
    min-height: 200px;
    background: rgba(114, 80, 55, 0.8);
    border-radius: 20px;
    color: #fff;
}

.space {
    padding: 20px 0px 40px 0px;
}

.lado {
    margin: -20px 5px 15px 25px;
    color: #024299;
}

.tumb {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    margin-top: 0px;
    min-height: 25vh;
}

.pad-less {
    padding: 0px;
}

.list-1 li {
    color: #000;
    padding: 10px 10px;
    text-align: center;
    font-size: 12pt;
    text-align: left;
}

.list-1 i {
    color: #ecb93e;
}

.contact h5 {
    font-size: 30px;
}

.contact p {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .tumb {
        background: rgba(255, 255, 255, 0.9);
        padding: 20px;
        margin-top: 0px;
        min-height: 0vh;
    }
    .pad-less {
        padding: 0px;
    }
    .list-1 li {
        color: #000;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
        text-align: center;
        font-size: 12pt;
        text-align: left;
    }
    .list-1 i {
        color: #6da744;
    }
}

.parrafo {
    font-size: 14pt;
}

.noso {
    padding: 30px 0px;
}

.parallax-container {
    min-height: 150px !important;
    padding: 60px 0px 70px 0px;
    height: auto;
}

.oscu {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
}


/*INICIO GALERIA*/

.cont-g {
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 25px;
}

.cont-g ul {
    margin: 0;
    padding: 0;
}

.cont-g ul li {
    float: left;
    list-style: none;
    background: #9b8a50;
    border: 5px solid #9b8a50;
    margin: 1%;
    width: 30%;
}

.cont-g ul li a img {
    transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    width: 100%;
}

.cont-g ul li a img:hover {
    opacity: 0.7;
    transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease 0s;
}

.cont-g ul li {
    transition: all .50s ease-in-out;
}

.cont-g ul li:hover {
    opacity: 0.9;
}


/*FIN GALERIA*/


/*estilo para el numero que esta arriba*/

.style-tel-header {
    padding: 0vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
    float: right;
}


/*estilo para el tamano de la barra de menu*/

.style-menu-size {
    padding: 0vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
    width: 30%;
    float: right;
}


/*estilo del parallax*/

.parallax-container {
    height: 400px;
}

.parallax-container h4 {
    color: white;
    margin: auto;
    margin-top: 10vh;
    text-align: center;
}


/*estilo de sub-titulos sobre nosotros y servicios*/

h3 {
    color: black;
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    text-align: center;
}


/*estilo circular en imagenes*/

.style-img-border {
    border-radius: 8px;
}

hover-gray:hover {
    color: gray !important;
}


/* ============= section css ============= */

.form-control {
    background: #fff !important;
    border-radius: 0px !important;
    border: 1px solid #c1c1c1 !important;
}

.form-control:hover {
    border-left: 4px solid #0e6b08;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.4);
}


/*FORMULARIO*/

.btn {
    background: #578636 !important;
    color: #fff;
}

.btn:hover {
    background: #d28d31 !important;
}

.show3,
.show4 {
    display: none;
}

.menu {
    position: relative;
    right: -50px;
}


/* ============= MEDIA QUERY ============= */


/*Media para smartphone*/

@media screen and (max-width: 670px) {
    .logo {
        margin: auto;
        margin-top: 0 !important;
        height: 190px;
        position: relative;
        left: -50px;
    }
    .style-tel-header {
        display: none;
    }
    .raw {
        height: 120px;
    }
    /*estilo del parallax*/
    .parallax-container {
        height: 220px;
    }
    .parallax-container h4 {
        color: white;
        margin: auto;
        margin-top: 0vh !important;
        text-align: center;
        font-size: 20pt;
        margin: 2vh;
    }
    .show1,
    .show2 {
        display: none;
    }
    .show3,
    .show4 {
        display: block;
    }
}

@media screen and (max-width: 1120px) {}

@media screen and (max-width: 992px) {
    .noso {
        font-size: 15pt;
        font-weight: lighter;
    }
    .gran-b {
        padding: 70px 0px;
        position: relative;
        z-index: 0;
        margin-top: 0px;
        color: #fff !important;
    }
    .gran-b2 {
        padding: 70px 0px;
        position: relative;
        z-index: 0;
        margin-top: 0px;
        color: #fff !important;
    }
    .servi {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    .topup {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .men {
        padding-top: 0px;
    }
    .cuadro-lado {
        padding: 20px 5px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 601px) {
    h5 .button-collapse {
        margin-top: 16px;
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 425px) {
    footer {
        text-align: center;
    }
}


/*estilo para numeros de telefono en negro*/

.not-style {
    color: black !important;
    text-decoration: none;
}


/*hover*/

.not-style:hover {
    color: black;
}


/*estilo para numeros de telefono en blanco*/

.not-style-2 {
    color: white !important;
    text-decoration: none;
}


/*hover*/

.not-style-2:hover {
    color: white;
}