@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  border: 0;
  }
body{
  font-family: 'Roboto', sans-serif, Verdana;
    line-height: 23px;
    background: #1b1f24;
    margin: auto;
    position: relative;
    font-size: 1.1rem;
    color: #1b1f24;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
  }
.container{
  position: absolute;
max-width: 600px;
width: 100%;
display: inline-block;
  }
/* ////////// CAROUSEL ////////// */
.carousel {
  height: 675px;
  }
.carousel figure {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  }
.carousel figure.active {
  opacity: 1;
  }
/* ////////// HEADER ////////// */
header{
  position:relative;
  color: #ffffff;
  }
header main.date{
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 25px;
  margin-bottom: 20px;
  z-index: 3;
  box-sizing: border-box;
  }
header main.date h1{
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 15px;
  margin-top: 0;
  }
header main.date strong{
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 15px;
  display: block;
  }
header main.date a img{
  width: 100%;
  max-width: 120px;
  margin-bottom: 25px;
  }
header main.date ul{
  display: flex;
  }
header main.date ul li {
  margin-right: 20px;
  }
/* ////////// ARROW ANIMATE ////////// */
.bounce {
  width: 100%;
  display: inline-block;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.bounce .arrow{
  display: flex;
    justify-content: center;
    height: 100%;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/* ////////// SECTION ////////// */
section{
  width: 95% !important;
  margin: auto;
  margin-bottom: 85px;
  }
section ul.call-us{
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  }
section ul.call-us li {
  margin: 0 10px;
  }
section article.datos{
  padding: 20px 25px 30px 25px;
  border-radius: 15px;
  margin-bottom: 20px;
  background: white;
  }
section article.datos h2{
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  }
section article.datos span{
  display: flex;
  margin-bottom: 10px;
  }
section article.datos hr{
  height: 1px;
  border-top: 1px solid #eeeeee;
  background: #ccc;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  }
section article.datos span strong{
  margin: 0;
  width: 75px;
  font-weight: 700;
  display: block;
  }
section article.datos span ul{
  display: block;
  }
section article.datos span ul li{
  text-decoration: none;
  }
section article.datos .redessociales strong{
  margin: 0;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  }
section article.datos .redessociales ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  white-space: nowrap;
  }
section article.datos .redessociales ul li{
  margin-right: 15px;
  }
section article.datos .redessociales ul li a img{
  filter: none!important;
  }
section article.datos a img{
  width: 100%;
  max-width: 400px;
  }
section article.datos a p{
  margin-left: 10px;
  }
/* ////////// FOOTER ////////// */
footer{
  position: fixed;
  z-index: 34;
  bottom: 0;
  max-width: 600px !important;
  width: 100% !important;
  margin: auto;
  }
footer article{
  text-align: center;
  display: block;
  margin: 50px 0 10px 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  background: transparent !important;
  display: flex;
  justify-content: space-between;
  }
footer article strong{
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  }
footer article span{
  display: flex;
  }
footer article a p{
  margin-right: 10px;
  text-align: right;
  line-height: 18px;
  font-size: .9rem;
  }
ul{
  list-style: none;
  }
a:-webkit-any-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  }
/* ////////// COMPARTIR ////////// */
#share{
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  }
#share strong{
  color: #ffffff;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  }
#share ul{
  margin-bottom: 10px;
  display: flex;
  overflow: auto;
  white-space: nowrap;
  padding: 0 10px;
  }
#share ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  width: 70px;
  }
#share ul li p{
  font-size: .7rem;
  color: #ffffff;
  }
#share ul li a{
  width: 50px;
  height: 50px;
  }
/* ////////// BUTTON ////////// */
img.small{
  width: 15px !important;
  margin: 0 !important;
  filter: invert(1);
  }
img.large{
  width: 30px !important;
  margin: 0 !important;
  filter: invert(1);
  }
img.xlarge{
  width: 40px !important;
  margin: 0 !important;
  filter: invert(1);
  }
a.button2 {
  background: #343a44;
  border-radius: 40px;
  padding: 6px 15px;
  display: flex;
  width: fit-content;
  transition-duration: 0.4s;
  cursor: pointer;
  color: #ffffff;
  align-items: center;
  }
