:root {

  /* Colores */

  --white: #ffffff;

}



@font-face {

  font-family: 'Menda';

  src: url('./fonts/Menda-Black.woff') format('woff2'),

    url('Menda-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Menda ExtBd';

  src: url('./fonts/Menda-ExtraBold.woff') format('woff2'),

    url('Menda-ExtraBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}





* {

  margin: 0;

  padding: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  font-family: 'open-sans', sans-serif;

  color: var(--ffffff);

}



*:before,
:after {

  box-sizing: inherit;

}



html {

  scroll-behavior: smooth;

  background-color: black;

}



body {

  overflow-x: hidden;

  font-size: 16px;

}



a {

  text-decoration: none;

  color: var(--white);

  cursor: pointer;

}



a:focus,

a:active,

a:hover,

input[type="text"]:focus,

input[type="text"]:active,

input[type="date"]:focus,

input[type="date"]:active,

input[type="number"]:focus,

input[type="number"]:active,

input[type="submit"]:focus,

input[type="submit"]:active {

  text-decoration: none;

  outline: none;

}



li {

  list-style: none;

  margin: 0;

  padding: 0;

}



ul {

  margin: 0;

  padding: 0;

}



.trigger {

  position: fixed;

  right: 20px;

  bottom: 0px;

  width: 20px;

  pointer-events: none;

}



h1,
h2,
h3,
h4,
h5,
h6 {

  color: var(--white);

  font-family: 'Menda ExtBd';

}



h1 {

  font-size: 50px;

}



h2 {

  font-size: 40px;

  text-transform: uppercase;

}



h3 {

  font-size: 25px;

  text-transform: uppercase;

}





p {

  color: var(--white);

  font-size: 1em;

  line-height: 1.5em;

  margin: 0;

}



/* Menu */



header {

  position: fixed;

  width: 100%;

  z-index: 50;

  transition: all 0.7s;

}



header:hover {

  opacity: 1;

}



.offMenu {

  opacity: 0;

}



.onMenu {

  opacity: 1;

}



nav {

  padding: 0.5em 3.125em;

  display: flex;

  justify-content: space-between;

  align-items: center;

  transition: all 0.6s;

}



/* .onNav{

    background-color: rgb(29 29 29 / 40%);

    -webkit-backdrop-filter: blur(40px);

    backdrop-filter: blur(40px);

  } */



.onNav nav {

  padding: 0.6em 3.125em;

}



.nav_bar,
.nav_bar ul {

  display: flex;

}



.nav_bar ul {

  align-items: center;

}



.nav_bar ul li {

  margin-right: 1.875em;

}



.nav_bar ul li a {

  text-transform: uppercase;

  font-size: 0.625em;

  letter-spacing: 0.094em;

  padding: 0.438em;

  box-shadow: 0 0px 0 0px var(--white);

  transition: all 0.6s;

}



.nav_bar ul li a:hover {

  color: var(--white);

  box-shadow: 0 3px 0 0px var(--white);

}



.nav_bar ul li a.dropdown::after {

  content: '+';

  margin-left: 0.375em;

}



.link_logo {

  width: 100%;

  max-width: 16.875em;

}



.logo {

  width: 176px;

}



/* Menu responsive */

.menu-responsive {

  display: none;

}



.nav-anclas {

  position: fixed;

  width: 100%;

  z-index: 3;

  /* background: #eee; */

  top: 1.625em;

}



.nav-anclas ul {

  margin: 0;

  margin: 0;

  background: rgb(255 255 255 / 60%);

  -webkit-backdrop-filter: blur(2.5em);

  backdrop-filter: blur(2.5em);

  padding: 0.313em;

  padding-right: 0.75em;

  border-radius: 0.438em;

  border: 0.031em solid #fff;

}



.nav-anclas ul.b-radius {

  background: transparent;

  border: none;

  -webkit-backdrop-filter: blur(0);

  backdrop-filter: blur(0);

}



li.btn-otro {

  display: none;

}



.nav-anclas ul li.close {

  opacity: 0;

  pointer-events: none;

  /* width: 0.188em; */

}



.menu-close,
.menu-btn {

  display: none;

}



.option-menu.on a {

  color: blue;

}



/* Home */

.cont-textos-home {

  width: 40%;

}



.cont-botella-home {

  width: 60%;

  top: -23.125em;

  display: flex;

  justify-content: center;

  flex-direction: column;

  align-items: end;

}



.logo-home {

  width: 547px;

  margin-left: -27px;

}



.text-nueva {

  font-size: 52px;

  color: #F4C215;

}



.text-gaseosa {

  font-size: 62px;

  margin-top: -20px;

}



.text-hay-sabor {

  font-family: 'Menda ExtBd';

  text-transform: uppercase;

  font-size: 34px;

}



.text-para-vos {

  font-family: 'Menda ExtBd';

  text-transform: uppercase;

  font-size: 49px;

  margin-top: -20px;

  color: #F8EEB4;

}





.text-probala {

  font-family: 'Menda ExtBd';

  text-transform: uppercase;

  font-size: 49px;

  color: #F4C215;

}



.gaseosas-home {

  width: 700px;

}



/* redes */

.redes {

  display: flex;

  position: fixed;

  z-index: 5;

  flex-direction: column;

  right: 15px;

  top: 45%;

}


.redes img {
  width: 28px;
  margin-top: 20px;
}

/* Flotante */
.flotanteimg {
  display: flex;
    position: fixed;
    z-index: 5;
    flex-direction: column;
    right: 0px;
    top: 52%;
}

.flotanteimg img {
  width: 25%;
  margin-top: 7%;
  position: fixed;
  right: 25px;
  cursor: pointer;
}



/* Sabores */



.cool-naranja {

  background-color: #F0A700;

}



.cool-cola {

  background-color: #EA1414;

}





.cool-crema {

  background-color: #F6D001;

}



.cool-home,

.cool-limon {

  background-color: #43B72E;

}







.cool-home {

  background-image: url(./imgs/05-background-home.jpg);

  background-repeat: no-repeat, no-repeat;

  background-size: 100%, cover;

  background-position: center, 0;

}



.cool-naranja {

  background-image: url(./imgs/01-background-naranja-3-min.png),

    url(./imgs/01-background-naranja-2.jpg);

  background-repeat: no-repeat, no-repeat;

  background-size: 100%, cover;

  background-position: center, 0;

}





.cool-cola {

  background-image: url(./imgs/02-background-cola-2-min.png),

    url(./imgs/02-background-cola-1.jpg);

  background-repeat: no-repeat, no-repeat;

  background-size: 100%, cover;

  background-position: center, 0;

}



.cool-crema {

  background-image: url(./imgs/03-background-crema-2-min.png),

    url(./imgs/03-background-crema-1.jpg);

  background-repeat: no-repeat, no-repeat;

  background-size: 100%, cover;

  background-position: center, 0;

}



.cool-limon {

  background-image: url(./imgs/04-background-limon-2-min.png),

    url(./imgs/04-background-limon-1.jpg);

  background-repeat: no-repeat, no-repeat;

  background-size: 100%, cover;

  background-position: center, 0;

}





/* contenedor-principal */

.wrap {

  margin: 0 auto;

  max-width: 90%;

}



.margen {

  padding-top: 3.25em;

  display: flex;

  height: 100vh;

  align-items: center;

}







.cont-textos-descripcion {

  width: 25%;

}



.cont-botella-agua {

  width: 50%;

  top: -23.125em;

  display: flex;

  justify-content: center;

}



.cont-botella-agua {

  position: relative;

}



.cont-botella-agua img {

  position: absolute;

}



.cont-textos-tamaños {

  width: 25%;

  text-align: right;

  display: flex;

  flex-direction: column;

  align-items: flex-end;

}



.linea-separadora {

  height: 1px;

  width: 13.18em;

  background: var(--white);

  margin: 15px 0;

}



.linea-2 {

  text-align: right;

}



.cont-textos-descripcion img {

  width: 6.25em;

}





.cont-tamanio-botellas {

  display: flex;

}



.cont-tamanio {

  display: flex;

  flex-direction: column;

  justify-content: center;

  margin: 0 6px;

  align-items: center;

}



.cont-tamanio img {

  width: 80px;

}



.text-tamano {

  font-family: 'Menda ExtBd';

  font-size: 13px;

  text-transform: uppercase;

}



.texto-descrip-sabor {

  font-size: 20px;

}





/* botellas composiciones */

/* Naranja */



.composicion-naranja-agua1 {

  width: 475px;

}



.composicion-naranja-botella {

  width: 195px;

  margin-top: 50px;

}



.composicion-naranja-agua2 {

  top: 187px;

  width: 510px;

}



.composicion-naranja-hielo {

  top: 153px;

  width: 500px;

}



/* botellas composiciones */

/* cola */

.composicion-cola-agua1 {

  width: 589px;

  top: 77px;

}



.composicion-cola-botella {

  width: 246px;

  margin-top: 84px;

}



.composicion-cola-agua2 {

  top: 65px;

  width: 340px;

}



.composicion-cola-hielo {

  top: 153px;

  width: 262px;

}





/* botellas composiciones */

/* crema soda */

.composicion-crema-agua1 {

  width: 503px;

  top: 243px;

}



.composicion-crema-botella {

  width: 259px;

  margin-top: 50px;

}



.composicion-crema-agua2 {

  top: 255px;

  width: 477px;

}



.composicion-crema-hielo {

  top: 126px;

  width: 329px;

}



/* botellas composiciones */

/* limon */

.composicion-limon-agua1 {

  width: 503px;

  top: 243px;

}



.composicion-limon-botella {

  width: 259px;

  margin-top: 50px;

}



.composicion-limon-agua2 {

  top: 255px;

  width: 477px;

}



.composicion-limon-hielo {

  top: 126px;

  width: 329px;

}



/* 

--------------------

MEDIA QUERIES

-------------------- 

*/

@media (min-width: 1920px) {



  /* Home */



  .gaseosas-home {

    width: 1020px;

  }

/* Flotante */
.flotanteimg {
  display: flex;
    position: fixed;
    z-index: 5;
    flex-direction: column;
    right: 0px;
    top: 52%;
}

.flotanteimg img {
  width: 25%;
  margin-top: 7%;
  position: fixed;
  right: 30px;
  cursor: pointer;
}

}



@media (max-width: 1024px) {



  .cont-textos-home {

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

  }



  .cont-botella-home {

    width: 100%;

    align-items: center;

  }



  .gaseosas-home {

    margin-bottom: 107px;

  }



  .text-nueva {

    margin-top: 58px;

  }



  .cool-home {

    background-image: url(./imgs/05-background-home-3.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 100%, cover;

    background-position: center, 0;

  }



  .cool-naranja {

    background-image: url(./imgs/01-background-naranja-3-min.png),

      url(./imgs/01-background-naranja-5.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 100%, cover;

    background-position: center, 0;

  }



  .cool-cola {

    background-image: url(./imgs/02-background-cola-2-min.png),

      url(./imgs/02-background-cola-4.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 100%, cover;

    background-position: center, 0;

  }



  .cool-crema {

    background-image: url(./imgs/03-background-crema-2-min.png),

      url(./imgs/03-background-crema-4.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 100%, cover;

    background-position: center, 0;

  }



  .cool-limon {

    background-image: url(./imgs/04-background-limon-2-min.png),

      url(./imgs/04-background-limon-4.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 100%, cover;

    background-position: center, 0;

  }

/* Flotante */
.flotanteimg {
  display: flex;
    position: fixed;
    z-index: 5;
    flex-direction: column;
    right: 0px;
    top: 52%;
}

.flotanteimg img {
  width: 25%;
  margin-top: 15%;
  position: fixed;
  right: 25px;
  cursor: pointer;
}

  .wrap {

    margin: 0 auto;

    max-width: 85%;

  }



  .margen {

    flex-direction: column;

    padding-top: 6.25em;

    height: 100vh;

  }



  .cont-textos-descripcion {

    width: 100%;

  }



  .cont-botella-agua {

    width: 100%;

    margin: 363px 0 252px 0;
    ;

  }



  .cont-textos-tamaños {

    width: 100%;

    align-items: center;

  }



  .cont-tamanio-botellas {

    width: 100%;

    justify-content: space-around;

    margin-bottom: 35px;

  }



  /* botellas composiciones */

  /* naranja */



  .composicion-naranja-agua1 {

    width: 407px;

  }



  .composicion-naranja-botella {

    width: 162px;

    margin-top: 58px;

  }



  .composicion-naranja-agua2 {

    top: 187px;

    width: 510px;

  }



  .composicion-naranja-hielo {

    top: 153px;

    width: 449px;

  }



  /* botellas composiciones */

  /* cola */

  .composicion-cola-agua1 {

    width: 472px;

    top: 77px;

  }



  .composicion-cola-botella {

    width: 200px;

    margin-top: 84px;

  }



  .composicion-cola-agua2 {

    top: 65px;

    width: 289px;

  }



  .composicion-cola-hielo {

    top: 153px;

    width: 213px;

  }



  /* botellas composiciones */

  /* crema soda */

  .composicion-crema-agua1 {

    width: 421px;

    top: 284px;

  }



  .composicion-crema-botella {

    width: 231px;

    margin-top: 65px;

  }



  .composicion-crema-agua2 {

    top: 281px;

    width: 416px;

  }



  .composicion-crema-hielo {

    top: 156px;

    width: 273px;

  }



  /* botellas composiciones */

  /* crema soda */

  .composicion-crema-agua1 {

    width: 421px;

    top: 284px;

  }



  .composicion-crema-botella {

    width: 231px;

    margin-top: 65px;

  }



  .composicion-crema-agua2 {

    top: 281px;

    width: 416px;

  }



  .composicion-crema-hielo {

    top: 156px;

    width: 273px;

  }



  /* botellas composiciones */

  /* limon */

  .composicion-limon-agua1 {

    width: 420px;

    top: 212px;

  }



  .composicion-limon-botella {

    width: 231px;

    margin-top: 65px;

  }



  .composicion-limon-agua2 {

    top: 183px;

    width: 410px;

  }



  .composicion-limon-hielo {

    top: 156px;

    width: 273px;

  }



}



@media (max-width: 768px) {



  /* Menu responsive */

  nav {

    padding: 5px 20px;

  }



  .nav-anclas {

    background: #000000de;

    height: 100vh;

    top: 0;

    right: -100vw;

    z-index: 11;

    display: flex;

    justify-content: center;

    align-items: center;

    transition: all 0.6s;

  }



  .nav-anclas.open-menu {

    right: 0;

  }



  .menu-btn {

    position: fixed;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    height: 2.813em;

    width: 2.813em;

    background: rgb(255, 255, 255, 0.5);

    /* background: rgb(228 228 228 / 50%);

  -webkit-backdrop-filter: saturate(78%) blur(10px);

  backdrop-filter: saturate(78%) blur(10px); */

    border-radius: 0.625em;

    border: 0.031em solid rgb(255, 255, 255);

    top: 1.25em;

    right: 1.25em;

    z-index: 10;

  }



  .nav-anclas ul {

    margin: 0;

    padding: 0;

    text-align: center;

    background: transparent;

    border: none;

    -webkit-backdrop-filter: blur(0);

    backdrop-filter: blur(0);

  }



  .closeOpen {

    display: none;

  }



  .nav-anclas nav a {

    justify-content: center;

  }



  .nav-anclas ul li a,
  .nav-anclas a p {

    font-size: 1em;

    padding: 1.813em 0.781em;

    display: block;

  }



  .nav-anclas ul li.btn-otro {

    margin-bottom: 2.188em;

    font-size: 1em;

    display: block;

  }



  .nav-anclas ul li.btn-otro a {

    padding: 0.438em;

    color: #fff;

  }



  .nav-anclas a img {

    margin-right: 0;

  }



  .menu-close {

    display: block;

    position: absolute;

    top: 1.25em;

    right: 1.25em;

    background: #F4C215;

    height: 2.813em;

    width: 2.813em;

    border-radius: 0.625em;

    border: 0.5px solid #000;

  }



  .menu-close::after {

    content: '';

    height: 0.938em;

    width: 0.094em;

    position: absolute;

    background: #000;

    top: calc(50% - 0.531em);

    left: calc(50% - 0.031em);

    transform: rotate(45deg);

  }



  .menu-close::before {

    content: '';

    width: 0.938em;

    height: 0.094em;

    position: absolute;

    background: #000;

    top: calc(50% - 0.094em);

    left: calc(50% - 0.469em);

    transform: rotate(45deg);

  }



  .menu-line {

    height: 0.094em;

    width: 0.938em;

    background: #fff;

    margin: 0.125em 0;

    pointer-events: none;

  }



  .menu-responsive img {

    width: 134px;
    ;

  }

/* Flotante */
.flotanteimg {
  display: flex;
    position: fixed;
    z-index: 5;
    flex-direction: column;
    right: 0px;
    top: 52%;
}

.flotanteimg img {
  width: 25%;
  margin-top: 15%;
  position: fixed;
  right: 25px;
  cursor: pointer;
}



  /* Fin menu responsive */



  .wrap {

    max-width: 83%;

  }



  .margen {

    flex-direction: column;

    padding-top: 6.25em;

    height: auto;

  }





  .cool-home {

    background-image: url(./imgs/05-background-home-3.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 100%, cover;

    background-position: center, 0;

  }

}



@media (max-width: 576px) {

  nav {

    display: none;

  }



  .menu-responsive {

    display: flex;

    background-color: rgba(0, 0, 0, 0.8);

  }



  .logo-home {

    width: 100%;

  }



  .gaseosas-home {

    width: 100%;

  }



  .text-nueva {

    font-size: 40px;

  }



  .text-gaseosa {

    font-size: 40px;

  }



  .text-hay-sabor {

    font-size: 29px;

  }



  .text-para-vos {

    font-size: 41px;

  }





  .cool-home {

    background-image: url(./imgs/05-background-home-3.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 100%, cover;

    background-position: center, 0;

  }



  .cool-naranja {

    background-image: url(./imgs/01-background-naranja-4-min.png),

      url(./imgs/01-background-naranja-6.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 190%, cover;

    background-position: center, 0;

  }



  .cool-cola {

    background-image: url(./imgs/02-background-cola-3-min.png),

      url(./imgs/02-background-cola-5.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 190%, cover;

    background-position: center, 0;

  }



  .cool-crema {

    background-image: url(./imgs/03-background-crema-3-min.png),

      url(./imgs/03-background-crema-5.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 190%, cover;

    background-position: center, 0;

  }



  .cool-limon {

    background-image: url(./imgs/04-background-limon-3-min.png),

      url(./imgs/04-background-limon-5-A.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 190%, cover;

    background-position: center, 0;

  }

/* Flotante */
.flotanteimg {
  display: flex;
    position: fixed;
    z-index: 5;
    flex-direction: column;
    right: 0px;
    top: 52%;
}

.flotanteimg img {
  width: 35%;
  margin-top: 21%;
  position: fixed;
  right: 25px;
  cursor: pointer;
}

  /* botellas composiciones */

  /* naranja */



  .cont-botella-agua {

    width: 100%;

    margin: 402px 0 195px 0;

  }



  .composicion-naranja-agua1 {

    width: 361px;

  }



  .composicion-naranja-botella {

    width: 141px;

    margin-top: 65px;

  }



  .composicion-naranja-agua2 {

    top: 200px;

    width: 331px;

  }



  .composicion-naranja-hielo {

    top: 153px;

    width: 332px;

  }



  /* botellas composiciones */

  /* cola */

  .composicion-cola-agua1 {

    width: 284px;

    top: 59px;

  }



  .composicion-cola-botella {

    width: 202px;

    margin-top: 43px;

  }



  .composicion-cola-agua2 {

    top: 65px;

    width: 240px;

  }



  .composicion-cola-hielo {

    top: 91px;

    width: 177px;

  }



  /* botellas composiciones */

  /* crema soda */

  .composicion-crema-agua1 {

    width: 331px;

    top: 189px;

  }



  .composicion-crema-botella {

    width: 210px;

    margin-top: 12px;

  }



  .composicion-crema-agua2 {

    top: 193px;

    width: 282px;

  }



  .composicion-crema-hielo {

    top: 61px;

    width: 234px;

  }



  /* botellas composiciones */

  /* limon */

  .composicion-limon-agua1 {

    width: 331px;

    top: 189px;

  }



  .composicion-limon-botella {

    width: 210px;

    margin-top: 12px;

  }



  .composicion-limon-agua2 {

    top: 193px;

    width: 282px;

  }



  .composicion-limon-hielo {

    top: 61px;

    width: 234px;

  }



  /* -------------------------- */





  .cont-textos-tamaños {

    width: 100%;

    text-align: left;

    display: flex;

    flex-direction: column;

    align-items: normal;

  }



  .cont-tamanio-botellas {

    width: 100%;

    justify-content: space-around;

    margin-bottom: 35px;

  }



  .cont-tamanio {

    margin: 0 3px;

  }



}



@media (max-width: 360px) {

  .cool-home {

    background-image: url(./imgs/05-background-home-3.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 270%, cover;

    background-position: center, 0;

  }



  .cool-naranja {

    background-image: url(./imgs/01-background-naranja-4-min.png),

      url(./imgs/01-background-naranja-6.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 270%, cover;

    background-position: center, 0;

  }



  .cool-cola {

    background-image: url(./imgs/02-background-cola-3-min.png),

      url(./imgs/02-background-cola-5.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 270%, cover;

    background-position: center, 0;

  }



  .cool-crema {

    background-image: url(./imgs/03-background-crema-3-min.png),

      url(./imgs/03-background-crema-5.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 270%, cover;

    background-position: center, 0;

  }



  .cool-limon {

    background-image: url(./imgs/04-background-limon-3-min.png),

      url(./imgs/04-background-limon-5-A.jpg);

    background-repeat: no-repeat, no-repeat;

    background-size: 270%, cover;

    background-position: center, 0;

  }
  /* Flotante */
.flotanteimg {
  display: flex;
    position: fixed;
    z-index: 5;
    flex-direction: column;
    right: 15px;
    top: 65%;
}

.flotanteimg img {
  width: 50%;
  margin-top: 15%;
  position: fixed;
  right: 25px;
  cursor: pointer;
}

}
/*:::Boton-Modal:::*/
.boton-modal{
  padding: 40px;
  background-color: #fff;
}
.boton-modal label{
  padding: 10px 15px;
  background-color: #5488a3;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 300ms ease;
}
.boton-modal label:hover{
  background-color: #185E83;
}
/*:::Fin Boton-Modal:::*/

/*:::Ventana Modal:::*/
#btn-modal{
  display: none;
}
.container-modal{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0; left: 0;
  background-color: rgba(144, 148, 150, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
#btn-modal:checked ~ .container-modal{
  display: flex;
}
.content-modal{
  width: 100%;
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.content-modal h2{
  margin-bottom: 15px;
}
.content-modal p{
  padding: 15px 0px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.content-modal .btn-cerrar{
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.content-modal .btn-cerrar label{
  padding: 7px 10px;
  background-color: #5488a3;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 300ms ease;
}
.content-modal .btn-cerrar label:hover{
  background-color:#185E83;
}
.cerrar-modal{
  width:100%;
  height: 100vh;
  position: absolute;
  top:0; left: 0;
  z-index: -1;
}
@media screen and (max-width:800px) {
  .content-modal{
      width: 90%;
  }
}
/*:::Fin Ventana Modal:::*/