html, body{ 
    margin:0px;
    padding: 0px;
    font-family: 'Lato', sans-serif; 
    font-size: 16px 
}

img { 
    max-width: 100%; 
    max-height: 100%;
}

*{
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: inherit;
}

@font-face {
  font-family: "RoxboroughCF-Bold";
  src: url("../font/roxborough-cf/RoxboroughCF-Bold.otf");
}
@font-face {
  font-family: "RoxboroughCF-Light";
  src: url("../font/roxborough-cf/RoxboroughCF-Light.otf");
}
@font-face {
  font-family: "RoxboroughCF-Medium";
  src: url("../font/roxborough-cf/RoxboroughCF-Medium.otf");
}
@font-face {
  font-family: "RoxboroughCF-Regular";
  src: url("../font/roxborough-cf/RoxboroughCF-Regular.otf");
}
@font-face {
  font-family: "RoxboroughCF-Thin";
  src: url("../font/roxborough-cf/RoxboroughCF-Thin.otf");
}
.oculto-laptop{
    display: none !important;
}

.oculto-celular{
    display: inline-block !important;
}

.max-1400{
    display: inline-block;
    max-width: 1400px;
    width: 100%;
}

.menu-fixed {
	position:fixed;
	z-index:1041;
	top:0;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}


.txt-izq{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.boton{
    background: #dc582a;
    color: #fff;
    padding: 10px 20px;
    display: block;
    max-width: 500px;
    margin: 2rem auto;
    font-size: 22px;
    text-align: center;
    transition: 0.3s;
}
.boton-secondary{
    background: #fff;
    color: #dc582a;
    padding: 10px 20px;
    display: block;
    max-width: 400px;
    margin: 2rem auto;
    font-size: 22px;
    text-align: center;
    transition: 0.3s;
}
.boton:hover{
    background: #ff940a;
}
.boton-secondary:hover{
    background: #ff940a;
    color:#fff;
}
.boton-naranja{
    display: inline-block;
    background:#ff940a;
    color:#fff;
    padding: 15px 15px;
    text-decoration: none;
    border-radius: 7px;
    font-weight: bold;
    font-size: 18px;
}

.boton-blanco{
    display: inline-block;
    background:#fff;
    color:#dc582a;
    padding: 15px 15px;
    text-decoration: none;
    font-weight: bold;
    border: solid 1px #dc582a;
    font-size: 18px;
    transition: 0.3s;
}
.boton-blanco:hover{
    background: #ff940a;
    color:#fff;
}
.boton-social{
    display: inline-block;
    background: #fff;
    color: #dc582a;
    padding: 10px 10px;
    text-decoration: none;
    border-radius: 7px;
    font-weight: bold;
    border: solid 1px #dc582a;
    font-size: 22px;
    width: 48px;
}

.c100{
    display: inline-block;
    width: 100%;
}

.c60{
    display: inline-block;
    width: 60%;
}
.c50{
    display: inline-block;
    width: 50%;
}
.c40{
    display: inline-block;
    width: 40%;
}

.c30{
    display: inline-block;
    width: calc(100% / 3);
}
.c33{
    display: inline-block;
    width: calc(100% / 4);
    position: relative;
}
header, section, footer{
    text-align: center;
}

section{
    --background-image: url(../img/bg.jpg);
}

section > div:nth-child(odd) {
    margin: 10px 0px;
}

section > div:nth-child(even) {
    margin: 20px 0px;
    background: #fff;
    position: relative;
}

nav{
    background-color: #dc582a;
    padding: 10px;
}

footer{
    background-image: url(../img/pie-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    color: #fff;
}

footer p{
    font-size: 28px;
}

footer h3{
    font-size: 25px;
    color: #fff8d5;
}

#banner{
    background-image: url(../img/banner-two.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 110%;
    margin-bottom: 10px;
}

#banner h1{
    font-family: 'RoxboroughCF-Thin';
    font-size: 60px;
    margin: 0px;
    text-shadow: 0 0 6px #383737;
}

#banner p{
    font-family: 'RoxboroughCF-Thin';
    font-size: 52px;
    line-height: 30px;
    text-shadow: 0 0 6px #383737;
    margin: 1.5rem;
}

.menu{
    display: inline-block;
    width: calc(100% / 6);
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    transition: 0.3s;
}
.menu:hover{
    background-color: #f17043;
    padding: 10px;
}
#logo{
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}

#menu{
    display: inline-block;
    width: calc(100%  - 600px);
    vertical-align: middle;
}

#social{
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

#contacto{
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

#banner-descripcion{
    display: inline-block;
    width: calc(100% - 600px);
    vertical-align: middle;
    margin-left: 100px;
    color: #fff;
}

#banner-formulario{
    display: inline-block;
    width: 400px;
    margin: 30px;
    vertical-align: middle;
}

#frmUnete{
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
}
#frmUnete h2{
    color: #f1571d;
    font-size: 28px;
    margin: 10px;
}

#frmUnete h3{
    color: #333;
    margin: 5px 0px 15px 0px;
}

