@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); 

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

hr{
  width: 100%;
  border:1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}

body{
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  background: #000;
}

html{
  scroll-behavior: smooth;
}

section{
  margin-bottom: 50px;
}

.mensaje{
  text-align: center;
  padding: 20px;
  
}

.fix_tel{
  font-size: 14px;
}

/********************************************************************/
main{
  width: 100%;
  min-height: 100vh;
}

.contenedor{
  width: 95%;
  margin: auto;
}

.fnd_inscripcion{
    background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url("../img/sliderfnd_contacto.jpg");
    background-repeat: no-repeat;
    background-size:cover;
  }

footer{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 5px solid red;
  background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url("../img/4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center ;
  height: 150px;
  color:#eee;
  padding: 20px;
}


.instagram{
  font-size: 22px;
  color:#eee !important;
}

.face{
  font-size: 20px;
  color:steelblue !important;
}

.redes span{
  display: block;
  width: 50px;
  text-align: center;
}

.redes p{
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 10px;
}

.redes b{
  margin-left: 10px;
  color: #fb9823;
}

.redes a{
  text-decoration: underline;
  color:#eee;
}

.mail{
  font-size: 32px;

}

.datos a{
  text-decoration: none;
  color:#eee;
}

.ig{
  color:red;
  background: red;
}

header{
  height: 70px;
  width: 100%;
  border-bottom: 2px solid #970a0a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
}

.icon-menu{
  color:#eee;
  font-size: 28px;
  float: right;
  padding-top: 10px;
  cursor: pointer;
  display: none;
}

header h1{
  float: left;
  padding-top: 10px;
  color:#eee;
  line-height: 1.5;
}

header .contenedor{
  display: table;
}

#btn-menu{
  display: none;
}

.menu{
  float: right;
  height: 70px;
  width: auto;
  display: flex;
}

.menu a{
  color:#eee;
  text-decoration: none;
  padding: 15px;
  line-height: 2.5;
  height: 70px;
  display: block;
  transition:all 0.5s;
  font-weight: 500;
}

.menu a:hover{
  transition: all 0.5s;
  background: rgba(151, 10, 10, 0.9);
}


@media(max-width:768px){

  header h1{
    font-size:14px;
    line-height: 2.8;
  }

  .icon-menu{
    display: block;
    max-width: ;
  }

  .menu{
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    transform: translateX(-100%);
    transition: all 0.5s;
    z-index: 100;
  }

  .menu a{
    display: block;
    width: 100%;
    border-bottom: 2px solid rgba(151, 10, 10, 0.8);
  }

  #btn-menu:checked ~ .menu{
    transform: translateX(0);
  }
}

#info{
  background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url("../img/sliderfnd_contacto.jpg");
  background-size: cover;
  background-position: right; 
  height: 100vh;
  margin-top: 75px;
}

#info h3{
  color:#eee;
  text-align: center;
  padding-top: 50px;
  display: block;
  font-size: 36px;
}

.leermas_titulo{
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 25px;
}

.leermas_articulo{
  font-size: 18px;
  color:#eee;
}

#galeria .contenedor{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.img_galeria{
  border:5px solid #eee;
  margin: 15px;
  margin-top: 30px;
  width: 20%;
}

.img_galeria img{
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#galeria h4{
  color:#eee;
  text-align: center;
  font-size: 48px;
  text-decoration: underline;
}

.paginacion_panel{
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginacion_panel a,.paginacion_panel p{
  text-decoration: none;
  color:rgba(0, 0, 0, 0.7);
  font-weight: 500;
  padding: 10px;
  border:1px solid #000;
  margin: 2px;
}

.paginacion_panel a:hover{
  background: steelblue;
  transition: all 0.5s;
  color:#eee;
}

.activo{
  background: steelblue !important;
  font-weight: bold;
  color:#eee !important;
}

.num_page{
  background: rgba(228, 228,228, 1.0);
}

#cursos .contenedor{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.curso img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curso{
  border: 3px solid #eee;
  margin: 10px;
  height: 300px;
  position: relative;
  width: 30%;
}

.texto-curso a:hover{
  background: rgba(151, 10, 10, 0.7);
}

.texto-curso a{
  text-decoration: none;
  color: #eee;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  border: 3px solid rgba(151, 10, 10, 1);
  padding: 10px;
  border-radius: 5px;
  transition: all 0.5s;
  background: rgba(151, 10, 10, 0.2);
}

.texto-curso{
  position: absolute;
  top: 0;
  color: #eee;
  text-shadow: 2px 2px 6px #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

#cursos h3{
  text-align: center;
  color: #eee;
  text-decoration: underline;
  margin-bottom:40px;
  font-size: 42px;
}

#contacto .contenedor{
  display: flex;
}

#contacto{
  color:#eee;
  margin-bottom: 0;
}

#contacto h3{
  text-align: center;
  font-size: 36px;
  text-decoration: underline;
  margin-bottom: 30px;
}

.formulario, .datos{
  width: auto;
  margin: 30px;
}

#contacto label{
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}


#contacto input, textarea , select{
  display: block;
  padding:10px ;
  width: 100%;
  margin-bottom: 15px;
  border:none;
  background: transparent;
  border-bottom: 4px solid rgba(151, 10, 10, 1);
  color:#eee;
  outline: none;
}

