@import url(inicio.css);
@import url(conocenos.css);
@import url(servicios.css);
@import url(galeria.css);
@import url(contacto.css);
@import url(catalogo.css);

@font-face {
    font-family: 'mont_regular';
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mont_semibold';
    src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mont_medium';
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mont_bold';
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mont_extrabold';
    src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

section {
    display: table;
    width: 100%;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    display: inline-block;
    top: 0;
}

.header {
    background: transparent;
    padding: 15px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    display: inline-block;
    top: 0;
}

li {
    list-style: none;
}

.li-color {
    padding-left: 1rem;
    position: relative;
}

.li-color::before {
    list-style: none;
    content: "\2022";
    color: #76aadb;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    width: 1em;
    margin-left: 0em;
    left: 2px;
}

header,
body,
footer {
    font-family: 'mont_semibold', sans-serif;
}

* {
    font-family: 'mont_semibold', sans-serif;
}

.tam_view {
    width: 90%;
    margin: auto;
}

.np {
    padding-left: 0;
    padding-right: 0;
}

.nm {
    margin-left: 0;
    margin-right: 0;
}

.h-opcs-nm {
    margin-right: 0 !important;
}

footer {
    padding: 20px 15px;
    background-color: #76aadb;
}

.footer p,
.footer a {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}

.footer2 a {
    text-decoration: none !important;
}

.section_general {
    position: relative;
    overflow: hidden;
}

.footer1 p img {
    margin: 0 5px;
    width: 22px;
}

.footer1 img {
    width: 115px;
}


/* Menú responsive movil*/

.menu-rp {
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    background: rgb(118, 170, 219);
    background: linear-gradient(180deg, rgba(118, 170, 219, 0.95) 0%, rgba(112, 168, 59, 0.95) 80%);
    right: -100%;
    overflow: hidden;
    transition: all 0.4s;
}

.section-block {
    width: 100%;
    position: relative;
    float: left;
}

.sec-link-menu-rp {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sec-link-menu-rp a {
    color: white;
    font-size: 22px;
    font-weight: 900;
}

.sec-link-menu-rp a.active {
    color: #000;
}

.sec-close-menu {
    padding-top: 30px;
}

.sec-menu-rp {
    float: right;
}

.no-btn {
    background: transparent !important;
    border: none;
    outline: none !important;
}

.menu-rp-btn {
    font-size: 32px;
    top: 19px;
    color: #fff;
    font-weight: bold;
    right: 21px;
    position: absolute !important;
    z-index: 999999;
    height: 32px;
    width: 32px;
}

@media screen and (max-height: 335px) {
    .sec-lista-menu-rp {
        max-height: 220px;
        overflow-y: auto;
    }
}

.section-header-rp {
    padding: 0.5rem 0;
    background-color: #fff;
}

.section-header-rp .row {
    display: flex;
    align-items: center;
}

.btn-menu-rp {
    width: 45px;
    height: auto;
    background: transparent;
    border: none;
    outline: none;
    display: block;
}

.line-btn-menu-rp {
    width: 100%;
    height: 3px;
    float: left;
    background: #70a83b;
    margin: 4px 0;
    border-radius: 50px;
}

.section-general {
    width: 100%;
    position: relative;
    float: left;
    transition: all .5s;
}


/**********************/

.h-opcs li {
    float: left;
    margin-right: 40px;
    color: #a20202;
    list-style: none !important;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.h-opcs li a {
    text-decoration: none;
    color: #565656;
    position: relative;
    font-family: 'mont_bold';
}

.h-logo {
    text-align: left;
}

#h-logo {
    width: 130px;
    transition: 0.5s;
}

.header_enlaces {
    text-align: right;
}

.h-opcs ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    transition: 0.5s;
}

.h-opcs-li {
    padding-top: 3px;
}

.h-opcs-li-r img {
    width: 20px;
}

.h-opcs-li.active a {
    color: #70a83b;
}

.btn-fb {
    width: 26px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/home/fb.png);
    transition: all .5s;
}

.btn-fb:hover {
    background-image: url(../img/home/fb-hover.png);
    transition: all .5s;
}

