#banner {
    margin: 60px 0px 0px 0px;
    width: 100%;
    height: 300px;
    background-size:100vw 100vh;
    background-repeat:no-repeat;
    animation-name:baner;
	animation-duration:60s;
	animation-iteration-count:infinite;
	animation-direction:50%;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.slider-container {
  position: relative;
  width: 360px;
  height: 300px;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 360px;
  height: 300px;
  transition: transform 0.5s ease-in-out;
}

.slide {
  position: relative;
  flex: 0 0 100%;
}

.slide img {
    float: right;
    margin: 10px 85px 0px 0px;
    width: 230px;
    height: 130px;
}

.slide-content {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 360px;
    height: 350px;
    text-align: center;
    color: black;
}

.slide-content h2 {
    margin: 150px 0px 0px 10px;
    width: 300px;
    height: 70px;
    text-align:left;
    font-family: Arial;
    line-height: 30px;
    text-align: center;
    font-size: 35px;
    color: black;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.slide-content p {
    margin: 0px 0px 0px 10px;
    width: 300px;
    height: 30px;
    text-align:left;
    font-family: Arial;
    text-align: center;
    font-size: 25px;
    color: black;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


.slider-nav {
    position:absolute;
    bottom:20px;
    width: 360px;
    height: 30px;
}
/********************************** BOTONES ******************************************/
/********************************** BOTONES ******************************************/
/********************************** BOTONES ******************************************/

#anterior {
    margin: 0px 0px 0px 20px;
    float: left;
    width: 40px;
    height: 40px;
    font-family: arial;
    font-size: 20px;
    padding: 0px;
    background: rgba(255,255,255,0.7);
    color: black;
}

#siguiente {
    margin: 0px 20px 0px 0px;
    float: right;
    width: 40px;
    height: 40px;
    font-family: arial;
    font-size: 20px;
    padding: 0px;
    background: rgba(255,255,255,0.7);
    color: black;
}


button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

button {
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 50px;
    background: rgba(80,80,80,0.7);
    color: white;
}

    
    
/********************************** CONTENIDO ******************************************/
/********************************** CONTENIDO ******************************************/

#contenido {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_cursos {
    margin: auto;
    width: 360px;
    height: 3800px;
    }
.cont_cursos_mod1 {
    float: left;
    width: 360px;
    height: 100%;
    }
.cont_cursos_mod1_titulos {
    margin: 0px 0px 0px 10px;
    float: right;
    width: 340px;
    height: 70px;
    font-family: Arial;
    font-size: 48px;
    color: rgba(40,40,40,1.0);
    text-align: right;
    }
.cont_cursos_mod1_img {
    float: left;
    margin: 20px 10px 20px 10px;
    width: 340px;
    height: 450px;
    border-radius: 10px;
}
.cont_cursos_mod1_descripcion {
    float: left;
    margin: 10px 10px 20px 10px;
    float: right;
    width: 340px;
    height: 900px;
    text-align: justify;
    font-family: Arial;
    font-size: 14px;
    color: rgba(20,20,20,1.0);
    }

.cont_cursos_bot_cursos {
    margin: 20px 20px 20px 20px;
    float: left;
    width: 300px;
    height: 80px;
}
.cont_cursos_bot_cursos a {
    float: left;
    width: 300px;
    height: 80px;
    padding: 28px 0px 0px 0px;
    font-family: Arial;
    font-size: 19px;
    text-align: center;
    color: white;
    background: rgba(50,50,50,1.0);
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 2px 2px 4px rgba(0,0,0,1.0);
    text-decoration: none;
}
.cont_cursos_bot_cursos a:hover {
    background: rgba(8,102,188,1.0);
}

.cont_contenido_imagen{
    margin: 50px 10px 10px 10px;
    float: left;
    width: 340px;
    height: 400px;
    font-family: Arial;
    font-size: 40px;
    text-align: left;
    color: rgba(20,20,20,1.0);
    background: rgba(50,50,50,1.0);
    border-radius: 20px;
}
.cont_contenido_titulo {
    margin: 20px 10px 0px 10px;
    float: left;
    width: 340px;
    height: 140px;
    font-family: Arial;
    font-size: 40px;
    text-align: left;
    color: rgba(20,20,20,1.0);
}
.cont_contenido_txt{
    margin: 0px 10px 20px 10px;
    float: left;
    width: 340px;
    max-height: 100%;
    font-family: Arial;
    font-size: 20px;
    text-align:justify;
    color: rgba(20,20,20,1.0);
}
/********************************** PLANES PRECIOS ******************************************/
/********************************** PLANES PRECIOS ******************************************/
.cont_contenido_planes_precios {
    margin: 30px 10px 30px 10px;
    float: left;
    width: 340px;
    height: 120px;
    font-family: Arial;
    font-size: 55px;
    text-align:center;
    color: rgba(40,40,40,1.0);
    font-weight: bold;
    -webkit-text-stroke: 1px rgba(100,143,191,1.0);
    text-shadow: 2px 2px 3px rgba(20,20,20,0.5);
}