#frmUnete label{
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
    text-align: left;
}

#frmUnete input{
    display: inline-block;
    border: none;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border: solid 1px #ff940a;
}

#msnConfirmacion{
    display: none;
}

.sec-imagen{
    display: inline-block;
    width: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    height: 300px;
}

.sec-contenido{
    display: inline-block;
    width: calc(100% - 200px);
    padding: 20px;
    vertical-align: middle;
}
#presentacion{
    background: #FFFFFF;
    font-size: 20px;
}
#presentacion h2{
    font-family: 'RoxboroughCF-Thin';
    line-height: 46px;
}
#presentacion .c60{
    vertical-align:top;
}
#presentacion img{
    width: 400px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#seccionBeneficio::before{
    content: "";
    position: absolute;
    left:0;
    width: 50px;
    height: 100%;
    background: #dc582a;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
#seccionBeneficio .sec-imagen{
    background-image: url(../img/beneficio1.jpg);
}
#seccionBeneficio .col-descripcion{
    max-width: 220px;
}
#seccionEmprendedora h2.block-gris{
    font-family: 'RoxboroughCF-Thin';
    letter-spacing: 2px;
}
#seccionEmprendedora .block-gris{
    background: #f2f2f2;
    color:#000;
    padding: 1rem;
    margin: 1rem;
}
#seccionEmprendedora div.block-gris{
    padding: 1rem 2rem;
    height: 320px;
}
#seccionEmprendedora .sec-subtitulo i{
    color:#45a834;
    font-size: 2rem;
}
#seccionEmprendedora .block-gris .sec-subtitulo{
    text-align: left;
    margin:1.5rem 0;
}
#seccionEmprendedora .c50{
    vertical-align: top;
}
#seccionEmprendedora .block-gris span{
    margin-left: 20px;
}
#seccionEmprendedoraVideo .c50{
    vertical-align: middle;

}
#seccionEmprendedora .item{
    display: flex;
    gap: 20px;
}
#seccionEmprendedoraVideo .sec-titulo, #seccionEmprendedoraVideo .sec-subtitulo{
    text-align: left;
    margin: 0 0 30px;

}
#seccionEmprendedoraVideo .boton{
    margin: 0;
}
#seccionEmprendedoraVideo img{
    transition: 0.3s;
    opacity: 1;
}
#seccionEmprendedoraVideo img:hover{
    opacity: 0.6;
}
#seccionHerramienta .sec-imagen{
    background-image: url(../img/herrameinta1.jpg);
}

#seccionBeneficio .ico-money{
    background-image: url(../img/ico-money.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
#seccionBeneficio .ico-gif{
    background-image: url(../img/ico-gif.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
#seccionBeneficio .ico-perfume{
    background-image: url(../img/ico-perfume.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
#seccionBeneficio .ico-transporte{
    background-image: url(../img/ico-transporte.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
#seccionBeneficio .c33.plus::after{
    content: "";
    position: absolute;
    background-image: url(../img/ico-equis.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
#seccionKit img{
    max-width: 270px;
    cursor: pointer;
    transition: 0.3s;
}
#seccionKit img:hover {opacity: 0.7;}
#seccionKit .c33{
    position: relative;
}
#seccionKit .c33 i{
    position: absolute;
    left: 45%;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #e86434;
    font-size: 3rem;
}
#seccionReverse{
    background: #dc582a;
    color: #fff !important;
    margin-bottom: 0px;
}
#seccionReverse .sec-titulo{
    font-size: 30px;
    color: #fff !important;
} 
#seccionReverse .sec-subtitulo{
    font-size: 22px;
    color: #fff !important;
}
#seccionReverse .boton-secondary.max{
    max-width: 800px;
    width: 100%;
}
#seccionTestimonio{
    padding: 10px;
}

#seccionTestimonio > div{
    padding:10px;
    vertical-align: top;
}
#seccionTestimonio a{
    transition: 0.3s;
    opacity: 1;
}
#seccionTestimonio a:hover{
    opacity: 0.6;
}
#seccionTestimonio .play{
    position: relative;
}
#seccionTestimonio .play .bullet{
    position: absolute;
    top:40%;
    left:40%;
    border: 10px solid #f35f1f;
    padding: 20px;
    border-radius: 50px;

}
#seccionTestimonio .play .bullet i{
    color: #f35f1f;
    font-size: 2rem;
}
#seccionHerramienta .row-item{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
}
#seccionHerramienta .row-item:before{
    content: "";
    position: absolute;
    left: -6rem;
    width: 50px;
    height: 100%;
    background: #dc582a;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

#seccionHerramienta .c60{
    vertical-align: middle;

}
#seccionHerramienta .col-descripcion span{
    font-family: 'RoxboroughCF-Thin';
    letter-spacing: 2px;
    font-size: 24px;
}
#seccionHerramienta .col-descripcion{
    font-size: 20px;
    text-align: left;
    max-width: 600px;
}
#seccionHerramienta .col-descripcion a{
    max-width: 400px;
    margin: 2rem 0;
}
.sec-titulo{
    font-family: 'RoxboroughCF-Thin';
    letter-spacing: 2px;
    color: #000;
    font-size: 30px;
    margin: 30px 0px;
    line-height: 40px;
}
.sec-titulo > span{
    font-family: 'RoxboroughCF-Thin';
    color: #dc582a;
}
.sec-subtitulo{
    color: #333;
    font-size: 22px;
    margin: 0px 0px 30px 0px;
}

