﻿* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}

.contenedor {
  background-color: #373434;
  width: 100%;
  max-width: 1276px;
  padding: 5px 0 5px 0;
  margin: 0 auto 0 auto;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container h1 {
  display: flex;
  align-items: center;
}

.menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.logo-container img {
  width: 150px;
}
.logo-container h1 {
  color: white;
}

.menu ul {
  list-style: none;
}

.menu ul li {
  display: inline-block;
}

.menu ul li a {
  text-decoration: none;
  color: white;
  margin: 0 10px 0 10px;
}

.menu ul li a:hover {
  color: red;
}

video {
  width: 100%;
}

.bienvenida {
  background-image: url(../img/portada/foto-sello-de-tango-radio-portada-artistas-invitados.webp);
  background-position: center;
  background-size: cover;
  background-color: #373434;
  height: 284px;
  max-width: 1276px;
}

.cont-seccion {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: 10px 0 20px 0;
}

.cont-img {
  position: relative;
  width: 40%;
  background-color: black;
  color: white;
  padding: 5px 15px 5px 15px;
  margin: 5px auto 5px auto;
}

.eso0 {
  max-width: 300px;
  width: 100%;
}

.eso1 {
  position: absolute;
  top: 50px;
  max-width: 80px;
  width: 100%;
}

.eso2 {
  position: absolute;
  top: 100px;
  max-width: 80px;
  width: 100%;
}

.eso3 {
  position: absolute;
  top: 150px;
  max-width: 80px;
  width: 100%;
}

.eso4 {
  position: absolute;
  top: 200px;
  max-width: 80px;
  width: 100%;
}

.eso5 {
  position: absolute;
  top: 250px;
  max-width: 80px;
  width: 100%;
}

.cont-somos {
  width: 44%;
  background-color: black;
  color: white;
  padding: 5px 15px 5px 15px;
  margin: 5px auto 5px auto;
}

.slide01 {
  float: left;
  padding: 5px;
  max-width: 220px;
  width: 100%;
}

.cont-somos p {
  padding: 0 0px 0 15px;
  width: 260px;
  float: left;
  font-size: 14.7px;
}

.cont-footer {
  width: 100%;
  max-width: 1276px;
  background-color: #edbb0d;
  color: white;
  margin: 0 auto 0 auto;
}

.footer-bottom {
  background-color: black;
  text-align: center;
  padding: 3px 5px 3px 5px;
}

.footer1 h2 {
  padding: 0 0 0 10px;
  font-size: 18px;
  color: black;
  
}
.cont-footer ul {
  list-style: none;
  padding-left: 6px;
}
.cont-footer ul li {
  display: inline-block;
  padding-left: 4px;
  padding-bottom: 4px;
}
.cont-footer ul li a {
  text-decoration: none;
  color: black;
  font-size: 0;
}

.cont-footer i {
  font-size: 40px;
  color: rgb(  30, 40, 80);
}

.cont-footer i>i {
  font-size: 40px;
  color: rgb(  30, 40, 80);
  padding-right: 3px;
}
.cont-footer i:hover {
  color: rgb(255, 0, 0);
}

#face:hover {
  color: rgb(24, 119, 242);
}

.bienvenida2 {
  background-image: url(../img/portada/foto-sello-de-tango-radio-portada-conductora.webp);
  background-position: center;
  background-size: cover;
  background-color: #373434;
  height: 284px;
  max-width: 1276px;
}

.texto1 {
  height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: black;
  align-items: center;
}

.texto1 p {
  text-align: center;
}

.texto1 h2 {
  text-align: center;
}

.texto1 div {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
}

.programas {
  width: 100%;
  background-color: black;
  color: white;
  display: flex;
  padding: 5px;
 
}

.texto2 {
  width: 50%;
  padding: 5px;
  max-width: 600px;
}

.texto2 h2 {
  color: white;
  width: 300px;
  margin: 20px 0px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
}

.playlist {
  max-width: 638px;
  width: 100%;
  height: auto;
  margin: 5px;
}

iframe {
  width: 100%;
  max-width: 450px;
  height: 400px;
  justify-content: center;

}

/* GALERIA */

.gal-cont-mast { 
  flex-wrap: wrap;
}

.gal-cont-mast a{ 
color: white;
text-decoration: none;
}

.gal-cont-mast a:hover { 
  color: red;
}

.gal-contenedor {
  width: 100%;
  height: 350px;
  padding: 15px;
}

.gal-imagen-1 {
  height: 300px;
  background-image: url(../img/portada-galeria/sello-de-tango-galeria-show-taconeando-2018.webp);
  background-size:cover;
  background-position: center;
}

.gal-imagen-2 {
  height: 300px;
  background-image: url(../img/portada-galeria/sello-de-tango-galeria-artistas-invitados-radio.webp);
  background-size:cover;
  background-position: center;
}

.portada-texto {
  height: 25px;
  background-color: black;
  font-weight: bold;  
  text-align: center;
}

.galeria {
  width: 100%;
  max-width: 1276px;
  color: white;
  text-align: center;
  padding: 10px;
}

.galeria img:hover {
  filter: grayscale(90%);
}

/* FORM */
.contacto {
  background-color: white;
  background-image: url(../img/sello-de-tango-radio-puente-de-la-mujer-contacto.webp);
  background-size: cover;
  color: white;
  padding: 10px;
}

.cto {
  display: flex;
  justify-content: center;
}

.formu {
  display: flex;
  justify-content: center;
  height: 550px;
}

.form-block {
  margin: 10px 40px 10px 0;
  width: 300px;
}

form label {
  margin: 0 20px;
  display: block;
}
form input[type="text"],
input[type="email"] {
  padding: 10px 15px;
  margin: 5px 0 5px 20px;
  border: 2px solid black;
  width: 300px;
}
.area {
  padding: 10px 15px;
  margin: 5px 0 5px 20px;
  border: 2px solid black;
}

form textarea {
  max-width: 300px;
  max-height: 150px;
  min-width: 300px;
  min-height: 150px;
}

form input:hover {
  border: tomato 2px solid;
}

form input[type="submit"] {
  margin-left: 100px;
  padding: 15px 20px;
  color: white;
  background-color: rgb(240, 53, 78);
  border: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  border-radius: 8px;
 }

form input[type="submit"]:hover {
  background-color: rgb(208, 43, 65);
  text-shadow: #373434;
  box-shadow: #373434;
  transition: all ease 0.5s;
  cursor: pointer;
}


/* MEDIA QUERYS */
@media all and (max-width: 1050px) {
  .cont-seccion {
    flex-direction: column;
  }
  .cont-img {
    width: 70%;
  }

  .cont-somos {
    width: 70%;
    justify-content: center;
    align-items: center;
  }

  .programas {
    flex-direction: column;
  }

  .texto2 {
    display: flex;
    justify-content: center;
    width: auto;

}
  .playlist {
    display: flex;
    justify-content: center;

  }
}


@media all and (max-width: 700px) {
  .eso1,
  .eso2,
  .eso3,
  .eso4,
  .eso5 {
    display: none;
  }

  .cont-somos p {
    padding: 0 0 10px 10px;
    width: 230px;
    font-size: 13px;
  }

  .cont-somos {
    display: flex;
    flex-direction: column;
  }

  .cont-img div {
    display: flex;
    justify-content: center;
    }
}