@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);/*fuentes google fonts*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #795f42
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 0.5px;/*espacio entre letras*/
}
.section__titulo {
  text-align: center;
  font-size: 40px;
  color: #FBA919;
}

.contenedor {
  margin: auto;
  width: 99%;
}



/*-----------------Estilos de info-----------------*/
.info__columna {
  background: #FBA919;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px; 
}

/*----------------estilos de curso-----------------*/

.cursos__columna {
  position: relative;
  margin-bottom: 30px;
}
.cursos__descripcion {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 60%;
  height: 100%;
  padding: 5px;
}
.cursos__titulo {
  font-size: 25px;
  margin: 5px 0;
}
.cursos__img {
  width: 100%;
}

.zoom
{
  transition: width 2s, height 2s, transform 2s;
        -moz-transition: width 2s, height 2s, -moz-transform 2s;
        -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
        -o-transition: width 2s, height 2s,-o-transform 2s;
}
.zoom:hover
{
  transform : scale(1.3);
        -moz-transform : scale(1.3);      /* Firefox */
        -webkit-transform : scale(1.3);   /* Chrome - Safari */
        -o-transform : scale(1.3);        /* Opera */
}

@media screen and (max-width: 1100px){
    
    .container-body{
        flex-wrap: wrap;
    }
    
    .colum1{
        max-width: 100%;
    }
    
    .colum2,
    .colum3{
        margin-top: 40px;
    }
}

/*---------Estilo whatsapp---------*/
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color:#fff;
}

.my-float{
  margin-top:16px;
}


/*estilos marquesina*/

.info__Marquesinas {
  
    font-size: 40px;
   margin-top: 30px;
  color: #FBA919;
  background: rgba(0,0,0,0.7);
  }



h1 {
    color: #fff;
    text-align: center;
}






/*----------------estilos responsive-----------------*/
@media(min-width:200px) { 
  
  .info {/*para que se aplique a info y cursos*/
     /*ajusta las imagenes una al lado de otra*/
    justify-content: space-between;/*todo separado un poco*/
    margin-top: -10px;
  }
  .info__columna {
    width: 100%;
  font-size: 17px;
  text-align: center;
  }
  .info__titulo {
    font-size: 30px;
    margin: 5px 0;
  }
  .section__titulo {
    width: 100%;
  }
  .cursos{
    flex-wrap: wrap; /*la informacion que no entra va hacia abajo*/
    margin-top: 0;
  margin-bottom: 10px; /*distancia para que el footer no tape informacion de los cursos*/
  display: flex; /*ajusta las imagenes una al lado de otra*/
    justify-content: space-between;/*todo separado un poco*/
  }
  .cursos__columna {
    width: 49%;
  font-size: 15px;
  }
  .cursos__img {
  width: 100%;
  height:200px;
  }
.cursos__descripcion {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 60%;
  height: 100%;
  padding: 5px;
  font-size: 10px;
}
.cursos__titulo {
  font-size: 18px;
  margin: 5px 0;
}
  
.mapa{
  position: relative;
  padding-bottom: 126.25%;
  height: 0;
  overflow: hidden;
}

.mapa iframe{
  margin-bottom: 50px;
  width: 5%
  height:50%;
}

.videos{
height:0px;
width:100%;
max-width:560px; /* Así establecemos el ancho máximo (si lo queremos) */
padding-top:56.25%; /* Relación: 16/9 = 56.25% */
position:relative;
z-index: 0;


}

.videos iframe{
position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;

}

}


@media(min-width:768px) {  

  .info, .cursos {/*para que se aplique a info y cursos*/
    display: flex; /*ajusta las imagenes una al lado de otra*/
    justify-content: space-between;/*todo separado un poco*/
    margin-top: -10px;
  }
  
  .info__columna {
    width: 32%;
  font-size: 15px;
  text-align: center;
  }
   .cursos__img {
  width: 100%;
  height:320px;
  }

.mapa{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.mapa iframe{
  margin-bottom: 50px;
  width: 5%
  height:50%;
}

.videos{
  height:0px;
width:100%;
max-width:768px; /* Así establecemos el ancho máximo (si lo queremos) */
padding-top:56.25%; /* Relación: 16/9 = 56.25% */
position:relative;
}

.videos iframe{
  position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;
}
}

@media(min-width:1024px) {  
  .info {
    margin-top: -30px;
  }
  .info__columna {
    padding: 30px;
  }
  .info__titulo {
    font-size: 40px;
    text-align: center;
  }
  .info__columna {
    width: 32%;
  font-size: 15px;
  }

  .info, .cursos {/*para que se aplique a info y cursos*/
    display: flex; /*ajusta las imagenes una al lado de otra*/
    justify-content: space-between;/*todo separado un poco*/
    margin-top: -10px;
  }
  
  .cursos__descripcion {
    padding: 20px;
  }
  .cursos__titulo {
    font-size: 50px;
  }
  .cursos__txt {
    font-size: 16px;
  }
  .cursos__img {
  width: 100%;
  height:300px;
  }
  
.mapa{
  position: relative;
  padding-bottom: 43.25%;
  height: 0;
  overflow: hidden;
}

.mapa iframe{
  margin-bottom: 50px;
  width: 5%
  height:50%;
}

.videos{
  height:0px;
width:100%;
max-width:1024px; /* Así establecemos el ancho máximo (si lo queremos) */
padding-top:56.25%; /* Relación: 16/9 = 56.25% */
position:relative;
}

.videos iframe{
  position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;
}
}


@media(min-width:1280px) {
  .info {
    margin-top: -30px;
  }
  .cursos__img {
  width: 100%;
  height:500px;
  }
  
  .info, .cursos {/*para que se aplique a info y cursos*/
    display: flex; /*ajusta las imagenes una al lado de otra*/
    justify-content: space-between;/*todo separado un poco*/
    margin-top: -30px;
  }

.mapa{
  position: relative;
  padding-bottom: 33.25%;
  height: 0;
}

.mapa iframe{
  margin-bottom: 10px;
  width: 5%
  height:50%;
}

.videos{
  height:0px;
width:100%;
max-width:1024px; /* Así establecemos el ancho máximo (si lo queremos) */
padding-top:30.25%; /* Relación: 16/9 = 56.25% */
position:relative;
display: block;
margin: auto;
}

.videos iframe{
position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;
display: block;
margin: auto;
}
  
}


  
  