.col-icono{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    background-color: #dc582a;
    font-size: 30px;
    line-height: 70px;
}

.col-descripcion h4{
    color:#dc582a;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
}

.col-descripcion{
    font-size: 18px;
    display: inline-block;
}

#btnCarrito {
    text-align: center;
    box-shadow: 0 0 0 0 rgba(255, 235, 148, 0.5);
    -webkit-animation: pulse 1.5s infinite;
    text-decoration: none;
    line-height: 60px;
    background: #ffd505;
    color: #000;
    font-size: 28px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: solid 4px #fff;
  }
  
  #btnCarrito:hover {
    -webkit-animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    70% {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(255, 235, 148, 0);
    }
    100% {
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(255, 235, 148, 0);
    }
  }

  

@media screen and (min-width: 0px) and (max-width: 768px)  {
    nav {
        padding: 0px;
    }

    .oculto-laptop{
        display: inline-block !important;
    }
    
    .oculto-celular{
        display: none !important;
    }

    .sec-imagen{
        width: 100%;
    }
    
    .sec-contenido{
        width: 100%;
    }

    #logo{ 
        width: 75px;
        margin-right: 10px;
    }

    #banner-descripcion{
        width: 100%;
        margin: 0;
        color: #dc582a;
    }

    #banner{
        background-color: #ffecd3;
        background-image: unset;
    }
    #banner p{ text-shadow: 0 0 black; }
    #banner h1 {
        font-size: 35px;
        margin: 20px 0px;
        text-shadow: 0 0 black;
    }

    #banner-formulario {
        margin:0px;
        margin-top:20px
    }

    #frmUnete {
        border-radius: 0px;
        padding: 10px 20px;
        padding-bottom: 0px;
    }


    #frmUnete label {
        margin: 5px 0px;
    }
    .sec-imagen{
        height: 150px;
    }

    .sec-titulo {
        font-size: 28px;
    }

    .sec-subtitulo {
        font-size: 16px;
    }

    .sec-contenido {
        height: inherit;
    }
    .col-descripcion h4 {
        margin-top: 0px;
        font-size: 17px;
    }

    .col-icono{
        vertical-align: middle;
    }

    .col-descripcion {
        font-size: 16px;
        width: calc(100% - 80px);
        text-align: left;
        padding-left: 20px;
        vertical-align: middle;
        height: inherit;
    }

    .c30 {
        margin: 10px 0px;
        width: 100%;
    }

    #banner p {
        font-size: 18px;
        line-height: 20px;
    }

    #banner-formulario{
        width: 100%;
    }

    #menu{
        display: none;
    }

    #social{
        width: 100px;
    }

    #contacto{
        width: 105px;
    }
 

    #seccionTestimonio .c30{
        margin: 0px;
    }

    #seccionTestimonio > div {
        padding: 0px;
    }

    footer{
        padding: 25px 0px;
        padding-bottom: 45px;
    }

    footer p {
        font-size: 20px;
    }

    footer h3 {
        font-size: 20px;
    }

    #btnCarrito {
        line-height: 50px;
        font-size: 22px;
        left: 15px;
        width: 50px;
        height: 50px;
        border: solid 2px #fff;
      }

    #presentacion{
        text-align: center !important;
    }  
    #presentacion .txt-right{
       text-align: center !important; 
       font-size: 24px;
    }
    #presentacion p.txt-right{
        font-size: 18px;
        line-height: 25px;
    }
    #presentacion .c60 {
    display: inline-block;
    width: 90%;
    }
    #seccionBeneficio::before{
        display: none;
    }
    #seccionBeneficio .c33.plus::after{
     display: none;   
    }
    .c33 {
        display: inline-block;
        width: 100%;   
        margin-bottom: 2rem;
    }
    .c60, .c50, .c40 {
        display: inline-block;
        width: 100%;   
    }
    #seccionEmprendedora .block-gris{
        margin: 1rem 0;
    }
    #seccionEmprendedoraVideo img{
        width: 100% !important;
        margin-top: 2rem;
    }
    #seccionHerramienta .row-item{
        align-items: normal;
        flex-direction: column;
    }
    #seccionHerramienta .col-descripcion{
        width: 100%;
        margin-top: 2rem;
        font-size: 16px;
        line-height: 24px;
        padding-left: 0;
    }
    #seccionHerramienta .col-descripcion span{
        font-size: 18px;
    }
    #seccionReverse .sec-titulo {
        font-size: 28px;
    }
    #seccionReverse .sec-subtitulo {
        font-size: 18px;
    }
    .boton, .boton-secondary{
        font-size: 1.2rem;
    }
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}