/* Media Queries Mixin
**********************/
/* Reboot Codes - Based on normalize.css v5.0.0
**********************/
@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 45vw;
  background-image: url("../assets/img/fondo.png");  
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer {
  margin: 0;
  /*height: 65vw;*/
  background-image: url("../assets/img/footer.png");  
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}
body {
  padding: 0;
  margin: 0;
}
/*
@media only screen and (min-width: 992px) {
  .espacio{
    margin-bottom: 1px!important;
  }
  .container {
    display: flex;
    flex-wrap: wrap;
  }
}*/

.cabecera {
  height: 68vw;
  background-image: url("../assets/img/backgrond_cabecera.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*
@media only screen and (min-width: 992px) {
  /* .cabecera {
    min-width: 40%;
    max-width: 40%;
    background-position: right;
  } */
/*}*/

@media only screen and (max-width: 992px) {

  /*.cabecera-informacion{
    margin: 8vw 0!important;
  }*/
}

.cabecera-logos {  
  text-align: start;
  margin: 5vw 60vw;
  margin-left: 40vw;
  margin-bottom: 28vw;
}
.cabecera-logos img {
  width: 45vw;
}

.cabecera-info {
  color: white;
  padding: 4% 5%;
  margin: 0;
  margin-bottom: 30%;
}

#bold{
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  .cabecera-logos {      
    text-align: start;
    margin: 8vw 60vw;
    margin-left: 40vw;
    margin-bottom: 28vw;
  }
  #footer {
    height: 50vw;
  }
  .footer-descripcion-1 p {
    font-size: 1.5em;
  }
  .footer-descripcion p {
    font-size: 1em;
  }
  .texto-encima-izquierda{
    font-size: 1.5em!important;
    top: 2vw!important;
  }
  .texto-encima-derecha{
    font-size: 1.5em!important;
    top: 2vw!important;
  }
  .button-container-img a img {
    width: 40vw!important;
    cursor: pointer;
    position: absolute;
    left: 32vw!important;
    height: 150vw;
  }
  .hero-title p {
    color: white;
    font-size: 2em!important;
    text-transform: uppercase;
    font-weight: bold;
  }
  .mobile-wa {
    display: none;
  }
  .desktop-wa {
    display: flex;
  }
}

.cabecera-info p {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
/*
@media only screen and (min-width: 1200px) {
  .cabecera-info p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1480px) {
  .cabecera-info p {
    font-size: 20px;
    font-size: 2rem;
  }
}
*/

/* Inicio estilos seccion hero */

.hero {
  padding: 5vw 15%;
  background-image: url("../assets/img/fondo.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-title {
  display: flex;
  justify-content: center;
}

.hero-title p {
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}

/* checkbox */

.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
}
.label-checkbox {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 32vw;
  border: 1px solid #6ce52a;
  border-radius: 3px;
}
.input-checkbox{
  opacity: 0;
}
.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.hero-descripcion-check{
  position: relative;
  text-align: center;
  margin-bottom: 3vw;
}

.hero-descripcion-text {
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
}

.hero-descripcion-text p {
  color: white;
  font-size: 1.5em;
  text-align: justify;
}

.hero-descripcion-text p a {
  color: white;
  text-decoration: revert;
}

/* FIN */

.hero-descripcion {
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
}

.hero-descripcion p {
  color: white;
  font-size: 1.5em;
  text-align: justify;
}

.button-container-img {
  display: flex;
  justify-content: center;  
}

.button-container-img>a {
  display: flex;
  justify-content: center;
  cursor: initial;
}


.button-container-img a img {
  width: 80vw;
  cursor: pointer;
  position: absolute;
  left: 17vw;
  height: 150vw;
}

.button-container {
  /*display: flex;*/
  justify-content: center;  
  margin-bottom: 3vw;
  margin: 4vw;
}

.button-container>a {
  /*display: flex;*/
  justify-content: center;
  cursor: initial;
}

.button-container a img {
  width: 80%;
  cursor: pointer;
}

/* Fin estilos seccion hero */
.footer {
  padding: 0 16vw;
}

.footer-descripcion {
  display: flex;
  justify-content: center;  
}

.footer-descripcion-1 {
  display: flex;
  justify-content: center;
}

.footer-descripcion p {
  color: #6be12b;
  font-size: 2em;
  text-align: center;
}


.footer-descripcion-1 p {
  color: white;
  font-size: 2.5em;
  text-align: center;
}

/* Inicio estilos seccion hero */

.hero {
  padding: 0 16vw;
}

.hero-title {
  display: flex;
  justify-content: center;
}

.hero-descripcion {
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
}

.hero-descripcion p {
  color: white;
  font-size: 1.5em;
  text-align: justify;
}

.button-container {
  /*display: flex;*/
  justify-content: center;
}

.button-container>a {
  /*display: flex;*/
  justify-content: center;
  cursor: initial;
}

.button-container a img {
  width: 60%;
  cursor: pointer;
}


.button-container-footer-logo {
  display: flex;
  justify-content: center;    
  padding-bottom: 8%;
}

.button-container-footer-logo>a {
  display: flex;
  justify-content: center;
  cursor: initial;
}

.button-container-footer-logo a img {
  width: 100%;
  cursor: pointer;
}

/* Fin estilos seccion hero */

.cabecera-info__titulo {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 20px;
}

.cabecera-informacion{
  /*margin: 35vw 0!important;*/
  /*background-image: url('../assets/img/fondo-responsive.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  /*display: grid;
  grid-gap: 1.2vw;*/
  /**/
}


/* Inicion estilos direcciones */

.direcciones {
  padding: 0 5%;
  padding-bottom: 5%;
  display: flex;
  flex-direction: column;
}

.direcciones-tiulo {
  display: flex;
}

.direcciones-tiulo p {
  display: flex;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
}

#direcciones-datos {    
  column-count: 2;
}

#direcciones-datos li{    
  display: inline;
  padding: 2vw;
}

