/*
	Autor: Campus de cursos
	Author URI: http://www.campusdecursos.com
	Description: Plataforma de cursos Online
	Author: Alicia Rosenthal
	Author URI: http://www.aliciarosenthal.com.ar
	
	Changelog:
	14/08/2017 v1.0
*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css');
*{
    padding: 0;
    margin:0;
    font-weight: 100;
}
body{
    font-family: 'Roboto', sans-serif;
    
}
h1{
    font-size: 1.6em;
}
h2{
    font-size: 1.5em;
}
h3{
    font-size: 1em;
}
h4{
    font-size:1.2em;
}
h5{
    font-size:1.1em;
}
p{
    font-size: 1em;
}
a{
    color: #009fe3;
    text-decoration: none;
}
.contenedor, nav>ul, .owl-carousel{
    max-width: 95%;
    margin: auto;
    box-sizing: border-box;
}
header{
    background-image: url(../img/fondo-rayas-01.png);
}
header .contenedor{
    display: flex;
    flex-direction: column;
    padding: 0.5em;
}
nav{
    background: #009fe3; 
    background: -moz-linear-gradient(top, #009fe3 49%, #0091c4 50%);     
    background: -webkit-linear-gradient(top, #009fe3 49%,#0091c4 50%);
    background: linear-gradient(to bottom, #009fe3 49%,#0091c4 50%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#0091c4',GradientType=0 );
    display: flex;
    display: -ms-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 0.9em;
}
nav ul li{
    list-style: none;
    display: inline-block;
    padding: 1em 0;
     
}
nav ul li a{
    text-decoration: none;
    color:#fff;
    padding: 1em 0.9em;
    margin-right: 0;
}
nav ul li a:hover, nav ul li a.activo{
    background-color: #4e4e4e;
    
}
main{
    padding: 1em 0;
}
footer{
    background-color: #5b5b5b;
    color: #fff;
    box-sizing: border-box;
    border-top: 8px #009fe3 solid;
    margin-top: 1em;
    padding: 1em;
}
footer p{
    margin-bottom: 0.3em;
    font-size: 0.9em;
}
footer h4{
    margin-top: 1em;
}
footer h3{
    clear: both;
}
footer small{
    display: block;
    margin-top: 0.5em;
}
footer a{
    color:#fff;
    text-decoration:none;
}

footer a:hover{
    text-decoration:underline;
}
input, select{
    padding: 0.7em;
    width: 100%;
    box-sizing: border-box;
    margin: 0.8em 0;
    border-radius: 0.4em;
    border:none;
    font-weight: 200;
}
input.boton, .btn, .form-home input.boton{
    text-transform: uppercase;
    border-radius: 0.5em;
    padding: 1em 0.5em;
    color: #fff;
    border:2px solid #fff;
    cursor:pointer;
    background: #009fe3; 
    background: -moz-linear-gradient(top, #009fe3 49%, #0091c4 50%);     
    background: -webkit-linear-gradient(top, #009fe3 49%,#0091c4 50%);
    background: linear-gradient(to bottom, #009fe3 49%,#0091c4 50%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#0091c4',GradientType=0 );
}
.form-home input.boton{
    background: #747474; 
    background: -moz-linear-gradient(top, #747474 49%, #666666 50%);     
    background: -webkit-linear-gradient(top, #747474 49%,#666666 50%);
    background: linear-gradient(to bottom, #747474 49%,#666666 50%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#666666',GradientType=0 );
}
input.buscar::placeholder{
    text-align: center;
}
input.buscar{
    background: url(../img/buscar.png) center left no-repeat;
    background-size: contain;
    padding-left: 2.5em;
    box-sizing: border-box;
}

input#codarea,input.codarea{
    width: 25%;
    margin-right: 5%;
    float: left;
}
input#telefono,input.telefono{
    width: 70%;
    float: left;
}
ol li{
    margin-left: 1em;
    font-size: 0.9em;
}
label{
    text-align: center;
    color:#fff;
    font-size: 0.9em;
    width: 100%;
    display: block;
}
strong{
    font-weight: bold;
}
.arriba{
    width:35px;
	height:35px;
	display: block;
	background-color: #009fe3;
	background-image: url(../img/arriba.png);
	background-size: cover;
	border-radius: 50%;
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    cursor: pointer;
    transition:0.5s;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.35);
}
.arriba:hover{
    background-color: #2b6eb2;
}
.acerca p{
    margin: 1em 0;
}
.acerca li{
    margin: 1em 0 0 1em;
}
.area .item{
    text-align: center;
}
.area a{
    color: #fff;
    text-decoration: none;
}
.area i{
    margin: 0.5em;
}
.azul{
    background: #009fe3;
    text-align: center;
    color: #fff;
    padding: 1em 0;
    margin: 1em 0;
}
.azul h2{
    margin-bottom: 1em;
}
.blanco{
    color: #fff;
}
.btn{
    display: inline-block;
    margin: 0.5em 0;
    text-decoration: none;
    font-size: 0.95em;
}
.buscador{
    margin:1em 0 0.5em 0;
}
.buscador input{
    border:2px solid #ccc;    
}
.central, .ccurso{
    display: flex;
    flex-direction: column;
}
.clear{
    clear: both;
}
.ccurso h1{
    color: #009fe3;
}
.ccurso h6 a{
    text-decoration: none;
    color: #807e7e;
    font-size: 1.4em;
}
.ccurso h6 a:hover{
    color: #000;
}
.ccurso article > h3{
    color: #666666;
    font-style: italic;
    margin: 1em 0;
    font-weight: 600;
}
.ccurso h2{
    border-bottom: 2px dotted #0f4984;
    color:#0f4984;
    margin: 0.5em 0;
}
.ccurso article div p{
    font-size: 0.9em;
}
.copyright{
    margin: 1em 0;
}
.curso{
    margin: 0.5em 0;
}
.curso a{
    color: #009fe3;
    text-decoration: none;
}
.curso h3{
    background-image: url(../img/icono.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 20px;
    font-size: 0.95em;
}
.ejemplo p{
    float: left;
    width: 30%;
    margin-top: -0.7em;
    margin-bottom: 1em;
}
.ejemplo p:nth-child(2){
    width: 70%;
}
.item small a{
    text-decoration: none;
    color: #0f4984;
}
.item small a:hover{
    text-decoration: underline;
}
img.fcurso{
    max-width: 100%;
    height: auto;
    border-radius: 1em;
}
.form-home{
    background-color: #009fe3;
    padding: 1.3em;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.32);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.32);
}
.form-home, .slider{
    border-radius: 1.3em;
}
.foto img{
    max-width: 100%;
    height: auto;
    border-radius: 1em;
}
.legal h2{
    font-size: 1.2em;
}
.legal h5{
    font-size: 0.9em;
}
.legal p, .legal ul li{
    font-size: 0.8rem;
    margin-bottom: 0.5em;
}
.legal ul li{
    margin-left: 1em;
}
.logo{
    max-width: 440px;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.logo figcaption{
    display: none;
}
.menu-items a, .pregunta h2{
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    background: #78b5ea;
    border-radius: 0.3em;
    padding: 0.2em 0.5em;
    display: inline-block;
    width: auto;
    transition: 0.5s;
}
.menu-items a:hover, .pregunta h2:hover{
    background-color: #009fe3;
}
.ccurso .pregunta h2{
    cursor: pointer;
    color: #fff;
    border: none;
    display: block;
}
.pregunta p{
    display: none;
}
.seg{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.seg i{
    font-size: 3em;
    color: rgba(255,255,255,0.6);
    margin-right: 0.5em;
}
.small, .ejemplo{
    font-size: 0.6em;
}

.slider{
    padding: 1em;
    box-sizing: border-box;
    position: relative;
    background-image: url(../img/cursos-online03.jpg);
    background-size: cover;
    background-position: bottom center;
    height: 15em;
    margin-bottom: 0.5em;
}
.slider h3{
    background-color: #626262;
    display: inline;
    color:#fff !important;
    text-decoration: none !important;
    position: absolute;
    bottom:1em;
    left: 0;
    padding: 0.5em;
    border-radius: 0 0.5em 0.5em 0;
    border-bottom: 2px solid #009fe3;
    font-size: 1.4em;
}
.slider a{
    color:#fff!important;
    text-decoration: none;
}
.tel{
    font-size: 2em;
}
.titulo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5em;
}
.test{
    font-size: 1em;
}
.trim-info {
      max-width: 90%;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;  
      line-height: 15px;
      position: relative;
   }
header .tel {
    color: #009fe3 !important;
    font-weight:600;
    text-decoration: none;
}
header .tel img{
    vertical-align: bottom;
}
.text-center{
    text-align: center;
}
.resultado{
    text-align: right;
    display: block;
    margin-top: 0.1em;
}
.rojo{
    color: #666666;
}
.ver{
    float:right;
    background: #009fe3;
    padding: 0.5em;
    border-radius: 0.5em;
    margin-bottom: 1em;
    margin-top: 0.3em;
}
.ver:hover{
    background: #0091c4;
}
.testimonio p{
    font-style: italic;
}
.testimonio .item{
    padding: 0.5em;
    max-width: 50em;
    margin: auto;
}
p.autor{
    color: #959595;
}
input.error, select.error{
    border: 1px solid #d5101a;
}
p.error{
    color:#e5a1a4;
    text-align: right;
    font-size: 0.7em;
    margin-top: -0.5em;
    font-style: italic;
}
p.test{
    color: #0f4984;
}

.scursos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.scursos select{
    width: 30%;
    border:2px solid #b4b4b4;
}
.scursos input{
    width: 65%;
}
.testimonio .item{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.testimonio img{
    max-width: 150px;
    height: auto;
    border-radius: 50%;
    margin: 0.5em 1em;
    float: left;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(15,73,132,1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(15,73,132,1);
    box-shadow: 2px 2px 0px 0px rgba(15,73,132,1);
}
.crelacionados .curso{
    width: 100% !important;
}
.webmaster{
    font-size: 0.5em;
    text-align: center;
    margin: 0.7em 0 0.2em 0;
}
.webmaster a{
    color: #d8d8d8;
    text-decoration: none;
}
.webmaster a:hover{
    text-decoration: underline;
}
.webmaster img{
    vertical-align: middle;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.8em;
}
@media screen and (min-width:30em){
    .curso{
        width: 48%;
        float: left;
        margin: 0.8em 1%;
    }
}
@media screen and (min-width:47em){
    header .contenedor, .central, .ccurso{
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    header .contenedor{
        align-items: center;
    }
    aside{
        width: 30%;
    }
    .slider{
        width: 65%;
        height: auto;
    }
    .ccurso section{
        width: 65%;
    }
    .col{
        width: 40%;
        float: left;
    }
    .col:nth-child(1){
        margin-right: 20%;
    }
    .colprov, .colciud{
        width: 48%;
        float: left;
    }
    .colciud{
        float: right;
    }
}
@media screen and (min-width:60em){
    aside{
        width: 25%;
    }
    .slider,.ccurso section{
        width: 70%;
    }
    .curso{
        width: 23%;
    }
    
}
@media screen and (min-width:80em){
    .contenedor, nav>ul, .owl-carousel{
        max-width: 80em;
    }
}
@media screen and (min-width:100em){
    header .contenedor{
        padding: 1em 2em;
    }
}