* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(../assets/imagenes/fondo_para_body.png);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

header {
  background-color: #000000;
}
header div nav img {
  width: 250px;
  padding: 15px;
  margin-left: 10px;
}
header div ul {
  gap: 15px;
}
header div ul li {
  font-size: 1.8rem;
}
header div ul li a:hover {
  background-color: #d6040b;
  border-top-right-radius: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(../assets/imagenes/fondo_para_body.png);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

main .imgIndex {
  width: 50vw;
}
main .recuadroCarrusel {
  margin: 10px;
  padding: 10px;
  border: 10px solid #222020;
}

@media screen and (max-width: 768px) {
  main .imgIndex {
    width: 75vw;
  }
}
@media screen and (max-width: 576px) {
  main .imgIndex {
    width: 100vw;
  }
}
.sectionPlay a {
  width: 150px;
  height: 60px;
  text-decoration: none;
  text-align: center;
  color: #f5f5f5;
  background-color: #d6040b;
  padding: 10px;
  margin: 10px;
  border-top-right-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sectionPlay .flecha {
  box-sizing: border-box;
  padding: 5px;
  margin-left: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(../assets/imagenes/fondo_para_body.png);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.sectionIntro h1, .sectionIntro h2 {
  color: #f5f5f5;
  text-align: center;
  margin: 20px;
  padding: 10px;
}
.sectionIntro p {
  color: #f5f5f5;
  text-align: center;
  font-size: 1.2rem;
}
.sectionIntro .imagenSomos {
  margin: 40px;
  padding: 10px;
  border: 10px solid #222020;
  opacity: 0.6;
}
.sectionIntro .imagenSomos:hover {
  opacity: 1;
}

.sectionMusica {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sectionMusica .imagenMujer {
  margin: 10px;
  padding: 10px;
  border: 10px solid #222020;
  opacity: 0.6;
}
.sectionMusica .imagenMujer:hover {
  opacity: 1;
}
.sectionMusica h1 {
  color: #f5f5f5;
  text-align: center;
}
.sectionMusica p {
  color: #f5f5f5;
  text-align: center;
  font-size: 1.2rem;
}

footer {
  margin-top: 25vh;
  height: 150px;
  background-color: #000000;
  color: #f5f5f5;
}
footer .redesPropias {
  color: #f5f5f5;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  margin: 25px;
}
footer .parrafoDerechos {
  font-size: 0.7rem;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  margin: 5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(../assets/imagenes/fondo_para_body.png);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

main .cimientosEmpresa .h1Empresa {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #f5f5f5;
  background-color: #000000;
  border-top-right-radius: 30px;
  height: 100px;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
}
main .mainNosotros {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
}
main .imagenNosotros {
  width: 75%;
  border: 10px solid #222020;
  padding: 10px;
  opacity: 0.8;
}
main .imagenNosotros:hover {
  opacity: 1;
}
main .h2Empresa {
  color: #d6040b;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
}
main .parrafoNos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #f5f5f5;
  width: 70%;
  font-size: 1.1rem;
}

.row {
  display: flex;
}

.filosofia {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
}

.h3Empresa {
  color: #d6040b;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(../assets/imagenes/fondo_para_body.png);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.container-fluid-servicios .nuestrosServicios {
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  align-items: center;
  color: #f5f5f5;
  background-color: #000000;
}
.container-fluid-servicios .nuestrosServicios .nuestroServicios {
  font-weight: bold;
}
.container-fluid-servicios .textoServicios {
  color: #f5f5f5;
  text-align: center;
  font-size: 1.3rem;
}
.container-fluid-servicios .card {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.container-fluid-servicios .card card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(../assets/imagenes/fondo_para_body.png);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.container-fluid-videos .mainVideos .videoss {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-fluid-videos .mainVideos .videoss .tituloVideos {
  color: #f5f5f5;
  margin-top: 20px;
  font-weight: bold;
  font-size: 2rem;
}
.container-fluid-videos .mainVideos .videoss .mensajeWwr {
  color: #f5f5f5;
  font-size: 1.5rem;
  line-height: normal;
  text-align: center;
}
.container-fluid-videos .mainVideos .card {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.container-fluid-videos .mainVideos .card card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-fluid-videos .mainVideos .card .tituloPais {
  color: #f5f5f5;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 767.98px) {
  .container-fluid .mainVideos .videoss .mensajeWwr {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .container-fluid .mainVideos .videoss .tituloVideos {
    font-size: 1.6rem;
  }
  .container-fluid .mainVideos .videoss .mensajeWwr {
    color: #f5f5f5;
    font-size: 1.4rem;
    line-height: normal;
    text-align: center;
  }
  .container-fluid .mainVideos .card div .iframeVideos {
    width: 350px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(../assets/imagenes/fondo_para_body.png);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.mainContacto {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.mainContacto .plecaContacto {
  background-color: #000000;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.mainContacto .plecaContacto .text-white {
  font-weight: bold;
}
.mainContacto .formulario {
  width: 500px;
  height: 600px;
  margin: 10px auto;
  margin-top: 10px;
}
.mainContacto .iFrame {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid;
  padding: 10px;
  margin: 10px auto;
}
.mainContacto h4, .mainContacto h5 {
  color: #f5f5f5;
  text-align: center;
}

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