
/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body {
    font-family: 'Red Hat Display', sans-serif;
    min-height: 100vh;
    box-sizing: border-box;
}

/*CONTENEDORES */
.contenedor {
    width: 100%;
    max-width: 1280px;
    display: block;
    align-items: center;
    text-align: center;
    margin: 0px auto 0px auto;
}
.col-1 {
    width: 97%;
    margin: 0px 1%;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}
.col-2 {
    width: 47%;
    margin: 0px 1%;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}
.col-3 {
    width: 30%;
    margin: 0px 1%;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}
.col-4 {
    width: 22%;
    margin: 0px 1%;
    display: inline-block;
    vertical-align: top;
}
.col-6 {
    width: 63%;
    margin: 0px 1%;
    display: inline-block;
    vertical-align: top;
}

@media(max-width:950px){
    .col-2 {
        width: 99%;
        margin: 0px 1%;
        display: block;
    }
    .col-3 {
        width: 97%;
        display: block;
        margin: 0px 1% 18px 1%;
    }
    .col-4 {
        width: 45%;
        margin: 0px 1%;
        display: inline-block;
        vertical-align: top;
    }
    .col-6 {
        width: 97%;
        margin: 0px 1% 18px 1%;
        display: inline-block;
        vertical-align: top;
    }
}

/* HEADER */ 
header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px;
    align-items: center;
    z-index: 1000;
    width: 100%;
    background-color: #760587;
}
header .redes-sociales {
    width: 100%;
    margin: 0px auto;
    color: #fff;
    background-color: #007a85;
    align-items: center;
    text-align: center;
    display: block;
}
header .red {
    display: inline-block;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.2s;
}
header .red:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
header .red a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}
header .red i {
    font-size: 14px;
    font-weight: 900;
    margin: 0 8px 0 0;
    color: #fff;
    width: auto;
    display: inline-block;
}
header .txtredes {
    display: inline-block;
}
header .txtredes {
    display: inline-block;
}
@media(max-width:1080px){
    header .red {
        padding: 8px;
    }
    header .red a {
        font-size: 12px;
    }
    header .red i {
        font-size: 12px;
    }
}
@media(max-width:900px){
    header .red {
        padding: 8px;
    }
    header .red a {
        font-size: 16px;
    }
    header .red i {
        font-size: 16px;
    }
    header .txtredes {
        display: none;
    }
}

/* NAV */
.header {
    width: 100%;
    display: block;
    align-items: center;
    text-align: center;
}
.navigation {
    background-color: #760587;
}
.navigation ul {
    display: inline-block;
    list-style: none;
    align-items: center;
    z-index: 1000;

}
.header .navigation ul li {
    position: relative;
    display: inline-block;
}
.header .navigation ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 800;
    display: block;
    transition: all .2s ease;
}
.header .navigation ul li a:hover {
    color: #111111;
    background-color: #f7a600;
}
.header .navigation ul li ul {
    position: absolute;
    right: 0;
    width: 300px;
    background-color: #760587;
    display: none;
}
.header .navigation ul li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight:500;
}
.header .navigation ul li ul li ul {
    position: absolute;
    top: 0;
    right: 300px;

}
.header .navigation ul li ul li {
    width: 100%;
}
.header .navigation ul li:hover > ul {
    display: initial;
}