a.button {
  background: #343a44;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.4s;
  cursor: pointer;
  }
a.button:link,a.button2:link{
  background: #343a44;
  }
a.button:hover,a.button2:hover{
  background: #4a5059;
  }
a.button:active,a.button2:active{
  background: #656c76;
  }
a.button-follow {
  background: #ffffff;
  border-radius: 10px;
  border:solid 1px #cccccc;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.4s;
  cursor: pointer;
  }
a.button-follow:link{
  background: #ffffff;
  }
a.button-follow:hover{
  background: #e9e9e9;
  }
a.button-follow:active{
  background: #656c76;
  filter: invert();
  }
.btn-modal {
  background: #343a44;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.4s;
  cursor: pointer;
  margin-right: 15px;
  }
/* ///////////////// */
.modal1-content,.modal1-backdrop {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: -1;
  overflow: hidden;
  cursor: pointer;
  }
.modal1-content {
  top: 15%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 70%;
  max-width: 300px;
  }
.modal1-backdrop {
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  }
#modal1-toggle {
  display: none;
  }
#modal1-toggle:checked ~ .modal1-backdrop {
  opacity: 1;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.9);
  }
#modal1-toggle:checked ~ .modal1-content {
  opacity: 1;
  z-index: 999;
  overflow: auto;
  pointer-events: auto;
  cursor: auto;
  }
.modal1-content label {
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  margin-top: 20px;
  }
/* ///////////////// */
.modal2-content,.modal2-backdrop {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: -1;
  overflow: hidden;
  cursor: pointer;
  }
.modal2-content {
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  max-width: 600px;
  background: #1b1f24;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 2px 2px 12px 10px rgb(0 0 0 / 33%);
  }
.modal2-backdrop {
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  }
#modal2-toggle {
  display: none;
  }
#modal2-toggle:checked ~ .modal2-backdrop {
  opacity: 1;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  }
#modal2-toggle:checked ~ .modal2-content {
  opacity: 1;
  z-index: 999;
  overflow: auto;
  pointer-events: auto;
  cursor: auto;
  }
.modal2-content label {
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  margin-top: 20px;
  }