.cont_contenido_plan {
    margin: 50px 5px 0px 5px;
    float: left;
    width: 350px;
    padding: 0px 0px 20px 0px;
    max-height: 100%;
    border-radius: 30px;
    background: rgba(220,220,220,0.0);
    border: 1px solid rgba(0,85,255,1.0);
    box-shadow: 0px 0px 10px rgba(40,40,40,1.0);
    transition: background 0.4s ease;
}
.cont_contenido_plan:hover {
    color: white;
    background: rgba(30,30,30,1.0);
    box-shadow: 0px 0px 10px rgba(0,164,255,1.0);
} 
.cont_contenido_plan_titulo {
    margin: 15px 10px 10px 10px;
    float: left;
    width: 330px;
    height: 40px;
    font-family: Arial;
    font-weight: bold;
    font-size: 35px;
    color: rgba(150,150,150,1.0);
    text-align: center;
    text-shadow: 2px 2px 3px Black;
    -webkit-text-stroke: 0.5px rgba(0,0,0,1.0);
}
.cont_contenido_plan_txt {
    margin: 10px 0px 15px 30px;
    float: left;
    width: 318px;
    max-height: 100%;
    font-family: Arial;
    font-size: 16px;
    color: rgba(150,150,150,1.0);
    text-align: left;
    text-shadow: 1px 1px 1px Black;
}
.cont_contenido_plan_txt:hover {
    color: rgba(69,255,250,1.0);
}
.cont_contenido_plan_precio {
    margin: 5px 10px 0px 50px;
    float: left;
    width: 250px;
    height: 28px;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    color: rgba(69,171,255,1.0);
    text-align: left;
    text-shadow: 1px 1px 2px Black;
    -webkit-text-stroke: 0.5px rgba(0,0,0,1.0);
}

.cont_contenido_plan a {
    margin: 10px 20px 10px 23px;
    float: left;
    width: 300px;
    height: 50px;
    padding: 5px 0px 0px 0px;
    font-family: Arial;
    font-size: 35px;
    color: white;
    text-align: center;
    background: rgba(20,20,20,1.0);
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.2s ease;
    transition: border 0.8s ease;
    border: 1px solid white;
}
.cont_contenido_plan a:hover {
    background: rgba(0,85,255,1.0);
    border: 2px solid black;
    transform: scale(1.05);
}
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/

@media (min-width:1024px) {

#banner {
    margin: 0px;
    width: 100%;
    height: 300px;
    background-size:100vw 100vh;
    background-repeat:no-repeat;
    animation-name:baner;
	animation-duration:60s;
	animation-iteration-count:infinite;
	animation-direction:50%;
    background: rgba(220,220,220,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.slider-container {
  position: relative;
  width: 1200px;
  height: 300px;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 1200px;
  height: 300px;
  transition: transform 0.5s ease-in-out;
}

.slide {
  position: relative;
  flex: 0 0 100%;
}

.slide img {
    float: right;
    margin: 80px 60px 0px 0px;
    width: 230px;
    height: 130px;
}

.slide-content {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 1200px;
    height: 350px;
    text-align: center;
    color: black;
}

.slide-content h2 {
    margin: 80px 0px 0px 40px;
    width: 850px;
    height: 60px;
    text-align:left;
    font-family: Arial;
    font-size: 50px;
    color: black;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.slide-content p {
    margin: 30px 0px 0px 40px;
    width: 600px;
    height: 30px;
    text-align:left;
    font-family: Arial;
    font-size: 25px;
    color: black;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


.slider-nav {
    position:absolute;
    bottom:20px;
    width: 1200px;
    height: 30px;
}
/********************************** BOTONES ******************************************/
/********************************** BOTONES ******************************************/
/********************************** BOTONES ******************************************/

#anterior {
    margin: 0px 0px 0px 40px;
    float: left;
    width: 40px;
    height: 40px;
    font-family: arial;
    font-size: 20px;
    padding: 0px;
    background: rgba(255,255,255,0.7);
    color: black;
}

#siguiente {
    margin: 0px 20px 0px 0px;
    float: right;
    width: 40px;
    height: 40px;
    font-family: arial;
    font-size: 20px;
    padding: 0px;
    background: rgba(255,255,255,0.7);
    color: black;
}


button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

button {
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 50px;
    background: rgba(80,80,80,0.7);
    color: white;
}

    
    
/********************************** CONTENIDO ******************************************/
/********************************** CONTENIDO ******************************************/

#contenido {
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,1.0);
}
.cont_cursos {
    margin: auto;
    width: 1200px;
    height: 2100px;
    }
.cont_cursos_mod1 {
    float: left;
    width: 1200px;
    height: 100%;
    }
