@charset "UTF-8";
.form-ped{
  position:sticky;
  top:70px;
  margin-bottom:50px;
  padding:2rem;
  border-radius:8px;
  background-color:#fff;
  box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-sizing:border-box;
  transition:0.25s ease;
  color:#333;
  padding:30px;
  border:1px solid #ccc;
}
.form-ped-button{
  border:2px solid #fff;
  outline:1px #03a597 solid;
  font-weight:600;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0px 15px;
  font-size:1.2rem;
  border-radius:5px;
  text-transform:uppercase;
  color:#fff;
  transition:0.2s ease-out;
  cursor:pointer;
  background:#00a499;
  background:linear-gradient(90deg, #00a499 0%, #93c90f 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a499",endColorstr="#93c90f",GradientType=1);
}
.form-ped-button:hover{
  background:none;
  background-color:#0091cd;
}
.form-ped-coopac{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  height:100%;
}
.form-ped-coopac .logo{
  width:30%;
  padding:10px;
}
.form-ped-coopac .nombre{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.form-ped-coopac .nombre-alias{
  font-size:1.5rem;
  font-weight:600;
  color:#003056;
}
.form-ped-coopac .nombre-ruc{
  font-size:1rem;
  font-weight:600;
  color:#797979;
}

select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:0;
  box-shadow:none;
  border:0 !important;
  background:#fff;
  background-image:none;
  flex:1;
  padding:0 0.5em;
  border-color:#dbdbdb;
  border-radius:4px;
  color:#363636;
  cursor:pointer;
  font-size:1em;
  font-family:"Open Sans", sans-serif;
}

select::-ms-expand{
  display:none;
}

.select-custom{
  position:relative;
  display:flex;
  width:100%;
  height:3em;
  line-height:3;
  background:#fff;
  border:1px solid #dbdbdb;
  border-radius:4px;
  overflow:hidden;
  border-radius:0.25em;
}

.select-custom::after{
  content:"▼";
  position:absolute;
  top:0;
  right:0;
  padding:0 1em;
  background:#dbdbdb;
  cursor:pointer;
  pointer-events:none;
  transition:0.25s all ease;
}

.select-custom:hover::after{
  color:#23b499;
}

.ged-header{
  height:200px;
  position:relative;
  background-color:#001f39;
}
.ged-header:before{
  content:" ";
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0.2;
  background-image:url("/images/ped/ped-especializacion-ged.jpg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.ged-header-text{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  font-family:"Patua One";
  font-weight:normal;
  text-align:center;
  font-size:2.2rem;
  color:#fff;
  text-shadow:2px 2px 4px #000;
}
.ged-header .responsive-master{
  position:relative;
  height:100%;
}
.ged-header-badge{
  width:100px;
  position:absolute;
  bottom:-50px;
  right:0;
}
.ged-content{
  display:flex;
  padding-top:3rem;
}
.ged-left{
  width:calc(60% - 2rem);
  padding-right:2rem;
}
.ged-left .objetivos{
  font-size:1.4rem;
  line-height:2.3rem;
  font-weight:600;
  color:#003056;
  font-style:italic;
  padding-bottom:1rem;
}
.ged-left .proposito{
  font-size:1.2rem;
  line-height:2rem;
  padding-bottom:2rem;
}
.ged-left .courses-title{
  padding:1rem 1.5rem;
  background:white;
  background:linear-gradient(0deg, white 0%, #e4e4e4 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e4e4e4",GradientType=1);
  border:1px solid #ccc;
  border-radius:0.5rem;
  box-shadow:inset 2px 2px #fff;
  font-weight:600;
}
.ged-left .courses-title i{
  margin-right:0.5rem;
}
.ged-left .course{
  background-color:#fff;
  margin-top:1rem;
  border:1px solid #e9e9e9;
  border-radius:0.5rem;
  padding-bottom:1rem;
  border:1px solid #dedede;
}
.ged-left .course-top{
  display:flex;
  padding:2rem;
}
.ged-left .course-image{
  position:relative;
  max-width:50%;
}
.ged-left .course-image img{
  display:flex;
  border-radius:0.5rem;
}
.ged-left .course-image span{
  position:absolute;
  bottom:10px;
  right:10px;
  border-radius:50%;
  width:40px;
  height:40px;
  background-color:#003056;
  border:2px solid #9fda0c;
  color:#fff;
  font-size:1.5rem;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.ged-left .course-data{
  padding-left:1.5rem;
  line-height:1.8rem;
}
.ged-left .course-data i{
  margin-right:1rem;
  color:#003056;
  text-align:center;
  width:0.8rem;
}
.ged-left .course-title{
  font-family:"Patua One";
  font-size:1.5rem;
  line-height:1.8rem;
  padding-bottom:1rem;
}
.ged-left .course-description{
  padding:0 2rem;
  text-align:justify;
  font-size:1.1rem;
}
.ged-left .course-temario{
  padding:1rem 2rem;
  padding-bottom:2.1rem;
  line-height:1.8rem;
}
.ged-left .course-temario-title{
  font-family:"Patua One";
  font-size:1rem;
  padding-bottom:1rem;
}
.ged-left .course-temario i{
  margin-right:5px;
}
.ged-left .platform-specs{
  display:grid;
  gap:1rem;
  grid-template-columns:repeat(5, 1fr);
  margin-top:1rem;
  margin-bottom:1rem;
}
.ged-left .platform-specs .item{
  background:white;
  background:linear-gradient(180deg, white 0%, #e4e4e4 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e4e4e4",GradientType=1);
  border:1px solid #ccc;
  box-shadow:inset 0px -2px #fff;
  border-radius:0.5rem;
  padding:0.5rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.ged-left .platform-specs .item-icon{
  font-size:2.5rem;
  color:#00a499;
}
.ged-left .platform-specs .item-text{
  text-align:center;
  font-family:"Patua One";
  color:#545454;
  font-size:1.2rem;
}
.ged-left .note{
  margin-bottom:2rem;
  padding-top:1rem;
  padding-bottom:1rem;
  font-size:1.2rem;
  line-height:2rem;
  text-align:justify;
}
.ged-right{
  width:calc(40% - 2rem);
  padding-left:2rem;
}

@media screen and (max-width: 1024px){
  .ged-header{
    height:250px;
  }
  .ged-header-badge{
    left:50%;
    transform:translate(-50%, -50%);
    bottom:-105px;
  }
  .ged-content{
    display:flex;
    padding-top:3rem;
    flex-direction:column;
  }
  .ged-left{
    width:100%;
    padding-right:2rem;
    margin-top:2rem;
  }
  .ged-left .objetivos{
    text-align:center;
  }
  .ged-left .course-top{
    display:flex;
    padding:0rem;
    flex-direction:column;
  }
  .ged-left .course-data{
    margin-bottom:1rem;
  }
  .ged-left .course-description{
    font-size:1.3rem;
  }
  .ged-left .course-image{
    width:100%;
    max-width:100%;
    margin-bottom:10px;
  }
  .ged-left .course-image img{
    border-radius:0.5rem 0.5rem 0rem 0rem;
  }
  .ged-left .course-image span{
    width:50px;
    height:50px;
    font-size:1.8rem;
  }
  .ged-left .platform-specs{
    grid-template-columns:repeat(1, 1fr);
  }
  .ged-right{
    width:100%;
    padding-left:0rem;
  }
}