li .direcciones-datos-box-direcion {  
  color: white;
  font-size: 1.5em;  
}


li .direcciones-datos-box-direcion span {
  color: #6ce52a;
  font-size: 1em;
}


/* Fin estilos direcciones */

p.informacion-descripcion-img {
  text-align: center;
}

.informacion {
  padding: 3%;
}
/*
@media only screen and (min-width: 992px) {  
  .informacion {
    background-image: url("../assets/img/background-fondo.png");
    min-width: 50%;
    max-width: 50%;
    height: 100vh;
  }
}*/
.informacion-titulo {  
  text-align: start;  
  color: white;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 2rem;
  text-transform: uppercase; 
  margin-bottom: 3vh;
  margin-right: 4vw;
  margin-left: 2vw; 
}
.informacion-titulo1 {  
  text-align: center;
  color: #6dd831;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 2rem;
  text-transform: uppercase; 
  margin-top: 10vw;
  margin-bottom: 3vh;
  margin-right: 2vw;
  margin-left: 2vw;
}
.informacion-titulo2 {  
  text-align: center;
  color: #6dd831;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 3vh;
  margin-right: 2vw;
  margin-left: 2vw;
  padding: 3vw;
}

@media only screen and (min-width: 992px) {

  .label-checkbox{
    top: 8px;
    left: 9vw;
  }

  .espacio{
    margin-bottom: 3vw!important;
  }

  .espacioeds{
    margin-bottom: 3vw!important;
  }

  .informacion-titulo1 {
     margin-top: 3vw;
     font-size: 3rem;
  }
  .informacion-titulo2{
    font-size: 2rem;
  }
  .informacion-titulo{
    font-size: 3rem;
  }
  .imgterpel{
    width: 15%!important;
  }
}