/* ////////// COLORES REDES ////////// */
.back{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgb(27,31,36);
  background: -moz-linear-gradient(0deg, rgba(27,31,36,1) 14%, rgba(27,31,36,0) 91%);
  background: -webkit-linear-gradient(0deg, rgba(27,31,36,1) 14%, rgba(27,31,36,0) 91%);
  background: linear-gradient(0deg, rgba(27,31,36,1) 14%, rgba(27,31,36,0) 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1f24",endColorstr="#1b1f24",GradientType=1);
  }
.whatsapp{
  background: rgb(28,171,49)!important;
  background: -moz-linear-gradient(0deg, rgba(28,171,49,1) 0%, rgba(93,206,102,1) 100%)!important;
  background: -webkit-linear-gradient(0deg, rgba(28,171,49,1) 0%, rgba(93,206,102,1) 100%)!important;
  background: linear-gradient(0deg, rgba(28,171,49,1) 0%, rgba(93,206,102,1) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cab31",endColorstr="#5dce66",GradientType=1);
}
.mesenger{
  background: rgb(255,97,110)!important;
  background: -moz-linear-gradient(211deg, rgba(255,97,110,1) 11%, rgba(183,58,226,1) 48%, rgba(27,135,255,1) 84%)!important;
  background: -webkit-linear-gradient(211deg, rgba(255,97,110,1) 11%, rgba(183,58,226,1) 48%, rgba(27,135,255,1) 84%)!important;
  background: linear-gradient(211deg, rgba(255,97,110,1) 11%, rgba(183,58,226,1) 48%, rgba(27,135,255,1) 84%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff616e",endColorstr="#1b87ff",GradientType=1);
}
.facebook{
  background: rgb(24,173,254)!important;
  background: -moz-linear-gradient(180deg, rgba(24,173,254,1) 11%, rgba(0,95,216,1) 84%)!important;
  background: -webkit-linear-gradient(180deg, rgba(24,173,254,1) 11%, rgba(0,95,216,1) 84%)!important;
  background: linear-gradient(180deg, rgba(24,173,254,1) 11%, rgba(0,95,216,1) 84%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18adfe",endColorstr="#005fd8",GradientType=1);
}
.instagram{
  background: rgb(255,198,0)!important;
  background: -moz-linear-gradient(27deg, rgba(255,198,0,1) 12%, rgba(255,0,0,1) 35%, rgba(255,0,195,1) 64%, rgba(115,15,255,1) 93%)!important;
  background: -webkit-linear-gradient(27deg, rgba(255,198,0,1) 12%, rgba(255,0,0,1) 35%, rgba(255,0,195,1) 64%, rgba(115,15,255,1) 93%)!important;
  background: linear-gradient(27deg, rgba(255,198,0,1) 12%, rgba(255,0,0,1) 35%, rgba(255,0,195,1) 64%, rgba(115,15,255,1) 93%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc600",endColorstr="#730fff",GradientType=1);
}
.linkedin{
  background: rgb(10,102,194)!important;
  background: -moz-linear-gradient(180deg, rgba(10,102,194,1) 0%, rgba(0,79,158,1) 100%)!important;
  background: -webkit-linear-gradient(180deg, rgba(10,102,194,1) 0%, rgba(0,79,158,1) 100%)!important;
  background: linear-gradient(180deg, rgba(10,102,194,1) 0%, rgba(0,79,158,1) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a66c2",endColorstr="#004f9e",GradientType=1);
}
/* ////////// FOTOS ////////// */
figure {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  background: #b0b1ba;
  border-radius: 15px;
  }
figure.mb20{
  margin-bottom: 20px!important;
  }
figure:before {
  content: '';
  display: block;
  padding-top: 100%;
  filter: blur(6px) brightness(.7);
  background-image: var(--background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }
figure img[alt]:after {
  background: #575757;
  color: #d6d6d6;
  filter: invert(0) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(160%) contrast(100%);
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  background-position-y: 45%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 120px;
  text-align: center;
  content: attr(alt);
  }
figcaption {
  font-size: 1rem;
  line-height: 120%;
  padding: 10px 15px;
  display: inline-block;
  text-align: right;
  hyphens: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 100;
  background: #00000054
  }
figcaption:before {
  content:url("../img/icon/i_light-foto.svg");
  width: 13px;
  display: inline-block;
  margin-right: 5px;
  filter: invert(1) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
.fotoh {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width:100%;
  height: auto;
  right: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: auto;
  }
.fotov {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: auto;
  }
.foto200:before {padding-top: 200%;}
.foto190:before {padding-top: 190%;}
.foto180:before {padding-top: 180%;}
.foto170:before {padding-top: 170%;}
.foto160:before {padding-top: 160%;}
.foto150:before {padding-top: 150%;}
.foto140:before {padding-top: 140%;}
.foto130:before {padding-top: 130%;}
.foto120:before {padding-top: 120%;}
.foto110:before {padding-top: 110%;}
.foto100:before {padding-top: 100%;}
.foto90:before {padding-top: 90%;}
.foto80:before {padding-top: 80%;}
.foto70:before {padding-top: 70%;}
.foto60:before {padding-top: 60%;}
.foto50:before {padding-top: 50%;}
.foto40:before {padding-top: 40%;}
.foto30:before {padding-top: 30%;}
.foto20:before {padding-top: 20%;}
.foto10:before {padding-top: 10%;}
/* ////////// FONTS ////////// */
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
@media only screen and (min-width: 600px) {
  section{
  margin-bottom: 0;
  }
  section article{
  margin-bottom: 0;
  }
  .bounce{
  display: none;
  }
  .carousel figure{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  }
  footer{
  position: inherit;
  }
  footer article{
  margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body{
  height: 100%;
  position: absolute;
  }
  .container{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  }
  header{
      height: 100%;
  }
  header main.date {
  bottom: 10%;
  }
  .carousel figure {
  border-radius: 0 !important;
  }
}
