* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  min-height: 85vh;
  max-height: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(246, 250, 255) 100%);
}

header {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  min-height: 60px;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  header {
    vertical-align: middle;
    align-items: flex-start;
    height: auto;
  }
}
@media screen and (max-width: 760px) {
  header {
    background-color: rgb(0, 0, 0);
    color: white;
    min-height: 65px;
  }
}

.headerHome {
  height: 50px;
}
@media screen and (max-width: 992px) {
  .headerHome {
    height: auto;
    min-height: 60px;
  }
}
@media screen and (max-width: 760px) {
  .headerHome {
    position: relative;
    vertical-align: middle;
    min-height: 65px;
  }
}
@media screen and (max-width: 400px) {
  .headerHome {
    min-height: 55px;
  }
}
.headerHome nav {
  justify-content: space-between;
}
.headerHome nav .logoBrandHome {
  display: flex;
  justify-items: left;
  text-align: left;
  vertical-align: middle;
  padding: 20px 0px 0px 10px;
}
@media screen and (max-width: 400px) {
  .headerHome nav .logoBrandHome {
    padding: 15px 0px 0px 0px;
  }
}
.headerHome nav .logoBrandHome a .brandNameHeader {
  display: inline-block;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin: 0px 0px 0px 10px;
  font-weight: bold;
  vertical-align: middle;
  color: white;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.headerHome nav .logoBrandHome a .brandNameHeader:hover {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .headerHome nav .logoBrandHome a .brandNameHeader {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .headerHome nav .logoBrandHome a .brandNameHeader {
    font-size: 1.2rem;
  }
}
.headerHome nav .logoBrandHome a .logoHeader {
  display: inline-block;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .headerHome nav .logoBrandHome a .logoHeader {
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .headerHome nav .logoBrandHome a .logoHeader {
    height: 25px;
  }
}
.headerHome nav button {
  justify-content: right;
}
.headerHome nav button .menuIcon {
  height: 25px;
}
.headerHome nav .navList {
  padding: 30px 0px 0px 30px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-align: right;
  justify-content: right;
  justify-items: right;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
  transition: all 0.2s;
  z-index: 2;
}
.headerHome nav .navList ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
  color: rgb(255, 255, 255);
}
.headerHome nav .navList ul li .aInicio {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.headerHome nav .navList ul li .aInicio:hover {
  font-weight: bold;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
}
@media screen and (max-width: 600px) {
  .headerHome nav .navList ul li .aInicio {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .headerHome nav .navList ul li .aInicio {
    font-size: 1rem;
  }
}
.headerHome nav .navList ul li a .logIcon {
  text-decoration: none;
  font-size: 2rem;
  width: 20px;
  color: #ffffff;
  transition: all 0.2s;
}
.headerHome nav .navList ul li a .logIcon:hover {
  font-weight: bold;
  color: rgb(128, 0, 0);
}
@media screen and (max-width: 600px) {
  .headerHome nav .navList ul li a .logIcon {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .headerHome nav .navList ul li a .logIcon {
    font-size: 1rem;
  }
}

.headerCom {
  background-color: rgb(0, 0, 0);
  height: 65px;
  min-height: 65px;
  vertical-align: top;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .headerCom {
    height: auto;
  }
}
.headerCom .logoBrand {
  display: flex;
  justify-items: left;
  text-align: left;
  vertical-align: middle;
  padding: 20px 0px 0px 10px;
}
@media screen and (max-width: 992px) {
  .headerCom .logoBrand {
    vertical-align: middle;
    align-items: flex-start;
  }
}
.headerCom .logoBrand a .brandNameHeader {
  display: inline-block;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin: 0px 0px 0px 10px;
  font-weight: bold;
  vertical-align: middle;
  color: white;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.headerCom .logoBrand a .brandNameHeader:hover {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .headerCom .logoBrand a .brandNameHeader {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .headerCom .logoBrand a .brandNameHeader {
    font-size: 1.2rem;
  }
}
.headerCom .logoBrand a .logoHeader {
  display: inline-block;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .headerCom .logoBrand a .logoHeader {
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .headerCom .logoBrand a .logoHeader {
    height: 25px;
    padding-bottom: 1px;
  }
}
.headerCom nav div .navbar-toggler {
  justify-content: left;
}
.headerCom nav div .navbar-toggler .menuIcon {
  height: 30px;
}
@media screen and (max-width: 992px) {
  .headerCom nav div .navbar-toggler .menuIcon {
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .headerCom nav div .navbar-toggler .menuIcon {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .headerCom nav div .navbar-toggler .menuIcon {
    font-size: 25px;
  }
}
.headerCom nav .navList {
  padding: 30px 0px 0px 30px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-align: right;
  justify-content: right;
  justify-items: right;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
  transition: all 0.2s;
  z-index: 2;
  min-height: 60px;
}
@media screen and (max-width: 992px) {
  .headerCom nav .navList {
    justify-content: left;
    justify-items: left;
  }
}
.headerCom nav .navList ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
  color: rgb(255, 255, 255);
}
.headerCom nav .navList ul li .aInicio {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.headerCom nav .navList ul li .aInicio:hover {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .headerCom nav .navList ul li .aInicio {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .headerCom nav .navList ul li .aInicio {
    font-size: 1rem;
  }
}
.headerCom nav .navList ul li a .logIcon {
  text-decoration: none;
  font-size: 2rem;
  width: 20px;
  color: #800000;
}
.headerCom nav .navList ul li a .logoUsr {
  width: 40px;
}
.headerCom nav .navList ul li a .logIcon1 {
  text-decoration: none;
  font-size: 2rem;
  width: 20px;
  color: #ffffff;
  transition: all 0.2s;
}
.headerCom nav .navList ul li a .logIcon1:hover {
  font-weight: bold;
  color: #800000;
}
@media screen and (max-width: 600px) {
  .headerCom nav .navList ul li a .logIcon1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .headerCom nav .navList ul li a .logIcon1 {
    font-size: 1rem;
  }
}

main section .vidInicio {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}
@media screen and (max-width: 760px) {
  main section .vidInicio {
    display: none;
  }
}
main .botonMain {
  position: absolute;
  vertical-align: bottom;
  z-index: 2;
  padding-top: 80vh;
  height: 100vh;
  width: 100%;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  main .botonMain {
    display: none;
  }
}
main .botonMain a .btn-outline-success {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
  border-color: #6d6767;
  background-color: #7c7878;
}
main .botonMain a .btn-outline-success:hover {
  background-color: rgb(128, 0, 0);
  border-color: rgb(63, 3, 3);
}
main .videoBack {
  width: 100vh;
  height: 100vh;
  background-color: black;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 300px 0px 0px 0px;
}
@media screen and (max-width: 760px) {
  main .videoBack {
    display: none;
  }
}
main .homeSm {
  display: none;
}
@media screen and (max-width: 760px) {
  main .homeSm {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 30px;
  }
}
main .homeSm .divHomeSm {
  flex-direction: row;
}
@media screen and (max-width: 400px) {
  main .homeSm .divHomeSm {
    flex-direction: column;
  }
}
main .homeSm .divHomeSm .titulo1HomeSm {
  border-radius: 20px;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: black;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  main .homeSm .divHomeSm .titulo1HomeSm {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  main .homeSm .divHomeSm .titulo1HomeSm {
    font-size: 1rem;
  }
}
main .homeSm .divHomeSm .titulo2HomeSm {
  border-radius: 20px;
  font-size: 1.5rem;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
}
@media screen and (max-width: 600px) {
  main .homeSm .divHomeSm .titulo2HomeSm {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  main .homeSm .divHomeSm .titulo2HomeSm {
    font-size: 1rem;
  }
}
main .homeSm .divHomeSm .titulo3HomeSm {
  margin: 20px 0px 20px 0px;
  border-radius: 20px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: white;
  font-weight: normal;
  text-shadow: 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
@media screen and (max-width: 600px) {
  main .homeSm .divHomeSm .titulo3HomeSm {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  main .homeSm .divHomeSm .titulo3HomeSm {
    font-size: 1rem;
  }
}
main .homeSm .divHomeSm .imgHomeSm {
  width: 90%;
}
main .homeSm .divHomeSm .imgHomeSm1 {
  height: 180px;
}

main .homeSm .contenedorBotonFinal .aBotonFinal .botonFinal {
  background-color: #6d6767;
  border: #7c7878;
  color: white;
}
main .homeSm .contenedorBotonFinal .aBotonFinal .botonFinal:hover {
  background-color: rgb(128, 0, 0);
}

.divLoader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85vh;
}
.divLoader .loader {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.divLoader .loader::before, .divLoader .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #000;
  animation: prixClipFix 2s linear infinite;
}
.divLoader .loader::after {
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #7e7e7e;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}

main .cuadroComunidad {
  justify-content: center;
}
main .cuadroComunidad img {
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: block;
  transition: all 0.2s ease;
}
main .cuadroComunidad .container-fluid .row .seccion-titulo {
  text-shadow: 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
main .cuadroComunidad .container-fluid .row .seccion-descripcion {
  font-size: 1.2rem;
  color: #111010;
  text-shadow: 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
main .cuadroComunidad .comunidadContenedor {
  margin-bottom: 40px;
  color: white;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
}
main .cuadroComunidad .comunidadContenedor .row div .cuadro {
  position: relative;
}
main .cuadroComunidad .comunidadContenedor .row div .cuadro img {
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: block;
  transition: all 0.2s ease;
}
main .cuadroComunidad .comunidadContenedor .row div .cuadro:hover img {
  opacity: 0.2;
}
main .cuadroComunidad .comunidadContenedor .row div .cuadro:hover .overlay {
  opacity: 1;
}
main .cuadroComunidad .comunidadContenedor .row div .cuadro .overlay {
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
}
main .cuadroComunidad .comunidadContenedor .row div .cuadro .overlay p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  main .cuadroComunidad .comunidadContenedor .row div .cuadro .overlay p {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1050px) {
  main .cuadroComunidad .comunidadContenedor .row div .cuadro .overlay p {
    font-size: 15px;
  }
}
@media (768px <= width <= 991px) {
  main .cuadroComunidad .comunidadContenedor .row div .cuadro .overlay p {
    font-size: 18px;
  }
}
main .cuadroComunidad div .aForos {
  font-weight: bold;
  transition: all 0.2s;
  margin-top: 20px;
  margin-bottom: 40px;
}
main .cuadroComunidad div .aForos .btn:hover {
  color: white;
  font-weight: normal;
}
main .cuadroComunidad div .aForos .btnForos {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  transition: all 0.2s;
}
main .cuadroComunidad div .aForos .btnForos:hover {
  background-color: rgb(128, 0, 0);
}

main .divLoaderLog {
  visibility: hidden;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
main .divLoaderLog .loaderLog {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  animation: rotate 1s linear infinite;
}
main .divLoaderLog .loaderLog::before, main .divLoaderLog .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #000;
  animation: prixClipFix 2s linear infinite;
}
main .divLoaderLog .loaderLog::after {
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #7e7e7e;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
main .logoLogIn {
  display: block;
  text-align: center;
  margin-top: 30px;
}
main .logoLogIn a {
  text-decoration: none;
}
main .logoLogIn a .logoLogInImg {
  height: 100px;
}
@media screen and (max-width: 600px) {
  main .logoLogIn a .logoLogInImg {
    height: 75px;
  }
}
main .logoLogIn a .brandLogIn {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
}
@media screen and (max-width: 600px) {
  main .logoLogIn a .brandLogIn {
    font-size: 1.5rem;
  }
}
main form {
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
}
main form label {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
main form input {
  align-items: center;
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1rem;
}
main form textarea {
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1rem;
}
main form .inputForms {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  main form .inputForms {
    width: 80%;
  }
}
main .registrarse {
  text-align: center;
  align-items: center;
  justify-content: center;
}
main .registrarse a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
  transition: all 0.2s;
}
main .registrarse a:hover {
  font-weight: bold;
}

.novedades {
  justify-content: center;
  align-items: center;
}
.novedades .divNov {
  margin-top: 50px;
  align-items: center;
  text-align: center;
}
.novedades .carousel-inner {
  align-items: center;
  justify-content: center;
}
.novedades .carousel-inner div iframe {
  width: 900px;
  height: 506px;
  margin-top: 30px;
  display: block;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 940px) {
  .novedades .carousel-inner div iframe {
    width: 600px;
    height: 337px;
  }
}
@media screen and (max-width: 600px) {
  .novedades .carousel-inner div iframe {
    width: 400px;
    height: 225px;
  }
}
@media screen and (max-width: 400px) {
  .novedades .carousel-inner div iframe {
    width: 300px;
    height: 168px;
  }
}

main table {
  margin-top: 20px;
  border: 1px solid;
}
main table tr .disp {
  text-align: center;
}
@media screen and (max-width: 600px) {
  main table tr td {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 940px) {
  main table tr td h4 {
    font-size: 1rem;
  }
}
main table .rowHead {
  background-color: black;
  color: white;
}
main table .rowImpar {
  background-color: darkgray;
}
main table .rowPar {
  background-color: antiquewhite;
}
main .btnDiv {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
main .btnDiv button {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  background-color: darkgrey;
  border-color: darkgrey;
  font-size: 1.2rem;
  color: black;
  font-weight: normal;
  text-shadow: 1px 1px 0 darkgrey, 1px 1px 0 darkgrey, 1px 1px 0 darkgrey, 1px 1px 0 darkgrey;
}
main .btnDiv button:hover {
  background-color: rgb(128, 0, 0);
  border-color: rgb(128, 0, 0);
  color: white;
  text-shadow: none;
  font-weight: normal;
}
main .btnDiv button:active {
  background-color: white;
  color: black;
  text-shadow: none;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  main .btnDiv button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  main .btnDiv button {
    font-size: 0.9rem;
  }
}

.contacto .contactoTitulo {
  margin-top: 20px;
  text-shadow: 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.contacto .formContacto {
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: black;
  text-shadow: 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.contacto .formContacto label {
  color: black;
  text-shadow: 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.contacto .formContacto input {
  align-items: center;
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1rem;
}
.contacto .formContacto textarea {
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1rem;
}
.contacto .formContacto .inputForms {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contacto .formContacto .inputForms {
    width: 80%;
  }
}
.contacto iframe {
  display: block;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 940px) {
  .contacto iframe {
    width: 80vw;
  }
}

.faqsMain div .titleFaqs {
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.faqsMain .accordion {
  width: 80%;
  background-color: none;
  box-shadow: 2px solid black;
  font-size: 1.2rem;
}
.faqsMain .accordion .accordion-item {
  background-color: rgb(219, 219, 219);
  color: black;
}
.faqsMain .accordion .accordion-item .accordion-header .accordion-button {
  color: white;
  background-color: black;
  font-size: 1.5rem;
}

footer {
  background-color: rgb(0, 0, 0);
  vertical-align: bottom;
  align-items: center;
  justify-content: center;
  color: white;
  justify-content: space-around;
}

.footerBlock {
  display: flex;
  margin: auto;
  border-top: black;
  padding: 10px 20px;
  vertical-align: top;
  justify-content: center;
}
.footerBlock a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.footerBlock a img {
  display: flex;
  height: 45px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .footerBlock a img {
    height: 22px;
  }
}
.footerBlock a h4 {
  text-decoration: none;
  color: white;
  transition: all 0.2s;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .footerBlock a h4 {
    font-size: 1rem;
  }
}
.footerBlock ul {
  text-align: center;
}
.footerBlock ul h3 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footerBlock ul h3 {
    font-size: 0.8rem;
  }
}
.footerBlock ul li {
  list-style: none;
}
.footerBlock ul .aFooter {
  text-decoration: none;
  color: white;
  transition: all 0.2s;
}
.footerBlock ul .aFooter:hover {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .footerBlock ul .aFooter {
    font-size: 0.7rem;
  }
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social .socialIcon {
  text-decoration: none;
  font-size: 2rem;
  padding: 0px 10px 0px 10px;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 600px) {
  .social .socialIcon {
    font-size: 1.2rem;
    padding: 0px 5px 0px 5px;
  }
}
.social .ig i {
  color: white;
  transition: all 0.2s ease-in;
}
.social .ig i:hover {
  color: #d62976;
  font-size: 2.5rem;
}
.social .x i {
  color: white;
  transition: all 0.2s ease-in;
}
.social .x i:hover {
  font-size: 2.5rem;
  color: #00acee;
}
.social .yt i {
  color: white;
  transition: all 0.2s ease-in;
}
.social .yt i:hover {
  color: red;
  font-size: 2.5rem;
}

/*# sourceMappingURL=style.css.map */
