body{
    background-color: var(--blanco);
    font-family: 'Roboto', sans-serif;
}
p{
    font-size: 16px;
}
span.verde{
    color: var(--verdeO);
}
.btn-pagar{
    background-color: var(--verdeO);
    color: var(--blanco);
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 15px;
}
.subrayadoDG{
    background: linear-gradient(to left, #409742, #8CC63E,#D8E020,#409742);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}
.banner{
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    padding: 20% 0;
}
.banner .contenidoBanner{
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: flex-start;
    text-align: left;
}
.banner .title-banner{
    font-size: 45px;
    font-weight: 600;
    color: var(--blanco);
}
.banner .title-amarillo{
    font-size: 45px;
    font-weight: 600;
    color: var(--amarillo);
}
.banner .btn-blanco{
    background-color: var(--blanco);
    color: var(--negro);
    border-radius: 50px;
    font-size: 18px;
    margin-top: 10px;
}
.banner .btn-blanco:hover{
    background-color: var(--verdeO);
    color: var(--blanco);
    border-radius: 50px;
}
.banner .btn-transparente{
    background-color: transparent;
    color: var(--blanco);
    border-radius: 50px;
    border: var(--blanco) solid 2px;
    margin: 0 10px;
    font-size: 18px;
}
.banner .btn-transparente:hover{
    background-color: var(--verdeO);
    color: var(--blanco);
    border-radius: 50px;
    border: none;
}
.banner .btn-verde{
    background-color: var(--verdeO);
    color: var(--blanco);
    border-radius: 50px;
    font-size: 18px;
}
.banner .btn-verde:hover{
    background-color: var(--blanco);
    color: var(--negro);
    border-radius: 50px;
}

.detailtreed .btn-verde{
    background-color: var(--verdeO);
    color: var(--blanco);
    border-radius: 50px;
    font-size: 24px;
}
.detailtreed .btn-verde:hover{
    background-color: var(--blanco);
    color: var(--negro);
    border-radius: 50px;
}

/*seccion video youtube*/
.viedos-yt p{
    font-weight: 700;
}
.viedos-yt h3{
    color: var(--verdeO);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.viedos-yt .eslogan{
    font-weight: 800;
}
.viedos-yt .eslogan hr{
    margin-top: -15px;
    font-weight: bold;
    background-color: #41b54321;
    height: 16px;
    width: 285px;
    border: none;
    border-radius: 80px;
    margin-left: unset;
}
.viedos-yt .autor{
    display: flex;
    justify-content: right;
    -webkit-text-decoration-color: var(--verdeO);
            text-decoration-color: var(--verdeO);
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.viedos-yt span.verde{
    color: var(--verdeO);
}
.viedos-yt .colums{
    max-width: 280px;
    justify-content: center;
    margin: 10px auto;
}
.viedos-yt .colums img{
    width: 100%;
}
.viedos-yt .colums h4{
    margin: 15px 0px;
}
.viedos-yt .colums h4 span{
    background: linear-gradient(to left, #409742, #8CC63E,#D8E020,#409742);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}
.viedos-yt .colums p{
    text-align: justify;
    font-weight: 400;
}
/*seccion asesoria*/
.asesoria{
    padding: 50px 0;
}
.asesoria .container{
    background-color: var(--dg-verde);
    border-radius: 50px;
}
.asesoria .contenido{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.asesoria img{
    width: 120px;
    margin-top: 31px;
    margin-bottom: 10px;
}
.asesoria h3{
    font-size: 35px;
    font-weight: 600;
}
.asesoria .btn-verde{
    background-color: var(--verdeO);
    color: var(--blanco);
    border-radius: 50px;
}
.asesoria .btn-verde:hover{
    background-color: var(--blanco);
    color: var(--negro);
    border-radius: 50px;
}
/*seccion banner medio*/
.bannerMedio{
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.bannerMedio h3{
    font-size: 32px;
    color: #ffffff;
}
.bannerMedio h3 span{
    background: linear-gradient(to left, #409742, #8CC63E,#D8E020,#409742);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
}
/*seccion banner medio*/
.coin-verde{
    padding: 50px 0;
}
.coin-verde h3{
    margin-top: 10px;
    border-radius: 10px;
    width: 300px;
    color: var(--verdeO);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}
.coin-verde h3 hr{
    margin-top: -15px;
    font-weight: bold;
    background-color: #41b54321;
    height: 16px;
    width: 285px;
    border: none;
    border-radius: 80px;
    margin-left: unset;
}
.coin-verde img{
    width: 100%;
    max-height: 450px;
}
.coin-verde p{
    text-align: justify;
}
/*coin verde*/
.sociocoin{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 15px;
}
.sociocoin .column_1{
    width: 13%;
    text-align: center;
    margin-top: -50px;
}
.sociocoin .column_2{
    width: 87%;
    text-align: justify;
    padding-top: 15px
}
.sociocoin .column_2 span{
    color: var(--blanco);
    text-shadow: 2px 2px 2px black;
}
.sociocoin .column_2 h3{
    color: var(--blanco);
    text-shadow: 2px 2px 1px black;
}
.sociocoin .column_2 p{
    color: var(--blanco);
}
/*CAROUSEL TREED*/
.treed{
    display: flex;
    align-items: center;
    min-height: 80vh;
}
.wrapper{
    width: 100%;
}
.carousel{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}
.carousel .card{
    color: #fff;
    text-align: center;
    margin: 20px 20px;
    width: 290px;
    height: 300px;
    min-width: 230px;
    min-height:230px;
    font-size: 90px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    background-color: var(--cardColor);
}
.carousel .card span{
      background-color: var(--gris);
      color: var(--blanco);
      padding: 5px;
      border-radius: 10px;
      width: auto;
      height: 20px;
      font-size: 12px;
      z-index: 100;
}
.carousel .card .imgTreed{
    width: 180px;
    margin-left: 85px;
}
.owl-dots{
    text-align: center;
    margin-top: 40px;
}
.carousel .card .contenido{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
.owl-dot{
    height: 15px;
    width: 15px;
    margin: 0 5px;
    outline: none;
    border-radius: 50px;
    border: 2px solid var(--verdeO)!important;
    background-color: var(--verdeC);
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
    background: var(--verdeO)!important;
    background-color: var(--verdeC);
}

.ovalo{
    background: var(--grisC);
    text-align: center;
    border-radius: 60px;
    margin: 0 15px;
    padding: 0 0;
    height: 250px;
    width: 115px;
}
.ovalo span{
    font-size: 28px;
    font-weight: 900;
}
.ovalo p{
    font-size: 16px;
}

/*Detail treed*/
.detailtreed{
    padding: 15px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.detailtreed a{
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.detailtreed .codigoDetail{
    background-color: var(--verdeC);
    text-align: center;
    color: var(--blanco);
    padding: 5px;
    border-radius: 10px;
    width: auto;
    height: 20px;
    font-size: 12px;
}
.imgTreed{
    width: 100%;
    max-height: 450px;
}
.cuerpoInfo{
    background-color: var(--cardColor);
    border-radius: 20px;
    border: 1px solid var(--blanco);
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}
/*blog*/
.posts{
    display: flex;
    margin: 15px auto;
}
.posts a{
    text-decoration: none;
    color: var(--negro);
}
.posts .card{
    margin: 15px auto;
    border: none;
    border-radius: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.posts .card .info{
    background-color: var(--bg-footer);
    float: left;
    width: 50%;
    height: 50%;
    padding: 10px;
    justify-content: center;
}
/*post*/
.post{
    margin: 25px 0px;
}
.post h2{
    color: var(--verdeO);
    text-transform: uppercase;
}
.post .redes{
    margin: 10px auto;
}
.post .guardar{
    margin: 10px auto;
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
}
.post .redes .iconRed{
    background-color: var(--verdeC);
    border-radius: 50px;
    margin: 5px 5px;
    color: var(--blanco);
    padding: 5px;
    font-size: 25px;
}
/*contacto*/
.bannerContacto{
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    padding: 20% 0;
}
.bannerContacto .contenidoBanner{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
}
.bannerContacto .title-banner{
    font-size: 45px;
    font-weight: 600;
    color: var(--blanco);
}
.bannerContacto .title-amarillo{
    font-size: 45px;
    font-weight: 600;
    color: var(--amarillo);
}
.formulario{
    margin: 50px auto;
}
.formulario h4{
    font-size: 28px;
    color: var(--verdeO);
}
.formulario h4 hr{
    margin-top: -15px;
    font-weight: bold;
    background-color: #41b54321;
    height: 16px;
    width: auto;
    border: none;
    border-radius: 80px;
    margin-left: unset;
}
.formulario p{
    font-size: 16px;
    font-width: 500;
}
.formulario .form input{
    width: 95%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #4e4e4e;
}
.formulario .form textarea{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #4e4e4e;
}
.formulario .enviar{
    margin: 10px 0px;
    border: none;
    color: var(--blanco);
    background-color: var(--verdeO);
    border-radius: 0;
}

/*Nosotros*/
.bannerNosotros{
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    padding: 20% 0;
}
.bannerNosotros .contenidoBanner{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.bannerNosotros .title-banner{
    font-size: 45px;
    font-weight: 600;
    color: var(--blanco);
}
.bannerNosotros .title-amarillo{
    font-size: 45px;
    font-weight: 600;
    color: var(--amarillo);
}
.bannerNosotros .title-amarillo span {
      margin-top: -15px;
      font-weight: bold;
      background-color: #41b54321;
      height: 16px;
      width: 285px;
      border: none;
      border-radius: 80px;
      margin-left: unset;
  }
.nosotros{
    position: relative;
    margin-top: -50px;
    background-color: #ffffffba;
}
.nosotros img {
    width: 380px;
    height: 380px;
}
.nosotros p{
    text-align: justify;
    font-size: 14px;
}
.prinmcipios{
    margin: 0 auto;
    padding: 50px 0px;
    background-color: var(--bg-footer);
}
.prinmcipios h4{
    color: var(--verdeO);
    font-weight: 700;
}
.prinmcipios .card{
    background-color: var(--blanco);
    width: 90%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 10px auto;
}
.prinmcipios .card img{
    width: 336px;
    height: 100px;
}
.prinmcipios .card h4 span{
    background: linear-gradient(to left, #409742, #8CC63E,#D8E020,#409742);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 100% 2px;
    background-position: bottom 0 left 0,bottom 5px left 0;
    background-repeat: no-repeat;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin: 10px auto;
}
.prinmcipios .card p{
    font-size: 13px;
    text-align: justify;
}


/*media query*/
@media only screen and (max-width: 1024px) {
    .viedos-yt iframe{
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
    .viedos-yt iframe{
        width: 100%;
    }
    .navbar .cartandsearch .correo{
        display: none;
    }
}
@media only screen and (max-width: 414px) {
    .banner .contenidoBanner{
        margin-top: 65px;
        width: 100%;
    }
    .banner .title-banner{
        font-size: 28px;
    }
    .banner .title-amarillo{
        font-size: 28px;
    }
    .sociocoin .column_1{
        width: 20%;
        margin-top: -48px;
    }
    .sociocoin .column_2{
        width: 80%;
    }
    .sociocoin .column_2 h3 {
        font-size: 22px;
    }
    .sociocoin .column_2 p {
        font-size: 14px;
        line-height: 1.2;
    }
    .sociocoin .column_1 .img_coinverde{
        margin-top: -60px;
    }
    .owl-dots{
        display: none;
    }
}
@media only screen and (max-width: 411px) {
    .banner .contenidoBanner{
        width: 100%;
    }
    .banner .title-banner{
        font-size: 28px;
    }
    .banner .title-amarillo{
        font-size: 28px;
    }
    .viedos-yt{
        text-align: justify;
    }
    .viedos-yt iframe{
        width: 100%;
    }
    .asesoria h3 {
        font-size: 24px;
    }
    .sociocoin .column_1{
        width: 20%;
        margin-top: -48px;
    }
    .sociocoin .column_2{
        width: 80%;
    }
    .sociocoin .column_2 h3 {
        font-size: 22px;
    }
    .sociocoin .column_2 p {
        font-size: 14px;
        line-height: 1.2;
    }
    .sociocoin .column_1 .img_coinverde{
        margin-top: -60px;
    }
}
@media only screen and (max-width: 375px) {
    .sociocoin .column_1 .img_coinverde{
        margin-top: -62px;
    }
}