#toggle,
.header label{
    display: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.menu {
    width: 25px;
    height: 16px;
}

@media(max-width:720px){
    .header label {
        display: inline;

    }
    .header {
        padding: 10px 0;
    }
    .header .navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #760587;
        display: none;
    }
    .header .navigation ul {
        padding: 0;
        width: 100%;
    }
    .header .navigation ul li {
        width: 100%;
    }
    .header .navigation ul li a {
        padding: 8px 0px;
    }
    .header .navigation ul li ul {
        position: relative;
        width: 100%;
        left: 0;
    }
    .header .navigation ul li ul li {
        background-color: #760587;
    }
    .header .navigation ul li ul li a {
        margin: 0px 0px 00px 10px;
    }
    .header .navigation ul li ul li ul {
        position: relative;
        width: 100%;
        left: 0;
    }
    .header .navigation ul li ul li ul li {
        margin: 0px 0px 00px 10px;
    }

    #toggle:checked ~ .navigation {
        display: block;
        background-color: #760587;;
    }
}
/* LOGO */
.portada {
    position: relative;
}
.portada .logo {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
    margin: 100px auto 0 auto;
    top: 64px;
}
.portada .logo-construyendo {
    width: 274px;
    height: 240px;
    text-align: center;
    cursor: pointer;
}
@media(max-width:720px){
    .portada .logo {
        width: 100%;
        z-index: 100;
        margin: 64px auto 0 auto;
        top: 64px;
    }
    .portada .logo-construyendo {
        width: 206px;
        height: 180px;
    }
    .portada .carousel {
        width: 100%;
        position: absolute;
        top: 64px;
        height: 360px;
        overflow: hidden;
    }
    .carousel_inner{
        width: 100%;
        height: 360px;
        overflow: hidden;
     }
}
/* carousel */
.portada .carousel {
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0px;
    height: 480px;
    overflow: hidden;
}
.carousel_inner{
    width: 100%;
    overflow: hidden;
 }
 
 .carousel_inner::after{
    content: "";
    display: block;
    clear: both;
 }
 
 .carousel_item{
    position: relative;
    float: left;
    display: none;
    width: 100%;
    margin-right: -100%;
 }
 
 /* slide effect */
 .carousel_item__active,
 .carousel_item__pos_next{
    display: block;
 }
 
 .carousel_item__pos_next{
    left: 100%;
 }
 
 .carousel_item__next{
    transform: translateX(-100%);
    transition: transform .5s ease-in-out;
 }
 
 /* fade effect */
 .carousel__fade .carousel_item__pos_next{
    left: 0;
    opacity: 0;
 }
 
 .carousel__fade .carousel_item__next{
    transform: none;
    opacity: 1;
    transition: opacity .5s ease-in-out;
 }
 
 .carousel__fade .carousel_item__active.carousel_item__next{
    opacity: 0;
 }
 
 /* carousel */
 .carousel_img{
    display: block;
    width: 100%;
 }
 
 .carousel_caption{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3rem 2.5rem;
    text-align: center;
    color: #fff;
    z-index: 1;
 }
 
 .carousel_title{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
 }
 
 .carousel_description{
    margin-top: .75rem;
    line-height: 150%;
 }

 .carousel .imagen-stock {
    width: 100%;
    min-height: 480px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 }

 @media(max-width:720px){
    .portada .logo {
        width: 100%;
        z-index: 100;
        margin: 64px auto 0 auto;
        top: 90px;
    }
    .portada .logo-construyendo {
        width: 206px;
        height: 180px;
    }
    .portada .carousel {
        width: 100%;
        position: absolute;
        top: 64px;
        height: 360px;
        overflow: hidden;
    }
    .carousel_inner{
        width: 100%;
        height: 360px;
        overflow: hidden;
     }
}
h1 {
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    margin: 0 auto 16px auto;
}
h3 {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
}
p {
    font-size: 18px;
    font-weight: 200;
    color: #111111;
    margin: 0px auto 8px auto;
}
@media(max-width:950px){
    h1 {
        font-size: 28px;
        font-weight: 700;
        font-style: italic;
        text-decoration: none;
        margin: 0 auto 16px auto;
    }
    h3 {
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        margin: 0 auto 16px auto;
        text-transform: uppercase;
    }
    p {
        font-size: 16px;
        font-weight: 200;
        color: #111111;
        margin: 0px auto 8px auto;
    }

}
#forma-ideas {
    margin: 32px auto 0 auto;
}
#forma-ideas h1 {
    color: #f7a600;
    text-align: right;
}
#forma-ideas p {
    text-align: right;
    font-size: 20px;
}
#forma-ideas img {
    width: 100%;
    height: auto;
}
@media(max-width:950px){
    #forma-ideas h1 {
        text-align: center;
    }
    #forma-ideas p {
        text-align: center;
        font-size: 16px;
    }
    #forma-ideas img {
        width: auto;
        height: 360px;
    }
}

#como {
    margin: 0px auto 0 auto;
    padding: 32px 0px;
    background-color: #f0f0f0;
}
#como h1 {
    color: #007a85;
}
#como .imagen {
    width: 80%;
    margin: 0 auto 16px auto;
    text-align: center;
    background-image: url(../img/home/img-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease-in-out;
}
#como .imagen:hover {
    padding: 8px;
}
#como img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 50%;
}
#como h3 {
    display: block;
}
@media(max-width:950px){
    #como .imagen {
        width: 50%;
    }
}

/* FORO HOME */
#foro-comunidad {
    margin: 32px auto 0px auto;
    border-width: 0 0 12px 0;
    border-color: #007a85;
    border-style: solid;
    background-image: url('../img/home/comunidad.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 640px 267px;
    padding: 0 0 248px 0;
}
#foro-comunidad .boton {
    background-color: #760587;
    width: 360px;
    border-radius: 36px;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    margin: 12px auto 12px auto;
    transition: all 0.2s ease-in-out;
}
#foro-comunidad .boton:hover {
    background-color: #007a85;
}
#foro-comunidad .boton a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
@media(max-width:950px){
    #foro-comunidad {
        background-size: 360px 150px;
        padding: 0 0 145px 0;
    }
    #foro-comunidad .boton {
        width: 300px;
    }
}