.btn-logo-rp {
    width: 45px;
    height: 38px;
}


/** INICIO **/

.carrusel_contenedor {
    background-image: url(../img/home/slider1.jpg);
    background-size: cover;
    background-position: center;
    transition: all .5s;
}

.carrusel_contenedor[data-numslid="1"] {
    background-image: url(../img/home/slider2.jpg);
    transition: all .5s;
}

.ini-carousel-btn-ol {
    left: 9%;
    right: inherit;
    bottom: 15%;
    margin: 0;
}

.ini-carousel .carousel-item {
    height: 100vh;
}

.ini-carousel .carousel-item .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.titulo_g {
    display: inline-block;
    margin-top: 0;
    font-size: 2.8rem;
    font-family: 'mont_bold';
    color: #76aadb;
    margin-bottom: 2rem;
    position: relative;
}

.carousel-item .titulo_g:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 35%;
    height: 5px;
    background-color: #76aadb;
    border-radius: 12px;
}

.titulo_g span {
    color: #70a83b;
    font-family: 'mont_bold';
}

.p_g {
    font-size: 1.1rem;
    color: #727176;
    line-height: 1.3;
}

.carousel_slider_item .p_g {
    margin-bottom: 3rem;
    text-shadow: 0 0 10px #fff;
}

.btn_enlace {
    display: inline-block;
    padding: 12px 25px;
    background-color: #70a83b;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
}

.btn_enlace img {
    width: 24px;
    margin-left: 10px;
    transition: 0.5s;
    margin-bottom: 0;
}

.btn_enlace:hover {
    color: #fff;
    text-decoration: none;
}

.ini-carousel-btn-ol li {
    display: inline-block;
    border: 0;
    width: auto;
    height: auto;
    text-indent: initial;
    margin: 1px 5px;
    font-size: 1.8rem;
    font-family: 'mont_bold';
    color: #848484;
    background-color: transparent;
}

.ini-carousel-btn-ol li.active {
    font-size: 2.3rem;
    color: #727373;
}

.ini-carousel-btn-ol li:hover,
.ini-carousel-btn-ol li:active {
    transition: all 0.4s;
}

.logo-menu-rp {
    width: 80px;
}

.br_h2_slider {
    display: none;
}

.carousel_slider_item .titulo_g {
    text-shadow: 0 0 10px #fff;
}

#h-fb {
    padding-left: 1rem;
}

#h-fb :hover {
    background-image: url(../img/home/fb-hover.png);
}


/*Responsive*/


/* iphone 4 */

@media (min-width: 320px) {
    .titulo_g {
        font-size: 1.5rem;
    }
    .btn_enlace {
        font-size: 1.2rem;
    }
    .ini-carousel .carousel-item .container {
        top: 45%;
    }
    .text_justi{
        text-align: justify;
    }
}


/*Fin 320*/

@media (max-width: 375px) {
    /* Menú responsive movil*/
}


/*Fin 375*/

@media(min-width: 375px) {
    .sec-menu-rp {
        padding: 5px 15px 0px 5px;
    }
}

@media(min-width: 425px) {
    .btn_enlace {
        font-size: 1.3rem;
    }
}


/* especial */

@media (min-width: 560px) {
    /* Menú responsive movil*/
    .menu-rp {
        z-index: 9999999;
        position: fixed;
        overflow: hidden;
        transition: all 0.4s;
    }
}


/*Fin 560*/

