#cursos .tit-1 {
    font-weight: bold;
    color:#EB6419;
    font-size: 16px;
    text-align: center;
}

#cursos .sub-1 {
    text-align: center;
    margin-top: -5px;
    font-size: 24px;
    color: #3C3C3B;
}

#cursos .text-1{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #747472;
    margin-bottom: 25px;
    text-align: center;
}

#cursos .cuadrito {
    text-align: center;
    font-size: 13px;
    color: #EB6419;
    margin-top: -10px;
    margin-bottom: 15px;
}

#cursos .img-cursos {
    background: url(../images/svg/grt_svg_proceso_08-2018.svg) center;
    background-size: cover;
    width: 100%;
    padding: 500px 0;
}

/*----CARRUSEL owl.carousel-----*/

.img-fluid {
    max-width: 100%;
    height: 100%;
    display: block;
}

#cursos .card-body {
    border: 2px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(104, 97, 97, 0.16), 0 2px 10px 0 rgba(204, 200, 200, 0.12);
    padding: 10px;
    margin: 10px 0;
    border-bottom: 4px solid #ccc;
}

#cursos .card-body:after {
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: #1786C8;
	transition: 0.5s;
}

#cursos .card-body:hover {
    transform: scale(1.05);
	-webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#cursos .card-body:hover:after {
    width: 100%;
}

#cursos .card-body img {
    width: 100%;
    padding: 5px 0 15px 0;
}

#cursos .property-box {
    border-top: 1px solid #ddd;
    padding: 8px 0;
    font-size: 14px;
}

#cursos .property-box p {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
    color: #888;
    font-family: 'Open Sans', sans-serif;
}


/*Estrellas*/
/*form { 
    width:100%; 
    margin:0 auto; 
    padding:10px;
    z-index: 10;
}


form p, form input[type = "submit"] {
    text-align:center; 
    font-size:25px;
}



input[type = "radio"]{ 
    display:none;position: absolute;top: -1000em;
}

label { 
    color:grey;
    cursor: pointer;
}

.clasificacion{
    direction: rtl;
    unicode-bidi: bidi-override;
}


label:hover,
label:hover ~ label{color:#1786C8;}
input[type = "radio"]:checked ~ label{color:#1786C8;}


#cursos .property-box {
    text-align: center;
}*/
/*Estrellas*/

/*-------------------------------------------*/


/*-------BOTONES CURSOS PRESENCIALES---------*/

#cursos .boton-presencial {
    text-align: center;
}

#cursos .boton-presencial a {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    cursor: pointer;   
    text-decoration: none;
    background-color: #1786C8;
}

#cursos .boton-presencial a:hover {
    background: #EB6419;

}

/*-------EFECTOS BOTONES CURSOS PRESENCIALES---------*/

#cursos .animated-but:link, .animated-but:visited {
	position: relative;
    padding: 6px 0;
    width: 150px;
    color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	border-radius: 0;
	z-index: 15;
    margin: 10px 0 15px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#cursos .animated-but:link:after, .animated-but:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
    
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#cursos .animated-but:link:hover, .animated-but:visited:hover {
	color: #fff;
    border: 1px solid #EB6419 !important;
}

#cursos .animated-but:link:hover:after, .animated-but:visited:hover:after {
	height: 450%;
}

/* Victoria Buttons */

#cursos .animated-but.victoria-two {
	border: 1px solid #1786C8;

}
#cursos .animated-but.victoria-two:after {
	background: #EB6419;
    
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

/*-------------------------------------------*/


/*-------BOTONES CURSOS ONLINE---------*/

#cursos .bg-img {
    background: url(../images/cursos_ventas-online.png) no-repeat center;
/*    background-attachment: fixed;*/
    background-size: cover;
    width: 100%;
    padding: 80px;
    text-align: center;
}


/*-------EFECTOS BOTONES CURSOS ONLINE---------*/

#cursos .animated-button:link, .animated-button:visited {
	position: relative;
    padding: 10px 20px;
    width: 150px;
    color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
    margin: 5px 0 5px 85px;
	border-radius: 0;
	z-index: 15;
    top:45%;
    left: 45%;
    transform: translateY(-45%) translateX(-45%);

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#cursos .animated-button:link:after, .animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
    
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#cursos .animated-button:link:hover, .animated-button:visited:hover {
	color: #fff;
    border: 1px solid #EB6419 !important;
}

#cursos .animated-button:link:hover:after, .animated-button:visited:hover:after {
	height: 450%;
}

/* Victoria Buttons */

#cursos .animated-button.victoria-two {
	border: 1px solid #fff;

}
#cursos .animated-button.victoria-two:after {
	background: #EB6419;
    
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

/*-------------------------------------------*/

#cursos .columna {
    border: 1px solid #ccc;
    padding: 0 0 15px 0;

}


#cursos .portfolio {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 0;
}

#cursos .btn-porta {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: none; 
    border-radius: 0;
    outline: 0;
    padding: 8px 0;
    background-color: #EB6419;
}

