@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, html {
    font-family: 'Montserrat', sans-serif;
}

::-moz-selection {
    background: #00bcb3;
    color: #fff;
}

::selection {
    background: #00bcb3;
    color: #fff;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 960px;
    }
}

.navbar {
    padding: 0rem 0rem;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #20BBB2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.navbar-light .navbar-toggler {
    color: #fff;
    background: transparent;
    border: 0;
    color: #20BBB2;
    height: 40px;
    margin: 0 auto;
    width: 100%;
}

.navbar-nav {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #31466a;
    font-weight: 700;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
}


.navbar-light {
    background-color: rgba(256, 256, 256, 0.7);
    border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.btn-primary {
    background-color: #00bcb3;
    border: solid 1px #00bcb3;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 280ms;
    -o-transition: all 280ms;
    -moz-transition: all 280ms;
    -webkit-transition: all 280ms;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #00bcb3;
    border: solid 1px #00bcb3;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:checked {
    background-color: #00bcb3;
    border: solid 1px #00bcb3;
    color: #fff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 10px 30px;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.global-title {
    font-size: 32px;
    text-transform: uppercase;
    color: #3B4869;
    margin-bottom: 32px;
}

.global-text {
    font-size: 14px;
    color: #3B4869;
}

.global-subtitle {
    font-size: 18px;
    line-height: 25px;
    color: #3B4869;
}

.ir-arriba {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #00bcb3!important;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 5em;
    right: 20px;
    z-index: 20;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
}

.ir-arriba .fa-stack {
    color: rgba(256, 256, 256, 1);
}

.ir-arriba:hover .fa-stack {
    color: rgba(256, 256, 256, 1);
}

.circle-container {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

.circle-container:after {
    content: "";
    background-image: url(../images/circle-aro.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    animation: rotate infinite 5s ease-in-out;
}

.redes-head {
    margin-left: 5px;
}

.redesfoot {
        display: none;
        position: relative;
        text-align: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.circle-img {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
}

.circle-container-blue {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}

.circle-container-blue:after {
    content: "";
    background-image: url(../images/circle-aro-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    animation: rotate infinite 5s ease-in-out;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.circle-img {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
}

/*CIRCLE 1*/

.circle-container-time-1 {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}

.circle-container-time-1:after {
    content: "";
    background-image: url(../images/circle-aro.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    animation: rotate1 infinite 5s ease-in-out;
}

@keyframes rotate1 {
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/*CIRCLE 2*/

.circle-container-time-2 {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}

.circle-container-time-2:after {
    content: "";
    background-image: url(../images/circle-aro.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    animation: rotate2 infinite 20s ease-in-out;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@keyframes rotate2 {
    0% {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    50% {
        transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
    100% {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}

/*CIRCLE 3*/

.circle-container-time-3 {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}

.circle-container-time-3:after {
    content: "";
    background-image: url(../images/circle-aro.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    animation: rotate3 infinite 20s ease-in-out;
    transform: rotate(250deg);
    -moz-transform: rotate(250deg);
    -webkit-transform: rotate(250deg);
    -o-transform: rotate(250deg);
}

@keyframes rotate3 {
    0% {
        transform: rotate(250deg);
        -moz-transform: rotate(250deg);
        -webkit-transform: rotate(250deg);
        -o-transform: rotate(250deg);
    }
    50% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    100% {
        transform: rotate(250deg);
        -moz-transform: rotate(250deg);
        -webkit-transform: rotate(250deg);
        -o-transform: rotate(250deg);
    }
}

/*CIRCLE 4*/

.circle-container-time-4 {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}

.circle-container-time-4:after {
    content: "";
    background-image: url(../images/circle-aro.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    animation: rotate4 infinite 20s ease-in-out;
}

@keyframes rotate4 {
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/* SECTION HERO */

.hero {
    padding-top: 160px;
    padding-bottom: 100px;
    background-image: url(../images/bghero.svg);
    background-repeat: no-repeat;
    background-position: 110% 5%;
    background-size: 800px;
    position: relative;
}

.hero h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    color: #31466a;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero h1 b {
    font-weight: 700;
}

.hero h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #31466a;
    text-transform: uppercase;
}

/* SECTION CONTACTO */

section.contacto {
    background-color: #31466a;
    padding: 30px 0;
}

section.contacto label{

    margin-left: 7%;
}


.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
}

section.contacto label {
    color: #fff;
    font-size: 13px;
}

/* RESPETO POR LA TIERRA */

section.respeto {
    background-color: #00bcb3;
    padding: 60px 0;
}

/* SECTION PLANTA MODELO */

section.planta {
    padding: 60px 0;
    background-color: #fff;
    background-image: url(../images/bg-seleccion.svg);
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: 0 0;
}

/* SECTION PLANTA MODELO 2*/

section.planta-2 {
    padding: 60px 0;
    background-color: #31466a;
}

.text-box {
    font-size: 13px;
    margin: 20px 0;
}

section.nutricion {
    padding: 60px 0;
    background-image: url(../images/bg-nutricion.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 100% 0;
}

.img-box-img {
    min-height: 120px;
}

.img-box {
    max-width: 80px;
    display: block;
    margin: 0 auto 30px auto;
}

.footer {
    position: relative;
}

.footer .container {
    padding-top: 60px;
}

.img-btg {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.logo-footer {
    width: 230px;
    margin-left: 30px;
}

.sep1 {
    width: 18%;
    float: left;
    padding: 20px 0px;
}

.sep2 {
    width: 64%;
    float: left;
    padding: 20px 40px;
}

.sep3 {
    width: 18%;
    float: left;
}

.footer p {
    color: #fff;
    font-size: 14px
}

.footer a {
    color: #fff;
    font-size: 14px
}

.img-hero {
    display: none;
}

@media screen and (max-width: 1180px) {
    .img-hero {
        display: block;
        margin: 0 auto;
    }
    .hero {
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: none;
    }
}

@media screen and (max-width: 992px) {
    .hero {
        text-align: center;
    }
    .redes-head {
    margin-left: 27px;
    margin-top: 7px;
    }
 
}

@media screen and (max-width: 500px) {
    .hero h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .global-title {
        font-size: 25px;
        line-height: 30px;
    }
    .navbar-light {
        background-color: rgba(256, 256, 256, 0.7);
        border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px;
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        z-index: 9999;
        left: 0%;
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    .circle-container-blue {
        width: 200px;
        height: 200px;
    }
    .circle-container {
        width: 200px;
        height: 200px;
    }
    .logo-footer {
        width: 230px;
        margin-left: 0px;
    }
    section.contacto label{

    margin-left: 12%;
    }
    .redesfoot {
        display: block;
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width: 1050px) {
    .sep1 {
        width: 100%;
        float: none;
        display: none;
        padding: 20px 0px;
    }
    .sep2 {
        width: 100%;
        float: none;
        padding: 20px 0px;
    }
    .sep3 {
        width: 100%;
        float: none;
        padding: 20px 0px;
        text-align: center;
    }
    .img-btg {
        display: none;
    }
    .footer {
        background-color: #00bcb3;
    }
}