@media(max-width: 767px) {
    .fondo-slider {
        width: 100%;
    }
    .carousel_slider_item .titulo_g,
    .carousel_slider_item .p_g,
    .ini-carousel .carousel-item .container {
        text-align: center;
    }
    .carousel-item .titulo_g:after {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .footer1 img {
        width: 120px;
        margin: 1rem 0;
    }
    .carrusel_contenedor {
        background-image: url(../img/home/sliderMovil1.jpg);
    }
    
    .carrusel_contenedor[data-numslid="1"] {
        background-image: url(../img/home/sliderMovil2.jpg);
    }
    .carousel_slider_item .titulo_g, .carousel_slider_item .p_g {
        text-shadow: none;
    }
    .carousel-item .titulo_g:after{
        background: #fff;
    }
    .carrusel_contenedor .titulo_g, .carrusel_contenedor .titulo_g span, .carrusel_contenedor .p_g{
        color: #fff;
    }
    .carrusel_contenedor .btn_enlace{
        background: #76aadb;
    }
    .ini-carousel-btn-ol {
        left: 50%;
        transform: translateX(-50%);
        bottom: 7%;
    }
    .ini-carousel-btn-ol li {
        opacity: .8;
        color: #fff;
    }
    .ini-carousel-btn-ol li.active {
        opacity: 1;
        color: #fff;
    }
    .headerHome {
        opacity: 0;
    }
    .btn-fb {
        background-image: url(../img/home/fb-movil.png);
    }
}

@media (min-width: 768px) {
    .section_general {
        padding-top: 0;
    }
    .tam_view {
        width: 96%;
    }
    .h-opcs li {
        margin-right: 25px;
    }
    .footer2 {
        text-align: right;
    }
    .header_menu {
        display: flex;
        align-items: center;
    }
    .h-opcs ul {
        margin-bottom: 15px;
    }
    .footer {
        align-items: center;
    }
    .titulo_g {
        font-size: 2.4rem;
    }
    .carousel_slider_item .p_g {
        font-size: 1rem;
    }
    .btn_enlace {
        font-size: 1.2rem;
    }
    .ini-carousel-btn-ol {
        left: 4%;
        bottom: 7%;
    }
    .ini-carousel .carousel-item .container {
        top: 54%;
    }
    #h-logo {
        width: 105px;
    }
}


/*Fin 768*/

@media (min-width: 992px) {
    .section_general {
        padding-top: 0px;
    }
    #h-logo {
        width: 110px;
    }
    .tam_view {
        width: 90%;
    }
    .h-opcs li {
        margin-right:33px;
        font-size: 14px;
    }
    .menu-rp {
        width: 0%;
        height: 0%;
        position: fixed;
        /* background: #fde686; */
        right: -100%;
        overflow: hidden;
        transition: all 0.4s;
    }
    .titulo_g {
        font-size: 2.5rem;
    }
    .btn_enlace {
        font-size: 1.2rem;
    }
    .carousel_slider_item .p_g {
        margin-bottom: 2rem;
    }
    .ini-carousel .carousel-item .container {
        margin-left: 4rem;
    }
    .ini-carousel-btn-ol {
        bottom: 12%;
        left: 7%;
    }
    .carousel_slider_item .p_g {
        font-size: 1.1rem;
    }
    .ini-carousel .carousel-item .container {
        top: 50%;
    }
}


/*Fin 992*/

@media (min-width: 1200px) {
    .h-opcs li {
        font-size: 0.9rem;
    }
    #h-logo {
        width: 130px;
    }
    .titulo_g {
        font-size: 2.8rem;
    }
    .btn_enlace {
        font-size: 1.4rem;
    }
    .carousel_slider_item .p_g {
        margin-bottom: 3rem;
    }
    .ini-carousel .carousel-item .container {
        margin-left: auto;
    }
    .ini-carousel-btn-ol {
        bottom: 15%;
        left: 9%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1270px;
    }
    .ini-carousel-btn-ol {
        bottom: 12%;
        left: 7%;
    }
    .titulo_g {
        font-size: 3rem;
    }
    .carousel_slider_item .p_g {
        font-size: 1.2rem;
    }
    .btn_enlace {
        font-size: 1.6rem;
    }
    .h-opcs li {
        font-size: 1rem;
    }
}

@media (min-width: 1600px) {
    .titulo_g {
        font-size: 3.5rem;
    }
    .container {
        max-width: 1410px;
    }
    .carousel_slider_item .p_g {
        font-size: 1.4rem;
    }
    .btn_enlace {
        font-size: 1.9rem;
    }
    .footer p,
    .footer a {
        font-size: 1.2rem;
    }
    .h-opcs li {
        font-size: 1.15rem;
    }
    #h-logo {
        width: 145px;
    }
}

.text-left{
    text-align:justify;
    
}