@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url(menu.css);
@import url(banner.css);
@import url(recursos.css);
@import url(empresa.css);
@import url(equipo.css);
@import url(testimonial.css);
@import url(clientes.css);
@import url(cursos.css);
@import url(precios.css);
@import url(blog.css);
@import url(contacto.css);
@import url(pie.css);

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif; 
}

.contenedor {
    width: 100%;
    max-width: 1920px;
    margin: 0;
    overflow-x: hidden;
}

main {
    width: 100%;
    margin: 0;
}


section {
    width: 100%;
    margin-bottom: 40px;
}

.color-nar {
    color: #EB6419;
}

.color-az {
    color: #1786C8;
}

a, a:hover {
    text-decoration: none;
}


/*Thankiu Page*/

#thankiu .back-blue {
    background: url(../images/conferencia-medellin-grahamross.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

#thankiu .thanks {
    text-align: center;
    padding: 5%;
    position: absolute;
}

#thankiu .regresar {
    width: 100%;
    text-align: right;
    margin-top: 50%;

}

#thankiu h6 {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 60px;

}

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

#thankiu .animated-button:link, .animated-button:visited {
	position: relative;
    padding: 4px;
    width: 100px;
    color: #fff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
    margin: 0 60px;
	border-radius: 0;
	z-index: 15;

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

#thankiu .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;
}

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

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

/* Victoria Buttons */

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

}
#thankiu .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);
}

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


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

@media (min-width:480px) {
    
    #thankiu .animated-button:link, .animated-button:visited {
        padding: 8px;
        width: 180px;
        margin: 0 40px;
        font-size: 13px;
    }
    
    #thankiu h6 {
        margin-top: 90px;
    }
}

@media (min-width:760px) {

#thankiu .animated-button:link, .animated-button:visited {
        padding: 6px;
        width: 180px;
        margin: 0 160px;
    }
    
    #thankiu h6 {
        margin-top: 100px;
    }

}

@media (min-width:1024px) {
 
    #thankiu .animated-button:link, .animated-button:visited {
        padding: 10px;
        width: 230px;
        margin: 0 230px;
    }
    
    #thankiu h6 {
        margin-top: 105px;
    }
}

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