/* Contactanos */
#contactanos {
    margin: 0px auto 0px auto;
    border-width: 0 0 12px 0;
    border-color: #ec6608;
    border-style: solid;
    background: rgb(255,221,0);
    background: linear-gradient(0deg, rgba(255,221,0,1) 0%, rgba(236,102,8,1) 100%);
    padding: 36px 0 36px 0;
}
#contactanos .txt1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin: 0 auto;
    text-transform: uppercase;
}
#contactanos .txt2 {
    font-size: 36px;
    color: #760587;
    font-weight: 700;
    text-decoration: none;
    margin: 0 auto;
    text-transform: uppercase;
    font-style: italic;
    margin: 0 auto 12px auto;
}
#contactanos p {
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 200;
    margin: 0 auto 36px auto;
}
#contactanos .boton {
    background-color: #007a85;
    width: 360px;
    border-radius: 36px;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    margin: 12px auto 12px auto;
    transition: all 0.2s ease-in-out;
}
#contactanos .boton:hover {
    background-color: #760587;
}
#contactanos .boton a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
@media(max-width:950px){
    #contactanos .txt1 {
        font-size: 22px;
    }
    #contactanos .txt2 {
        font-size: 28px;
    }
    #contactanos p {
        font-size: 18px;
    }
    #contactanos .boton {
        width: 240px;
    }
}
footer {
    margin: 0px auto 0px auto;
    background-color: #760587;
    padding: 36px 0 0 0;
}
footer .mail {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin: 0 auto 16px auto;
    display: block;
}
footer .telefono {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin: 0 auto 16px auto;
    display: block;
}
footer .seguinos {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    margin: 0 auto;
}
footer .seguinos i {
    margin: 0 8px 0 0;
}
footer .red-social {
    margin: 0 auto 16px auto;
}
footer .red-social a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}
footer .red-social a:hover {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    text-decoration: underline;
}
footer .comechingones {
    width: 100%;
    padding: 18px 0;
    margin: 36px auto 0 auto;
    color: #fff;
    background-color: #111111;
    text-align: center;
    font-size: 12px;
}
footer .comechingones a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
}
footer .comechingones a:hover {
    color: #f7a600;
}
/* PORTADA INTERNAS */

#portada-internas {
    width: 100%;
    text-align: center;
    align-items: center;
    min-height: 260px;
    margin: 0px auto 0 auto;
    padding: 90px 0 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    box-sizing: content-box;


}
#portada-internas .logo {
    width: 200px;
    height: 175px;
    margin: 40px auto 0 auto;
}
#portada-internas img {
    width: 200px;
    height: 175px;
    border: none;
}

/* NUESTROS CLIENTES */
#nuestros-clientes {
    width: 100%;
    margin: 32px auto 0 auto;
}
#nuestros-clientes h1 {
    color: #f7a600;
    text-align: center;
}
#nuestros-clientes .cliente {
    width: 97%;
    margin: 0 1%;
    border-radius: 32px;
    padding: 32px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
#nuestros-clientes .cliente:hover {
    background-color: #f3f3f3;
}
#nuestros-clientes .logo-cliente {
    width: 17%;
    height: auto;
    border-radius: 16px;
    padding: 0;
    margin: 0 1%;
    display: inline-block;
}
#nuestros-clientes .imagen-cliente {
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 0;
}
#nuestros-clientes .descripcion {
    width: 78%;
    margin: 0 1%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#nuestros-clientes .titulo {
    font-size: 26px;
    font-weight: 700;
    color: #007a85;
    text-align: left;
    margin: 0 auto 8px auto;
}
#nuestros-clientes p {
    text-align: left;
}
#nuestros-clientes .visitar-sitio {
    width: 140px;
    background-color: #760587;
    border-radius: 16px;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    margin: 16px 0 0 0;
    transition: all 0.2s ease-in-out;
}
#nuestros-clientes .visitar-sitio:hover {
    background-color: #007a85;
}
#nuestros-clientes a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
/* CONTACTO */
#contacto {
    width: 100%;
    margin: 32px auto 0px auto;
    padding: 0 0 290px 0;
    background-image: url('../img/contacto/footer.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
}
#contacto h1 {
    color: #007a85;
    text-align: center;
}
/*FORM*/
#formulario .form-item {
    width: 100%;
    display: block;
    text-align:right;
    margin: 0 auto 16px auto;
    vertical-align: top;
}

label {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    margin: 0 8px 0 0;
    color: #760587;
    text-align:right;
    vertical-align: top;
}

input {
    width: 75%;
    background: #ec6608;
    padding: 8px;
    border-radius: 8px;
    border: none;
    font-size: 22px;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    overflow: hidden;
}
input:focus {
    background: #760587;
    border-width: 0px;
    border-color: #fff;
    outline: none;
}
textarea {
    height: 180px;
    width: 75%;
    background: #ec6608;
    padding: 8px;
    border-radius: 8px;
    border: none;
    font-size: 22px;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
}
textarea:focus {
    background: #760587;
    border-width: 0px;
    border-color: #fff;
    outline: none;
}
button {
    background-color:#760587;
    width: 240px;
    border: none;
    padding: 10px;
    border-radius: 16px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
button:hover {
    background-color:#007a85;;
    color: #fff;
}