.cont_cursos_mod1_titulos {
    margin: 100px 0px 0px 400px;
    float: right;
    width: 800px;
    height: 70px;
    font-family: Arial;
    font-size: 48px;
    color: rgba(40,40,40,1.0);
    text-align: right;
    }
.cont_cursos_mod1_img {
    float: left;
    margin: 20px 10px 20px 10px;
    width: 380px;
    height: 450px;
    border-radius: 10px;
}
.cont_cursos_mod1_descripcion {
    float: left;
    margin: 20px 10px 20px 10px;
    float: right;
    width: 780px;
    height: 450px;
    text-align: justify;
    font-family: Arial;
    font-size: 14px;
    color: rgba(20,20,20,1.0);
    }

.cont_cursos_bot_cursos {
    margin: 25px 150px 20px 150px;
    float: left;
    width: 300px;
    height: 80px;
}
.cont_cursos_bot_cursos a {
    float: left;
    width: 300px;
    height: 80px;
    padding: 28px 0px 0px 0px;
    font-family: Arial;
    font-size: 19px;
    text-align: center;
    color: white;
    background: rgba(50,50,50,1.0);
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 2px 2px 4px rgba(0,0,0,1.0);
    text-decoration: none;
}
.cont_cursos_bot_cursos a:hover {
    background: rgba(8,102,188,1.0);
}

.cont_contenido_imagen{
    margin: 150px 20px 20px 20px;
    float: left;
    width: 500px;
    height: 400px;
    font-family: Arial;
    font-size: 40px;
    text-align: left;
    color: rgba(20,20,20,1.0);
    background: rgba(50,50,50,1.0);
    border-radius: 20px;
}
.cont_contenido_titulo {
    margin: 50px 20px 0px 20px;
    float: left;
    width: 620px;
    height: 130px;
    font-family: Arial;
    font-size: 50px;
    text-align: left;
    color: rgba(20,20,20,1.0);
}
.cont_contenido_txt{
    margin: 0px 20px 20px 20px;
    float: left;
    width: 620px;
    max-height: 100%;
    font-family: Arial;
    font-size: 20px;
    text-align:justify;
    color: rgba(20,20,20,1.0);
}
/********************************** PLANES PRECIOS ******************************************/
/********************************** PLANES PRECIOS ******************************************/
.cont_contenido_planes_precios {
    margin: 50px 200px 0px 200px;
    float: left;
    width: 800px;
    height: 65px;
    font-family: Arial;
    font-size: 55px;
    text-align:center;
    color: rgba(40,40,40,1.0);
    font-weight: bold;
    -webkit-text-stroke: 1px rgba(100,143,191,1.0);
    text-shadow: 2px 2px 3px rgba(20,20,20,0.5);
}

.cont_contenido_plan {
    margin: 50px 25px 0px 25px;
    float: left;
    width: 350px;
    padding: 0px 0px 20px 0px;
    max-height: 100%;
    border-radius: 30px;
    background: rgba(220,220,220,0.0);
    border: 1px solid rgba(0,85,255,1.0);
    box-shadow: 0px 0px 10px rgba(40,40,40,1.0);
    transition: background 0.4s ease;
}
.cont_contenido_plan:hover {
    color: white;
    background: rgba(30,30,30,1.0);
    box-shadow: 0px 0px 15px rgba(0,164,255,1.0);
} 
.cont_contenido_plan_titulo {
    margin: 15px 10px 10px 10px;
    float: left;
    width: 330px;
    height: 40px;
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: rgba(150,150,150,1.0);
    text-align: center;
    text-shadow: 2px 2px 3px Black;
    -webkit-text-stroke: 0.5px rgba(0,0,0,1.0);
}
.cont_contenido_plan_txt {
    margin: 10px 0px 15px 15px;
    float: left;
    width: 318px;
    max-height: 100%;
    font-family: Arial;
    font-size: 15px;
    color: rgba(150,150,150,1.0);
    text-align: left;
    text-shadow: 1px 1px 1px Black;
}
.cont_contenido_plan_txt:hover {
    color: rgba(69,255,250,1.0);
}
.cont_contenido_plan_precio {
    margin: 5px 10px 10px 50px;
    float: left;
    width: 250px;
    height: 28px;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    color: rgba(69,171,255,1.0);
    text-align: left;
    text-shadow: 1px 1px 2px Black;
    -webkit-text-stroke: 0.5px rgba(0,0,0,1.0);
}

.cont_contenido_plan a {
    margin: 20px 20px 25px 23px;
    float: left;
    width: 300px;
    height: 50px;
    padding: 5px 0px 0px 0px;
    font-family: Arial;
    font-size: 35px;
    color: white;
    text-align: center;
    background: rgba(20,20,20,1.0);
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.2s ease;
    transition: border 0.8s ease;
    border: 1px solid white;
}
.cont_contenido_plan a:hover {
    background: rgba(0,85,255,1.0);
    border: 2px solid black;
    transform: scale(1.05);
} 


}