/*--------------------------------------------------------------
    HERO SECTION
--------------------------------------------------------------*/
#prin {
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, #133c55,#133c55,#2196f3);
    overflow: hidden;
    position: relative;
}
.cont {
    width: 100%;
    padding-top: 100px;
    float: left;
}

.containerP{
    margin:2%;
}
.containerB{
    margin:1%;
}

.caja1 { 
        font-family: Roboto; 
        font-size: 16px; 
        font-weight: 400; 
        color: #000; 
        background:#fff;
        padding: 20px;
        margin: 0 0 25px;
        overflow:hidden;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border: 2px solid #fff;
        text-align: justify;
        width:18%;
        height:120px;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.16);
    }
    
h1 {
    text-align: center;
    color: white;
    font-size:37px;
}

.cont p {
    color: white;
    text-align: center;
}

.cont2 {
    width: 50%;
    align-items: center;
}
#prin .cont .cont2.cont3{
    display: inline-block;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 10px 20px;
    line-height: normal;
    font-size: 15px;
    border-radius: 50px;
    border: 1px solid rgb(22, 24, 24);
}

.cont3 {
    margin-top: 20px;
    -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.39);
    border-radius: 10%;
    background: linear-gradient(to top, #133c55,#2196f3, white);
}

.getstarted {
    background: rgb(255, 93, 7); /*COLORBOTONMENU*/
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
}

.getstarted:hover, .getstarted:focus:hover {
    color: #fff;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
}

.linea {
    background-color: #f6f8f8;
    height: 4px;
    width: 50%;
    display: block;
    float: left;
    right: 5px;
}

.color {
    color: rgb(255,95, 0);
}

.e{
    font-size: 20px;
    background-color: rgb(174, 214, 241);
    border: solid 1.5px rgb(174, 214, 241);
    border-bottom-right-radius: 40px;
    border-radius: 40px;
    width: 300px;
    height: 45px;
    text-align: center;
    left: 50px;
}
/*--------------------------------------------------------------
    Oferta de cursos
--------------------------------------------------------------*/
#cur{
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, #133c55, #2196f3,#2196f3);
}
#cur .Lcurso {
    line-height: 35px;
    float: left;
    width: 35%;
    height: 460px;
}

  
#cur .Cursos {
    width: 100%;
    height: 380px;
    border-radius:20px;
    background: #fff;
  }
  
@media (max-width: 768px){
   #cur .Cursos {
    width: 80%;
    height: 380px;
    border-radius:20px;
    background: #fff;
    margin-left:10%;
  } 
}

.boton4 {
    color: #ffff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 0.5em 0.5em;
    background: rgba(241, 238, 238, 0.562);
    border: none;
    border-color: #494a4b;
    transition: all 1s ease;
    position: relative;
    border-radius: 20px;
    text-align: center;

  }
  .boton4:hover {
    background: rgb(255, 115, 0);
    color: #fff !important;
  }
  legend {
    width: 100%;
    overflow: hidden;
    align-items: center;
  }
  
  legend .linea2 {
    background-color:rgb(255,95, 0);
    height: 4px;
    width: 25%;
    display: block;
    float: left;
   left: 50px;
  }
  
  legend span {
    background-color: rgb(255,95, 0);
    height: 4px;
    width: 25%;
    display: block;
    float: right;
    right: 50px;
  
  }
.images{
    max-width:100%;
    max-height:100%;
    padding: .5em;
}