/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
a,
body,
h2,
h2,
h3,
h2,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:visited {
  color: rgb(0, 0, 0);
}
a {
  color: rgb(0, 0, 0);
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
img {
  padding: 0;
  margin: 0;
}
picture {
  padding: 0;
  margin: 0;
}
/*---------------------------------------------------2560px */
@media only screen and (max-width: 2560px) {
  p.botones {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: justify;
  }
  p.botones.wh {
  color: rgb(0, 187, 56);
  }
  .contnav {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    background-color: rgb(255, 255, 255);
    z-index: 3;
  }
  .contcentral {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: auto;
    border-bottom: 1px solid #000;
  }
  .btns {
    display: none;
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 100px;
    margin-left: 5%;
    margin-right: 5%;
  }
  img.logotipo {
    width: 100%;
  }
  .botonesizq {
    display: flex;
    justify-content: space-between;
    width: 40%;
  }
  .btn {
    display: flex;
  }
  .btn.whatssapp {
    display: flex;
    padding: 5px;
    background-color: rgb(0, 210, 63);
  }
  .menuresp {
    display: none;
  }
  .menuoculto {
    display: none;
  }
}
/*---------------------------------------------------1680px */
@media only screen and (max-width: 1680px) {
  .logo {
    width: 12%;
  }
}
/*---------------------------------------------------1600px */
@media only screen and (max-width: 1600px) {
}
/*---------------------------------------------------1536px */
@media only screen and (max-width: 1536px) {
}
/*---------------------------------------------------1440px */
@media only screen and (max-width: 1440px) {
  p.botones {
    font-size: 11px;
  }
  .logo {
    width: 12%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
/*---------------------------------------------------1366px */
@media only screen and (max-width: 1366px) {
  .contnav {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background-color: rgb(255, 255, 255);
    z-index: 3;
  }
  p.botones {
    font-size: 11px;
  }
  .logo {
    width: 13%;
  }
}
/*---------------------------------------------------1280px */
@media only screen and (max-width: 1280px) {
  p.botones {
    font-size: 10px;
  }
  .contnav {
    height: 80px;
  }
}
/*---------------------------------------------------1024px */
@media only screen and (max-width: 1024px) {
  p.botones_1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 10px;
    text-align: justify;
    color: rgb(0, 0, 0);
  }
  p.botones_1.wh {
    color: rgb(0, 187, 56);
    }
  .botonesizq {
    display: none;
  }
  .contnav {
    display: flex;
    width: 100%;
    height: 70px;
  }
  .contcentral {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  .logo {
    width: 14%;
    height: 70px;
    margin-top: 0px;
    margin-left: 10%;
    border-left: 1px solid rgb(218, 218, 218);
  }
  .btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 65%;
    height: 70px;
    padding: 0%;
  }
  .botones_2 {
    display: flex;
    justify-content: center;
    width: 22%;
    height: auto;
  }
  .boton_menu#mostrar {
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 10.4%;
    height: 70px;
    border-left: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  #abierto {
    cursor: pointer;
    width: 32%;
    height: auto;
    background-image: url(../img_index/btn_open.svg);
    margin: 0;
    padding: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cerrado {
    cursor: pointer;
    width: 32%;
    height: auto;
    background-image: url(../img_index/btn_close.svg);
    margin: 0;
    padding: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
  }
  .menuoculto {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: rgb(255, 255, 255);
  }
  .btn-contder {
    width: 40%;
    height: auto;
  }
  .contenedoroculto {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn_ocultos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 8vh;
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  .contenedorredessoc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  .iconsredes {
    width: 5%;
    padding-top: 15px;
  }
  p.botocultos {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
  }
}
/*---------------------------------------------------900px */
@media only screen and (max-width: 900px) {
  p.botones_1 {
    font-size: 10px;
  }
  p.botocultos {
    font-weight: 600;
    font-size: 10px;
  }
  .logo {
    width: 18%;
    height: 70px;
    margin-top: 0px;
    margin-left: 10%;
    border-left: 1px solid rgb(218, 218, 218);
  }
  .boton_menu#mostrar {
    width: 11%;
  }
}
/*---------------------------------------------------800px */
@media only screen and (max-width: 800px) {
  .btn_ocultos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6vh;
    border-bottom: 1px solid rgb(218, 218, 218);
  }
}
/*---------------------------------------------------700px */
@media only screen and (max-width: 700px) {
  .boton_menu#mostrar {
    width: 11%;
  }
  .botones_2 {
    width: 30%;
  }
}
/*---------------------------------------------------600px */
@media only screen and (max-width: 600px) {
  p.botocultos {
    font-size: 10px;
  }
  .btn-contder {
    width: 80%;
    height: auto;
  }
  .botones_2 {
    width: 40%;
  }
  #abierto {
    width: 45%;
  }
  .cerrado {
    width: 45%;
  }
  .logo {
    width: 26%;
  }
  .boton_menu#mostrar {
    width: 12%;
  }
}
/*---------------------------------------------------500px */
@media only screen and (max-width: 500px) {
  p.botones_1 {
    font-size: 10px;
  }
  p.botocultos {
    font-size: 10px;
  }
  .btn-contder {
    width: 73%;
    height: auto;
  }
  .botones_2 {
    width: 50%;
  }
  .logo {
    width: 38%;
    height: 50px;
    margin-left: 2%;
    border-left: 0px solid black;
  }
  .contnav {
    height: 60px;
    position: fixed;
    top: 0;
    border-top: 1px solid rgb(218, 218, 218);
  }
  .contcentral {
    height: 60px;
  }
  .btns {
    width: 85%;
    height: 60px;
  }
  .boton_menu#mostrar {
    width: 20%;
    height: 60px;
    border-bottom: 0px solid black;
  }
}
/*---------------------------------------------------400px */
@media only screen and (max-width: 400px) {
  p.botones_1 {
    font-size: 10px;
  }
  p.botocultos {
    font-size: 10px;
  }
  .btn-contder {
    width: 70%;
    height: auto;
  }
  .iconsredes {
    width: 7%;
    padding-top: 15px;
  }
  .logo {
    width: 40%;
    height: 50px;
    margin-left: 2%;
    border-left: 0px solid black;
  }
  .boton_menu#mostrar {
    width: 25%;
    height: 60px;
    border-bottom: 0px solid black;
  }
  .contenedorredessoc {
     border-bottom: 0px solid rgb(218, 218, 218);
  }
}
/*---------------------------------------------------300px */
@media only screen and (max-width: 300px) {
  p.botones_1 {
    font-size: 9px;
  }
  p.botocultos {
    font-size: 9px;
  }
}
