/* CSS files add styling rules to your content */
*{
  margin: 0;
  padding:0;
  box-sizing: border-box;
}
body {
  margin: 0em;
  font-family: "Catamaran", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Crete Round", serif;
} 
.hamburguer{
  position: fixed;
  top: 30px;
  right: 30px;
  background: white;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.menu-navegacion{
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100%;
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  transition: transform .3s ease-in-out;
  transform: translate(110%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.spread{
  transform: translate(0);
}
.menu-navegacion a{
  color: white;
  text-decoration: none;
}
.titulo{
  font-size: 60px;
  margin-bottom: 15px;
  margin-top: 220px;
}
.copy{
  font-weight: 300;
  font-size: 25px;
} 
.cover {
  height: 750px;
  background-image: url(https://cdn.glitch.com/c62ac0f6-9ac1-4065-97ba-df52445e547b%2Frsz_austin-poon-jo_s6ewbqak-unsplash.jpg?v=1610314230885);
  color: white;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}
header .cover{
  background-attachment: fixed;
}
.cover-small {
  height: 200px;
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
}
.imagen-logo{
  width: 130px;
  height: 100px;
  margin :20px
}
.configuracion-video{
  width: 300px;
  height: 250px;
}
  
.configuracion-video-1{
  margin-top: 30px;
}

/* Tarjetas*/
.card {
  border: 0 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.86);
}
.card-title {
  min-height: 3rem;
}
.card-text {
  min-height: 6rem;
}
.product-stripe {
  overflow-x: scroll;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.stripe-container {
  display: flex;
}
.stripe-container .card {
  width: 300px;
  flex-shrink: 0;
  margin-right: 2rem;
}
.responsive-iframe {
  position: relative;
  padding-top: 56.25%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contenedor{
  width: 90%;
  max-width: 1200px;
  overflow: auto;
  margin: auto;
  padding: 60px 0;
}

.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h6{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .content{
  margin: 20px 0 0 0;
}  
.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: orange;
}

.templatemo_contacttitle {
  width: 100%;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}



.templatemo_contactform input, textarea {
  width: 100%;
  background: #282828;
  border: 1px solid #393939;
  padding: 7px 10px;
  margin: 0px 0px 10px 0px;
  background-color: #FAFAFA;
}

.templatemo_contactform textarea {
  height: 100px;
}

footer{
  background-image: linear-gradient(to top, #030a13 0%, #344a5c 100%);
  padding-bottom: 0.1px;
}
.footer-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 40px;

}
.contact-us{
  width: 40%;
  color: #ffffff;
}
.brand{
  font-weight: 500;
  font-size: 40px;
}
.brand+p{
  font-weight: 500;
}
.contenedor1-iconos{
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.contenedor2{
  display: inline-block;
  margin-left: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}
.contenedor2:hover{
  background: #ffffff;
  color: linear-gradient(to top, #030a13 0%, #344a5c 100%);
}
.contenedor2 i{
  font-size: 30px;
  line-height: 60px;
}
.line{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 2px;
  background: #ffffff;
  margin-bottom: 60px;
}
.spread{
  transform: translate(0);
}
.ubicacion {
  padding: 140px;
} 
.cursos-de-capacitacion{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: end;
  text-decoration: none;
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Tipos de cursos*/

.page-one{
  padding: 50px;
  text-align: center;
}
.gallery-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  padding: 20px;
  grid-gap: 10px;
  padding-bottom: 50px;
}
.gallery__item{
  position: relative;
}
.gallery__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.5s linear;
}
.gallery__img:hover{
  transform: scale(0.9);
}
.imagen-light{
  position: fixed;
  background: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: right;
  align-items: center;
  transform: translate(100%);
  transition: transform .2s ease-in-out;
}
.show{
  transform: translate(0);
}
.imagen-light h1{
  color: #ffffff;
}
.imagen-light p{
  color: white;
}
.close{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  cursor: pointer;
}

.agregar-imagen{
  width: 60%;
  border-radius: 10px;
  transform: scale(0);
  transition: transform .3s .2s;
}
.show-image{
  transform: scale(1);
}
.gallery__title{
  position: absolute;
  bottom: 0;
  color: white;
  background: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,1));
  width: 100%;
  margin: 0;
  padding: 10px;
}
.gallery__item :nth-child(8){
  grid-column-start: span 2;
}
.gallery__item :nth-child(1){
  grid-row-start: span 2;
}
header{
  width: 100%;
  overflow: hidden;
  background-image:linear-gradient(to top, #030a13 0%, #344a5c 100%);   
}
.wrapper{
  width: 90%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
header .logo{
  font-family: "Crete Round", serif;
  color: white;
  font-size: 50px;
  line-height: 200px;
  float: left;
}
header nav{
  float: right;
  line-height: 200px;
}
header nav a{
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

}
header nav a:hover{
  background:linear-gradient(to top, #030a13 0%, #344a5c 100%);;
  border-radius: 50px;
  color: white;
}
/* Pagina de videos de youtube */
.videos-youtube{
  padding-left: 50px;
  display: inline-flex;
  margin-top:20px;
  margin-bottom: 70px;
}
.video-youtube h1{
  padding: 100px;
}
.textos-guiones{
  padding: 30px;
  max-width: 900px;
}
.video-config{
  width: 840px; 
  height: 350px;
}