#cursos .btn-porta:active {
    background-color: #EB6419;
    color: #fff;
    
}
#cursos .btn-porta:hover {
  background-color: #f7bfa1;
  color: #fff;
}
    
#cursos .btn-porta:focus {
    background-color: #b4b4b1;
    color: #fff;
}

#cursos .btn-port {
    font-family: 'Open Sans', sans-serif;
    color: #747472;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: none; 
    border-radius: 0;
    outline: 0;
    padding: 8px 0;
}


#cursos .btn-port:active {
    background-color: #EB6419;
    color: #fff;
    
}
#cursos .btn-port:hover {
  background-color: #f7bfa1;
  color: #fff;
}
    
#cursos .btn-port:focus {
    background-color: #b4b4b1;
    color: #fff;
}

#cursos .bord {
    /*border-top: 1px solid #ccc;*/
    margin-top: 15px;
    background-color: rgba(10,62,92);
    padding: 5px 0;
}

#cursos h5 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

#cursos h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 15px;
}


#cursos .btn:focus {
    border: 0;
    outline: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(10,62,92);
    
}


#cursos .gallery {
    margin: 20px;
    
}

#cursos h4 {
    margin-top: 20px;
    font-size: 15px;
}

#cursos .text-curso {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    color: #747472;
} 

#cursos .bg-curso {
    background: url(../images/bg-sqg.png) no-repeat center;
/*    background-attachment: fixed;*/
    background-size: cover;
}

#cursos .btn-modal {
    font-family: 'Open Sans', sans-serif;
    color: #EB6419;
    border: 1px solid #EB6419;
    font-size: 13px;
}

#cursos .btn-modal:hover {
    color: #1786C8;
    border: 1px solid #1786C8;
}

#cursos .modal-tit {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #EB6419;
    text-align: center;
    padding: 0 20px;
}

#cursos .modal-sub {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #747472;
    text-align: center;
    padding: 2px 20px 8px;
}

#cursos .modal-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #3C3C3B;
    padding: 10px 20px;
}

#cursos .modal-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #3C3C3B;
    margin-left: 20px;
    padding: 0 20px 20px;
}

#cursos .modal-img{
    padding: 0 0 20px;
    text-align: center;
}

#cursos .pide {
    font-size: 20px;
    font-weight: 600;
    color: #EB6419;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

#cursos .contact-w3left, .contact-w3right {
    float: none;
    width: 100%;
}

#cursos .contact-wthree input[type="text"], .contact-wthree input[type="email"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .6em 1em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

#cursos input.email {
    margin: 1em 0;
}

#cursos .contact-wthree textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: .9em;
    outline: none;
    padding: .6em 1em;
    border: solid 1px #ccc;
    min-height: 6em;
    margin-top: 12px;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

#cursos .contact-wthree input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 1em;
    font-size: 0.9em;
    margin: 10px 0 40px;
    -webkit-appearance: none;
    background: #1786C8;
    border: 2px solid #1786C8;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    cursor: pointer;
}

#cursos .contact-wthree input[type="submit"]:hover {
    background: #EB6419;
    border: 2px solid #EB6419;
}

/* //portfolio */

/*SCROLL*/

.scro .thim-click-to-bottom {
    text-align: center;
    position: absolute;
    z-index: 20;
    top: 55px;
    width: 100%;
    cursor: pointer;
}

.scro .thim-click-to-bottom .fa-angle-double-down:hover {
    color: #EB6419;
}

.scro .thim-click-to-bottom .fa-angle-double-down {
    color: #fff;
}

.scro .rotate a {
    border: 1px solid #fff;
    font-size: 18px;
    padding: 6px;
    border-radius: 30px;
    text-align: center;
}



/*------------RESPONSIVE------------*/

@media (min-width:480px) {
    #cursos .animated-button {
        margin: 10px 0 10px 140px !important;
    }
    
    .scro .thim-click-to-bottom {
        top: 90px;
    }
}

@media (min-width:760px) {
    #cursos .animated-button {
        margin: 10px 0 10px 100px !important;
        width: 200px !important;
    }
    
    .scro .thim-click-to-bottom {
        top: 160px;
    }
    
    .scro .rotate a {
        padding: 8px;
    }
    
    #cursos .contact-w3left {
        float: left;
        width: 50%;
    }
    
    #cursos .contact-w3right {
        float: right;
        width: 48%;
    }
    
    #cursos .contact-wthree textarea {
        margin-top: 0;
    }
 
}

@media (min-width:992px) {
    #cursos .modal-img{
        padding: 0 150px 20px;
    }
}

@media (min-width:1024px) {
    #cursos .animated-button {
        margin: 10px 0 10px 0 !important;
        width: 300px !important;
    }
    
    #cursos .bg-img {
        background: url(../images/cursos_ventas-online.png) no-repeat center;
        background-attachment: fixed;
        background-size: cover;
        }
}

/*------------RESPONSIVE------------*/