.informacion form {
  display: flex;
  flex-direction: column;
  padding: 3%;
}
/*
@media only screen and (min-width: 992px) {
  .informacion form {
    align-items: flex-end;
  }
}
.informacion form label {
  color: #465eff;
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .informacion form label {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1480px) {
  .informacion form label {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5%;
  }
}*/
.informacion input, .informacion select, .informacion option {
  width: 100%;
  border: none;
  padding: 10px 10px;
  border-radius: 20px;
  outline: none;
  background: radial-gradient(circle, #0094e9 34%, #465eff 83%);
  background-color: #0094e9;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
/*
@media only screen and (min-width: 992px) {
  .informacion input, .informacion select, .informacion option {
    width: 100%;
    width: initial;
  }
}
@media only screen and (min-width: 1480px) {
  .informacion input, .informacion select, .informacion option {
    margin-left: 5px;
    width: initial;
  }
}*/
.informacion-boton {
  margin: 0 auto;
  width: 60%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.informacion-boton input[type=submit] {
  cursor: pointer;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  outline: none;
  outline-style: none;
  padding: 10px 15px;
}
.informacion-boton input[type=submit]:hover {
  transform: scale(1.1);
  transition-duration: 0.4s;
}
.informacion-descripcion {
  text-align: center;
  color: #d6d6d6;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.4rem;
  padding-left: 0vw;
  margin-bottom: 3vh;
  margin-right: 2vw;
  margin-left: 2vw;
}

.informacion-descripcion-segunda {
  text-align: center;
  color: #d6d6d6;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.4rem;
  padding-left: 0vw;
  margin-bottom: 3vh;
}

@media only screen and (min-width: 992px) {
  .informacion-descripcion {    
    font-size: 2rem;
  }
}

.checkData > input[type=checkbox] {
  width: 5%;
  margin-right: 6px;
}

.checkData {
  text-transform: none;
  line-height: 20px;
  margin: 20px 0;
}
.checkData a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
/*
@media only screen and (min-width: 992px) {
  .checkData a {
    margin-left: 5px;
  }
}*/

.espacio{
  margin-bottom: 8vw;
}
#rtl_func{
  text-align: center;
  column-count: 2;
  padding-left: 0;
  text-indent: 1rem;
  border: solid 1vw transparent;
}
/*
@media only screen and (min-width: 992px) {
  #rtl_func{
    text-align: justify;
    column-count: 2;    
    padding: 0;
    max-width: 90%;
    align-self: center;
    padding-left: 7vw;
  }  
}
*/

@media only screen and (max-width: 992px) {
  .f_1{
    margin-bottom: 5vh!important;
  }
  .button-container a img{
    width: 50vw;
    margin: 5vw;
  }
  .mobile-wa {
    display: flex;
  }
  .desktop-wa {
    display: none;
  }
}
.f_0{    
  text-transform: uppercase;
  color: white;
  font-size: 1.4rem;
  list-style: none;
  font-weight: 500;  
  text-align: start;
}

.f_0 span{
  color: #6ce52a;
  font-size: 1em;
}

.f_1{    
  text-transform: uppercase;
  color: white;
  font-size: 1.2rem;
  list-style: none;
  font-weight: 500;
  margin-bottom: 2vh;
  text-align: start;
}

input[type="checkbox"] {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  color: black;
  border: 1px solid #6ce52a;
  border-radius: 4px;
}

.label-input {
  position: relative;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0 0.25em 0;
  user-select: none;
  color: white;
}

.contenedor{
  position: relative;
  text-align: center;
  display: inline-block;
  margin-bottom: 3vw;
}

.contenedor>img{
  width: 38vw;
}

.texto-encima-izquierda{
  position: absolute;
  top: 0;
  left: 0vw;
  color: white;
  font-size: 0.6em;
  right: 18vw;
  text-align: center;
}

.texto-encima-derecha{
  position: absolute;
  top: 0vw;
  right: 0vw;
  left: 20vw;
  color: white;
  font-size: 0.6em;
  text-align: center;
}