#contacto select{
  background: rgba(0, 0, 0, 0.8);
}

#contacto {
background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.9)),url("../img/fnd_contacto.jpg");
background-size: cover;
background-position: right;
}

#contacto hr{
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  margin-top: 10px;
}

#contacto span{
  color:green;
  font-size: 36px;
  margin-right: 10px;
}

#contacto p{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.btn_consulta{
  padding: 10px;
  display: block;
  border-radius: 8px;
  background: rgba(151, 10, 10, 0.7);
  color:#eee;
  font-weight: 600;
  transition: all 0.5s;
  cursor: pointer;
}

   input[type=number]::-webkit-inner-spin-button, 
      input[type=number]::-webkit-outer-spin-button { 
        -webkit-appearance: none; 
        margin: 0; 
      }
      input[type=number] { -moz-appearance:textfield; }
      

.btn_consulta:hover{
  background: rgba(151, 10, 10, 1);
}

#mapa{
  margin-top: 15px;
  border:4px solid rgba(151, 10, 10, 1.0);
  text-align: center;
  width: 100%;
}

.mapa_responsive{
  width: 100%;
  height: 400px;
}


#inscripciones{
  margin-top: 80px;
  text-align: center;
  color:#eee;
  padding: 20px;
}

.rs{
  color:red;
}

#formulario_inscripcion select{
  width: 100%;
  background: #eee;
  color:#000;
  border-bottom: none;
  border-radius: 5px;
}

.up_comprobante span{
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  height: 40px;
  width: 60px;
  text-align: center;
  padding-top: 5px;
  font-size: 26px;
  color:#eee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px ;
}

.btn_inscripcion{
  display: block;
  margin-top: 20px;
  width: 100%;
  background: steelblue;
  color:#eee;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.up_comprobante label{
  color: #000 !important;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding-left: 80px;
  padding-top: 10px;
  position: relative;
}

#upload_inscripciones{
  display: none;
}

.up_comprobante{
  background: #eee;
  border-radius: 5px;
  height: 40px;
  margin-top: 10px;
  color:#000;
  position: relative;
}

#formulario_inscripcion h3{
  text-align: center;
  font-size: 26px;
}

#formulario_inscripcion label{
  color:#eee;
  display: block;
  margin-bottom: 10px;
}

.inputs_inscripciones{
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}

.formu_inscripciones{
  width: 340px;
  padding: 10px;
  margin: 0 auto;
}

#formulario_inscripcion{
  margin-top: -40px;
}

.error_inscripciones{
  color:#eee;
  border:1px solid red;
  padding: 10px;
  margin-bottom: 10px;
}

@media(max-width: 768px){
  #contacto .contenedor{
    flex-wrap: wrap;
  }
  .formulario, .datos{
     width:auto;
  } 

  .datos a{
    font-size: 14px;
    }

  #mapa{
    width: 100%;
  }

  .formu_inscripciones{
    width: 100%;
  }
}

.contenedor-slider{
  margin-top: 75px;
  max-width: 100%;
  height:700px;
  position: relative;
  overflow: hidden;
}

.logo_banner{
  position: absolute;
  display: block;
  margin: 0 auto;
  max-height: 250px;
  border-radius: 50%;
  border:2px solid #eee;
  top:20px;
  left: 15%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);  
}

.wp a {
  color:#eee;
  position: absolute;
  top: 300px;
  left: 110px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  z-index: 150;
}

.fix_wp{
  font-size: 26px;
  color:green;
}

.slider_seccion img{
  width: 100%;
  object-fit: cover;
}

.texto-slider h1{
  font-size: 48px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0,0.3);
}

.texto-slider p{
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0,0.5);

}

.texto-slider a{
  background: rgba(0, 0, 0, 0.7);
  display: block;
  text-decoration: none;
  color: #eee;
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 2px 2px 8px rgba(0, 0, 0,0.6);

}

		#fecha_inscripcion{
			border:1px solid #000;
			border-radius: 5px;
			width: 100%;
			margin: 0 auto;
			megin:0 auto;
			padding: 5px;
			display:block;
		}

.texto-slider{
  text-align: center;
  position: absolute;
  top: 120px;
  color: #eee;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.slider{
  width: 600%;
  height: auto;
  display: flex;
}

.slider_seccion{
  width: 100%;
}

.slider-btn{
  display: block;
  font-size: 20px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn-derecho{
  right: 15px;
}

.btn-izquierdo{
  left: 15px;
}


@media(max-width: 768px){

  .logo_banner{
    height: 130px;
    left: 20%;
    top: 2%;
  }

  .texto-slider h1{
    font-size: 20px;
  }

  .texto-slider p{
    font-size: 12px;
  }

  .texto-slider a{
    font-size: 16px;
    padding: 10px;
  }

  .contenedor-slider{
    height: auto;
  }

  .slider_seccion img{
    height: 100%;
  }
}

@media (max-width: 768px) {
  #cursos .contenedor{
  flex-wrap: wrap;
} 
  .curso{
    min-width: 100%;
  }
}


@media(max-width:768px){
  .img_galeria{
    width: 100%;
  }
}

@media (max-width:768px){
  .redes p{
    flex-wrap: wrap;
  }
}