/*
	Template: START - A Complete Startup Landing Page Pack
	Author: Santu Roy
	Author URI: http://themeforest.net/user/santuroy
	Version: 1.0
*/
/* TABLE OF CONTENTS

	1. BASIC DOUCMENT STYLES
	2. NAV MENU STYLES
	3. HEADER 1 STYLES
	4. HEADER 2 STYLES
	5. HEADER 3 STYLES
	6. HEADER 4 STYLES
	7. HEADER 5 STYLES
	8. HEADER 6 STYLES
	9. HEADER 7 STYLES
	10. KEY FEATURES SECTION STYLES
	11. VIDEO SECTION STYLES
	12. IMAGE CONTAINER 1 SECTION STYLES
	13. FEATURES SECTION STYLES
	14. IMAGE CONTAINER 2 SECTION STYLES
	15. SERVICE SECTION STYLES
	16. TEAM SECTION STYLES
	17. WORK SECTION STYLES
	18. PRICES SECTION STYLES
	19. FAQ SECTION STYLES
	20. TESTIMONIALS SECTION STYLES
	21. CLIENTS SECTION STYLES
	22. SIGN-UP SECTION STYLES
	23. FOOTER SECTION STYLES
	24. THOMAS
	
*/
/* 1. BASIC DOUCMENT STYLES
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:sans-serif, 'Palanquin';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
}

::selection {
	color: #fff;
}

-webkit-::selection {
	color: #fff;
}

::-moz-selection {
	color: #fff;
}

a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

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

input[type="email"],input[type="text"],input[type="password"],input[type="submit"] {
	outline: none;
}

form input {
	border-radius: 0px;
	padding: 15px 30px;
	border: none;
	font-size: 15px;
	text-align: center;
	width: auto;
	text-transform: uppercase;
}

hr {
	border-top: 1px solid #eeeeee;
	border-bottom: 7px solid #ffffff;
	border-color: #1586ba;
    width: 100px;
}

	
form input[type="text"],form input[type="password"],form input[type="email"] {
	color: #979797;
	background: #fff;
	font-weight: 600;
	font-size: 14px;
}

form input[type="text"]:focus,form input[type="password"]:focus,form input[type="email"]:focus {
	color: #222;
}

form input[type="submit"] {
	-webkit-transition: all .3s;
	transition: all .3s;
}

ul{
	margin-left: 25px;
}

.gry-bg {
	background: #eef1f2;
}
.img-bg {
	background-position:bottom center;
	background-repeat:no-repeat;
}

.azul-bg {
	background: #1175a8;
}

.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.light-text > h2 {
	color: #fff !important;
}

.light-text > p {
	color: #eef1f2 !important;
}

#scrollUp {
	bottom: 30px;
	right: 30px;
	height: 40px;
	width: 40px;
	background: rgba(69,75,84,.7);
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#scrollUp:hover {
	color: #fff;
}

/* 2. NAV MENU STYLES
-------------------------------------------------*/
html{
    scroll-behavior: smooth;
}

.navbar {
	border: none;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	padding: 3px 0 17px;
    height: 87px;
	/*background-color:#2e506c;*/
    border-bottom: 3px solid #dbdbdb;
}

.menu{
    float: right;
    font-weight: bold;
    margin-top: 33px;
    font-size: 14px;
}

.elemento-menu{
    padding-left: 10px;
    letter-spacing: -0.8px;
}

.container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.scroll-fixed-nav {
	padding: 0px 0 6px;
    box-shadow: 0 9px 30px rgb(0 0 0 / 20%);
    height: 81px;
}

.navbar-brand {
	padding: 0px 15px;
}

.logo{
    max-height: 78px;
}
.navbar-brand2 {
	float: right;
	padding: 11px 15px;
	color: white;
	text-align: right;
	font-size: 18px;
	font-style: italic;
}

.navbar-default .navbar-nav>li>a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4C4C4C;
	padding: 15px 20px;
}

#featured-sign-up {
	margin-left: 20px;
	margin-right: 15px;
}

#featured-sign-up > a {
	padding: 11px 25px !important;
	color: #fff !important;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-top: 4px;
}



/* 3. HEADER 1 STYLES
-------------------------------------------------*/
.header-section-1 {
	background-image: url(../img/bg/header-bg-1.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
}

.intro-text-1 {
	margin: 340px 0 210px;
}

.intro-text-1 > p {
	font-size: 26px;
	font-weight: 300;
	color: #eef1f2;
	margin: 0;
}



.intro-text-1 > h1 {
	margin: 0;
	font-size: 65px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 65px;
}

.subscribe-form-1 form input {
	width: 300px;
}

.subscribe-form-1 form input[type="email"] {
	color: #96a1b4;
	margin-bottom: 10px;
}

.subscribe-form-1 form input[type="submit"] {
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all .3s;
}



/* 4. HEADER 2 STYLES
-------------------------------------------------*/
.header-section-2 {
	background-image: url(../img/bg/header-bg-2.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
}

.intro-text-2 {
	margin: 300px 0 210px;
}

.intro-text-2 > p {
	font-size: 22px;
	font-weight: 300;
	color: #585858;
	margin: 0;
}

.intro-text-2 > h1 {
	margin: 0;
	font-size: 56px;
	color: #222;
	font-weight: 300;
	margin-bottom: 80px;
}

.intro-buttons-2 > a:first-child {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px;
	padding: 14px 40px;
	margin-right: 20px;
}

.intro-buttons-2 > a:first-child:hover {
	color: #fff;
}

.intro-buttons-2 > a > i {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 2px solid #494c54;
	border-radius: 50%;
	margin-right: 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #494c54;
}

.intro-buttons-2 > a:last-child {
	color: #494c54;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}


/* 5. HEADER 3 STYLES
-------------------------------------------------*/
.header-section-3 {
	background-image: url(../img/bg/header-bg-3.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
}

.intro-text-3 {
	margin: 340px 0 210px;
}

.intro-text-3 > p {
	font-size: 22px;
	font-weight: 300;
	color: #eef1f2;
	margin: 0;
}

.intro-text-3 > h1 {
	margin: 0;
	font-size: 56px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 70px;
}

.sign-up-form-3 > form > input {
	padding: 15px 30px;
	width: auto;
	max-width: 250px;
	margin-right: 15px;
	display: inline-block;
}

.sign-up-form-3 > form > input[type="text"],.sign-up-form-3 > form > input[type="email"] {
	font-weight: 600;
	margin-bottom: 10px;
}

.sign-up-form-3 > form > input[type="submit"] {
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-right: 0;
}


/* 6. HEADER 4 STYLES
-------------------------------------------------*/
.header-section-4 {
	background-image: url(../img/bg/header-bg-4.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
}

.intro-text-4 {
	margin: 300px 0 210px;
}

.intro-text-4 > p {
	font-size: 22px;
	font-weight: 300;
	color: #eef1f2;
	margin: 0;
}

.intro-text-4 > h1 {
	margin: 0;
	font-size: 56px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 80px;
}

.intro-buttons-4 > a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px;
	padding: 14px 50px;
	margin-right: 20px;
}

.intro-buttons-4 > a:hover {
	color: #fff;
}

.intro-buttons-4 > a:last-child {
	margin-right: 0;
	border: 2px solid #fff;
	color: #fff;
	background: none;
	border-radius: 100px;
}

.intro-buttons-4 > a:last-child:hover {
	background: #fff;
}

/* 7. HEADER 5 STYLES
-------------------------------------------------*/
.header-section-5 {
	background-image: url(../img/bg/header-bg-5b.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	background-size: cover;
	overflow: hidden;
}

.header-section-5 .row{
	position:relative;
}

.credit-card-container {
	position: absolute;
	height: 100%;
	width: 75%;
	bottom: 0;
	left: -8%;
}

.credit-card-container img {
	position: inherit;
	bottom: 0;
	height:85%
}

.sign-up-form-container-5 {
	padding: 100px 0 20px 0px;
}

.sign-up-form-holder-5 {
	
	padding: 10px 0px 28px 0px;
	
}
.pad0 .sign-up-form-holder-5 {
	background: #2e506c;
	padding: 10px 30px 28px 30px;
	border-radius: 0px;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.sign-up-form-holder-5 h1 {
	font-size: 36px;
    line-height: 38px;
    color: #ffffff;
    margin: 21px 0 0 0;
    text-align: center;
    border: 3px solid #fff;
    padding: 10px;
    width: 80%;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 800;
}

.sign-up-form-holder-5 p {
	font-size: 15px;
	line-height: 28px;
	color: #ffffff;
	font-weight: bold;
	margin:0px;
}

.sign-up-form-holder-5 .subtitulo-formulario{
	margin-top: 10px;
}

.sign-up-form-title{
    background-color: #1b2c39;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
}

.sign-up-form-subtitle{
    color: #fff;
    padding: 3px 0;
}

.formulario1{
    display: none;
}

.idiomas{
    background-image: url(../img/universidad-cesuma-mejor-formacion-online.jpg);
    min-height: 300px;
    background-repeat: no-repeat;
}

.titulo-idiomas{
    font-size: 33px;
    padding-top: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
    border: 3px solid #fff;
    width: 80%;
}

.subtitulo-idiomas{
    color:#fff;
    font-size: 18px;
    font-weight: 800;
}

.logo-revoe{
    background-color: rgb(255 255 255 / 90%);
    margin-top: 15px;
    max-width: 100%;
}

.sign-up-form-content-bottom{
    text-align: left;
    width: 95%;
    max-width: 300px;
    margin: 9px auto 0;
    padding-bottom: 20px;
}
.sign-up-form-holder-5 p{
    font-size: 12px;
    line-height: 20px;
}

.sign-up-form-content-bottom .fa-check{
    color: #0085bd;
}

.sign-up-form-5{
    background: #2e506c;
}

.sign-up-form-5 form input {
	width: 95%;
	margin-top: 7px;
	font-style: italic;
	letter-spacing:-0.4px;
    max-width: 300px;
}

.sign-up-form-5 form input[type="submit"] {
	background: #e20024 !important;
    font-style: normal;
}

.sign-up-form-5 form input[type="text"],.sign-up-form-5 form input[type="email"],.sign-up-form-5 form input[type="password"] {
	background: #fff;
	text-align: left;
	color: #333;
	text-transform: none;
	font-weight: 400;
	font-size: 15px;
	padding: 6px 15px;
}
.sign-up-form-5 form input[type="checkbox"] {
	margin: 5px;
    width: 6%;
    padding: 0;
	float: inherit;
}
select, textarea {
	background: #fff;
	border: 1px solid #dce4e7;
	text-align: left;
	color: #111;
	text-transform: none;
	font-weight: 400;
	font-size: 15px;
	padding: 4px 15px;
	width: 95%;
	margin-top: 9px;
	font-style: italic;
	letter-spacing: -0.4px;
        max-width: 300px;
}
textarea {
	height:56px;
}
.pad0 textarea{
	height:141px;
	border-radius: 12px;
}
.sign-up-form-5 form input[type="text"]:focus,.sign-up-form-5 form input[type="email"]:focus,.sign-up-form-5 form input[type="password"]:focus {
	color: #222;
}

.sign-up-form-5 form input[type="submit"] {
	font-weight: 800;
	color: #fff;
	padding: 12px 12px;
	font-size: 19px;
}


.sign-up-form-holder-5 .policy-text {
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	float: inherit;
}
.sign-up-form-holder-5 .policy-text a {
	color:#ffffff !important;
}


.subtitulo-formulario {
	color:#ffffff;
	font-size: 24px !important;
}

.textoazul{
    color: #1586ba;
}

.mensaje-formulario {
	color: #ffffff;
	font-size: 39px !important;
	line-height: 34px !important;
	margin-top: 6px !important;
	padding: 5px;
}



.divH2conoce {
	float: left;
	width: 369px;
}

.divH2razones {
	float: left;
	width: 423px;
}

.divH2sedes {
	float: left;
	width: 243px;
}

.divHrconoce{
float: left;
width: calc(50% - 192px);
}

.divHrrazones{
float: left;
width: calc(50% - 213px);
}

.divHrsedes{
float: left;
width: calc(50% - 123px);
}


.cabeceraH2 {
    color: #2e506c;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Open sans', sans-serif;
	line-height: 26px;
	font-size: 30px;
}

.presentacion {
	color: #2e506c;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: -0.5px;
	font-family: 'Open sans', sans-serif;
	padding-top: 22px;
	margin-top: 0px;
	}

.columna {
	width: 50%;
	float: left;
	text-align: justify;
	padding-right: 24px;
	font-weight: 500;
	}
	
.cajaSede {
    display: inline-block;
    width: 14%;
    font-family: 'Open sans';
    font-size: 22px;
    margin-bottom: 20px;
    color: #2e506c;
    line-height: 40px;
    letter-spacing: -1px;
}

.img-programas{
	float: left;
	width: 21%;
	padding: 6px 7px 0 0;
	margin-right: 24px;
}
	
ol{
	counter-reset: item;
	margin-top: 9px;
}
ol li{
list-style: none;
*list-style:decimal; /* IE7 e IE6*/
text-indent: -37px;
padding-left: 16px
}
ol li:before {
display: inline-block;
content: counter(item);
counter-increment: item;
color: #2e506c;
padding: 0 4px 0 0;
margin:-12px 4px 0 0;
font-size: 24px;
font-style:italic;
font-weight:bold;
text-align: right;
width: 32px;
}

@media (max-width: 980px){
	.cajaSede {
		width: 24%;
	}
	
	.mensaje-formulario {
		margin-top: 20px !important;
	}
	
	.sign-up-form-container-second{
		padding: 0 0 0px;
	}
	
	.sign-up-form-holder-5 {
		padding: 10px 0px 0px;
	}
}

@media (max-width: 767px){
	.divHrconoce, .divHrrazones, .divHrsedes{
		float: none;
		width: 100%;
	}
	.divHrconoce hr, .divHrrazones hr, .divHrsedes hr{
		margin-top: 20px;
	}
	.divH2conoce, .divH2razones, .divH2sedes{
		float: none;
		width: 100%;
	}
	.columna{
		width: 100%;
		padding: 10px 20px;
	}
	.cajaSede {
		width: 33%;
	}
	#mapa-sedes{
		width: 100%;
	}
    .imagen-profesor{
        width:33%;
        float: left;
    }
}

/* 8. HEADER 6 STYLES
-------------------------------------------------*/
.header-section-6 {
	background: #d5ddce;
/* Old browsers */
	background: -moz-linear-gradient(top,#d5ddce 0%,#c7d2ca 84%,#eef1f2 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#d5ddce 0%,#c7d2ca 84%,#eef1f2 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#d5ddce 0%,#c7d2ca 84%,#eef1f2 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d5ddce',endColorstr='#eef1f2',GradientType=0);
/* IE6-9 */
}

.intro-text-6 {
	margin: 240px 0 0;
}

.intro-text-6 > p {
	font-size: 22px;
	font-weight: 300;
	color: #585858;
	margin: 0;
}

.intro-text-6 > h1 {
	margin: 0;
	font-size: 56px;
	color: #222;
	font-weight: 300;
	margin-bottom: 50px;
}

.intro-text-6 img {
	margin: auto;
}

.intro-buttons-6 {
	margin-bottom: 70px;
}

.intro-buttons-6 > a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px;
	padding: 14px 50px;
	margin-right: 20px;
}

.intro-buttons-6 > a:hover {
	color: #fff;
}

.intro-buttons-6 > a:last-child {
	margin-right: 0;
	border: 2px solid #505050;
	color: #505050;
	background: none;
	border-radius: 100px;
}

.intro-buttons-6 > a:last-child:hover {
	background: #fff;
	border: 2px solid #fff;
}

/* 9. HEADER 7 STYLES
-------------------------------------------------*/
.header-section-7 {
	background-image: url(../img/bg/header-bg-7.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
}

.intro-text-7 {
	margin: 340px 0 210px;
}

.intro-text-7 > p {
	font-size: 26px;
	font-weight: 300;
	color: #eef1f2;
	margin: 0;
}

.intro-text-7 > h1 {
	margin: 0;
	font-size: 65px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 65px;
}

.intro-buttons-7 > a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px;
	padding: 14px 50px;
	margin-right: 20px;
}

.intro-buttons-7 > a:hover {
	color: #fff;
}

.intro-buttons-7 > a:last-child {
	margin-right: 0;
	border: 2px solid #fff;
	color: #fff;
	background: none;
	border-radius: 100px;
}

.intro-buttons-7 > a:last-child:hover {
	background: #fff;
}

/* 10. KEY FEATURES SECTION STYLES
-------------------------------------------------*/
.key-features-section {
	padding: 10px 0;
}

.single-key-feature {
	padding: 0 0px;
}

.single-key-feature:hover i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.key-features-section .col-md-4 {
	border-right: 1px solid #fff;
}

.key-features-section .col-md-4:last-child {
	border-right: none;
}

.single-key-feature > i {
	font-size: 38px;
	background: #2e506c;
	height: 90px;
	width: 90px;
	border-radius: 100%;
	line-height: 90px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-key-feature-details {
	font-style: italic;
	font-weight: bold;
}

.single-key-feature-details > h3 {
	font-size: 20px;
	font-weight: 600;
	color: #2e506c;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 7px;
}

.single-key-feature-details > p {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}

/* 11. VIDEO SECTION STYLES
-------------------------------------------------*/
.video-section {
	padding: 130px 0;
}

.video-section-text {
	padding-right: 80px;
}

.video-section-text > h3 {
	font-size: 36px;
	line-height: 48px;
	color: #222;
	font-weight: 300;
	margin-bottom: 22px;
	margin-top: 0;
}

.video-section-text > p {
	font-size: 17px;
	line-height: 30px;
	color: #8a8a8a;
	font-weight: 500;
	margin-bottom: 60px;
}

.video-section-text > a {
	padding: 9px 33px;
	color: #fff;
	border-radius: 100px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.video-bg {
	border-radius: 50%;
	background-image: url(../img/bg/video.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	padding: 145px;
	margin: 0 auto;
}

.video-bg > a > img {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.video-bg > a > img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* 12. IMAGE CONTAINER 1 SECTION STYLES
-------------------------------------------------*/
.image-container-section-1 {
	position: relative;
}

.image-container-1 {
	position: absolute;
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../img/bg/image-1.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}

.image-container-1-text {
	padding: 120px 0 120px 60px;
}

.image-container-1-text > h3 {
	font-size: 36px;
	line-height: 48px;
	color: #222;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
}

.image-container-1-text > p {
	font-size: 17px;
	line-height: 30px;
	color: #8a8a8a;
	font-weight: 500;
	margin-bottom: 60px;
}

.image-container-1-text > a {
	padding: 7px 33px;
	background: none;
	color: #4e4e4e;
	border: 2px solid #4e4e4e;
	border-radius: 100px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.image-container-1-text > a:hover {
	color: #fff;
}

/* 13. FEATURES SECTION STYLES
-------------------------------------------------*/
.features-section {
	padding: 15px 0 0px 0px;
}

.section-title {
	margin-bottom: 20px;
}

.section-title > h2 {
	font-size: 35px;
	font-weight: 300;
	color: #222;
	margin-bottom: 5px;
	margin-top: 0;
}

.section-title > p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #333;
}

.single-feature {
	margin-bottom: 30px;
}

.single-feature:hover i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-feature > i {
	font-size: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-feature > h4 {
	margin-left: 55px;
	font-size: 22px;
	font-weight: 500;
	color: #484848;
	margin-top: 0;
}

.single-feature > p {
	margin-left: 55px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #929292;
}

/* 14. IMAGE CONTAINER 2 SECTION STYLES
-------------------------------------------------*/
/*.image-container-section-2 {
	overflow: hidden;
}*/

.image-container-2-text {
	padding: 30px 50px 5px 0px;
}

.image-container-2-text > h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 48px;
	color: #222;
	margin-bottom: 15px;
	margin-top: 0;
}

.imagen-videos{
    max-width: 100%;
    padding: 3px;
    cursor: pointer;
}

.imagen-icono-whatsappmx{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2000;
    width:81px;
}

.imagen-icono-whatsappus{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 2000;
    width:81px;
}

.columna-video{
    width: 50%;
    float: left;
}

.columna33{
    width:33%;
    float: left;
}

.imagen100{
    max-width: 100%;
}

.imagen-sim{
    max-width: 100%;
    padding: 3px;
}

.columna-galeria-sim{
    position: relative;
    width: 16.66%;
    float: left;
}

.imagen-liderazgo{
    width: 100%;
}

.texto-liderazgo{
    padding: 12px 24px;
}

.imagen-google {
    width: 51%;
    margin-top: 27px;
}

.image-container-2-text > h4 {
	font-size: 28px;
	font-weight: 300;
	line-height: 48px;
	color: #222;
	margin-bottom: 15px;
	margin-top: 0;
}

.image-container-2-text > p {
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	color: #777;
	/*margin-bottom: 60px;*/
}

.image-container-2-text > a {
	padding: 9px 33px;
	color: #fff;
	border-radius: 100px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.image-container-2 > img {
	margin: 0 auto;
	display: table;
	margin-bottom: -128px;
}

/* 15. SERVICE SECTION STYLES
-------------------------------------------------*/
.service-section {
	background-image: url(../img/bg/service-bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
	padding: 140px 0 70px;
}

.single-service {
	background: rgba(33,39,49,0.7);
	padding: 40px 30px 10px;
	margin-bottom: 50px;
}

.single-service > i {
	font-size: 36px;
	height: 80px;
	width: 80px;
	color: #fff;
	border-radius: 50%;
	line-height: 80px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	top: 0;
	opacity: 1;
}

.single-service:hover i {
	top: -40px;
	opacity: 0;
}

.single-service:hover h4 {
	top: -90px;
}

.single-service:hover p {
	top: -90px;
}

.single-service:hover a {
	top: -50px;
	opacity: 1;
}

.single-service > h4 {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 40px;
	font-weight: 500;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	top: 0;
}

.single-service > p {
	font-size: 15px;
	line-height: 24px;
	color: #b2b8bc;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	top: 0;
}

.single-service > a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background: #fff;
	color: #4e4e4e;
	padding: 6px 40px;
	border-radius: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	top: -10px;
	opacity: 0;
}

.single-service > a:hover {
	color: #fff;
}

/* 16. TEAM SECTION STYLES
-------------------------------------------------*/
.team-section {
	padding-top: 140px;
	overflow: hidden;
}

.single-member {
	position: relative;
}

.single-member:hover .member-info p {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.single-member:hover .member-info h5 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.single-member:hover .social-profile > a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.member-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.member-info > h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.member-info > p {
	font-size: 14px;
	color: #eef1f2;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.social-profile {
	margin-top: 20px;
}

.social-profile > a {
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.social-profile > a:nth-child(1) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.social-profile > a:nth-child(2) {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.social-profile > a:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.social-profile > a:nth-child(4) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.social-profile > a:nth-child(5) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.social-profile > a > i {
	font-size: 14px;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.social-profile > a > i:hover {
	background: #fff;
}

/* 17. WORK SECTION STYLES
-------------------------------------------------*/
.work-section {
	padding: 140px 0;
}

.work-section .col-md-3 {
	padding: 0;
}

.single-work {
	position: relative;
	overflow: hidden;
}

.single-work:hover a > img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-work:hover .work-info {
	opacity: 1;
}

.single-work > a > img {
	cursor: url(../img/icons/pointer.png),crosshair;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}

.work-info {
	padding: 8px 0 8px 15px;
	position: absolute;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	bottom: 0;
	z-index: 5;
}

.work-info > h5 {
	display: table;
	font-size: 18px;
	color: #fff;
}

.work-link {
	position: absolute;
	height: 100%;
	width: 17%;
	right: 0;
	top: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	color: #fff;
	z-index: 6;
}

.work-link:hover {
	color: #eaeaea;
}

.work-link i {
	font-size: 22px;
	vertical-align: middle;
}

/* 18. PRICES SECTION STYLES
-------------------------------------------------*/
.price-section {
	padding: 40px 0 10px;
}

.single-price {
	background: #fff;
	padding-bottom: 10px;
}

.price-header {
	padding: 30px 0 20px;
}

.plan-title {
	font-size: 24px;
	color: #222;
	font-weight: 400;
	text-transform: capitalize;
}

.plan-price {
	border-radius: 50%;
	margin: 0 auto;
	height: 130px;
	width: 130px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	color: #fff;
}

.plan-price > h4 {
	font-size: 50px;
	font-weight: 300;
	margin-top: 0;
}

.plan-price > h4 > span {
	font-size: 20px;
}

.price-features {
	margin-top: 15px;
	color: #444;
	font-size: 13px;
	letter-spacing: -0.4px;
	font-style: italic;
}

.price-features > p {
	margin-top: 15px;
	color: #444;
	font-size: 13px;
	letter-spacing: -0.4px;
	font-style: italic;
}

.price-features > p > strong {
}

.price-footer {
	margin-top: 35px;
}

.price-footer > a {
	color: #474646;
	text-transform: uppercase;
	background: #eef1f2;
	border-radius: 50px;
	padding: 8px 35px;
	font-size: 14px;
	font-weight: 700;
}

.price-footer > a:hover {
	color: #fff;
}

#featured-price .plan-title {
	color: #fff;
}

#featured-price .plan-price {
	background: #fff;
	color: #222;
}

#featured-price .price-features > p {
	color: #eef1f2;
}

#featured-price .price-footer > a {
	background: #fff;
}

#featured-price .price-footer > a:hover {
	color: #fff;
}

/* 19. FAQ SECTION STYLES
-------------------------------------------------*/
.faq-section {
	padding: 140px 0 90px;
}

.single-question {
	margin-bottom: 50px;
	padding-right: 50px;
}

.question-number {
	font-size: 20px;
	font-weight: 500;
}

.single-question > h4 {
	font-size: 22px;
	color: #222;
	font-weight: 400;
	margin-bottom: 15px;
	margin-left: 35px;
}

.single-question > p {
	margin-left: 35px;
	font-size: 15px;
	line-height: 24px;
	color: #8a8a8a;
	font-weight: 500;
}

/* 20. TESTIMONIALS SECTION STYLES
-------------------------------------------------*/
.testimonial-section {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
	padding-top: 130px;
}

.quote-icon {
	font-size: 140px;
	text-align: center;
	line-height: 90px;
}

.tesimonial-slider {
	max-width: 650px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.tesimonial-slider .slick-slide {
	outline: none;
}

.tesimonial-slider .slick-slide p {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 55px;
	font-style: italic;
}

.tesimonial-slider .slick-slide h4 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 0;
}

.tesimonial-slider .slick-slide h5 {
	font-size: 14px;
	font-weight: 400;
	color: #e8e8e8;
	margin-bottom: 0;
	margin-top: 5px;
}

.testimonial-thumbs {
	position: relative;
	bottom: -50px;
	width: 550px;
	margin: 0 auto;
}

.testimonial-thumbs > div {
	margin-bottom: -10px;
}

.testimonial-thumbs .slick-slide {
	outline: none;
	padding: 20px 0;
}

.testimonial-thumbs .slick-slide img {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	border: 5px solid #eef1f2;
	display: inline-block !important;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
	overflow: visible;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.testimonial-thumbs .slick-current img {
	height: 72px;
	margin-top: 0;
	opacity: 1;
	width: 72px;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

/* 21. CLIENTS SECTION STYLES
-------------------------------------------------*/
.clients-section {
	padding: 140px 0 90px;
}

.clients-section .row .col-md-3 {
	border-right: 1px solid #eef1f2;
	border-bottom: 1px solid #eef1f2;
}

.clients-section .row .col-md-3:last-child {
	border-right: none;
}

.clients-section .row:last-child .col-md-3 {
	border-bottom: none;
}

.single-client {
	padding: 15px 0;
}

.single-client:hover img {
	-webkit-filter: grayscale(50%);
	filter: grayscale(20%);
	opacity: 1;
}

.single-client > img {
	padding: 15px 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 22. SIGN-UP SECTION STYLES
-------------------------------------------------*/
.sign-up-section {
	padding: 70px 0 100px;
}

.sign-up-section h3 {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 15px;
}

.sign-up-section p {
	font-size: 18px;
	line-height: 26px;
	color: #eef1f2;
	margin-bottom: 70px;
}

.sign-up-section a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	background: #fff;
	border-radius: 50px;
	padding: 11px 43px;
}

.sign-up-section a:hover {
	color: #fff;
}

/* 23. FOOTER SECTION STYLES
-------------------------------------------------*/
.footer-section {
	background: #2e506c;
	color: #fff;
	padding-top: 0px;
}

.single-widget {
	margin-bottom: 70px;
}

.subscribe-widget > form > input {
	padding: 13px;
	width: 100%;
}

.subscribe-widget > form > input[type="email"] {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 14px;
}

.subscribe-widget > form > input[type="submit"] {
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.single-widget > h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 35px;
}

.single-widget > ul {
	list-style: none;
}

.single-widget > ul > li {
	margin-bottom: 8px;
}

.single-widget > ul > li > a,.single-widget > p {
	color: #9b9fa7;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}

.single-widget > ul > li > a:hover {
	color: #f1f1f1;
}

.copyright {
	border-top: 0px solid #404855;
	padding: 20px 0 15px;
}

.copyright p {
	font-size: 14px;
	color: #e7e7e7;
	font-weight: 500;
}

.copyright p a {
	color: #fff;
}
/* 23. THOMAS
-------------------------------------------------*/
.oficiales_top {
	min-height:175px;
	background:#768892;
	color:#ffffff;
	border-radius: 5px 5px 0 0;
}
.oficiales_top .imag {    
	float: left;
    margin: 3%;
    width: 43%;
}
.oficiales_top .txt {    
	float: left;
	width: 51%;
	font-size:13px;
}
.oficiales_top h4 {
    padding: 15px 5px 10px 0px;
	margin: 0;
	font-weight:600;
}
.oficiales_top ul {
	float:left;
    padding: 0;
	margin: 0;
    margin-left: 12px;
}
.oficiales_top li {
    padding: 0;
	margin: 0;
	list-style-image:url("../img/point.jpg");
}

.oficiales_bottom {
	min-height: 60px;
    background: #191f2d;
    color: #ffffff;
    padding: 5px 10px;
	border-radius: 0 0 5px 5px;
}
.oficiales_bottom a, .propias_bottom a {
	color:#ffffff;
}
.oficiales_bottom h3 {
	margin: 0;
    float: left;
    line-height: 33px;
    padding: 10px;
    font-size: 22px;
}
.button {
	    background: #e20024;
    text-align: center;
    margin: 10px;
    padding: 11px 30px;
    font-size: 24px;
    font-weight: bolder;
    border-radius: 51px;
    color: #fff;
    float: left;
    margin-left: calc(50% - 192px);
    width: 400px;
    cursor: pointer;
}

.propias_top {
	min-height:132px;
	background:#768892;
	color:#ffffff;
	border-radius: 5px 5px 0 0;
}
.propias_top .imag {    
	float: left;
    margin: 2% 2% 0% 2%;
    width: 21%;
}
.propias_top .txt {    
	float: left;
	width: 75%;
	font-size:13px;
}
.propias_top h4 {
    padding: 22px 0 10px 0;
	margin: 0 5px 0 5px;
	font-weight:600;
}
.propias_top .list{
	padding:0 15px;
}
.propias_top ul {
    padding: 0;
	margin: 0;
    margin-left: 12px;
}
.propias_top li {
    padding: 0;
	margin: 0;
	list-style-image:url("../img/point.jpg");
	width:50%;
	float:left;
}
.propias_bottom {
	min-height: 60px;
    background: #191f2d;
    color: #ffffff;
    padding: 5px 10px;
	border-radius: 0 0 5px 5px;
}
.propias_bottom h3 {
	margin: 0;
    float: left;
    line-height: 33px;
    padding: 10px;
    font-size: 22px;
	color:#edca2e;
}
.button2 {
	background: #2e506c;
    text-align: center;
    float: right;
    margin: 10px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 5px;
}
.text-blue {color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
	line-height: 35px;
	margin-bottom: 22px;
}
.form_left{
	width: 46% !important;
    float: left;
    margin-left: 2.5%;
	font-style: italic;
	letter-spacing:-0.4px;
}
.form_right{
	width: 46% !important;
    float: right;
    margin-right: 2.5%;
	font-style: italic;
	letter-spacing:-0.4px;
}
.pad0 {
	padding: 0;
    background: #2e506c;
    height: 574px;
}
.logo-pop-up{
	width:100%;
	margin:10px 14px;
}

.padding0{
	padding: 0;
}

.img-titulo,
.img-temario{
	width: 100%;
}

@media (max-width:1200px) and (min-width:992px) {
    .oficiales_bottom h3, .propias_bottom h3, .button2 {
		float:none;
    }
	.propias_top h4 {
    	padding: 8px 0 10px 0;
	}
	.propias_top li {
	    width: 100%;
	}
    
    .logo{
        width: 230px;
		margin-top: 10px;
    }
	.logo img{
        width: 100%;
    }
	.col-md-4.form-columna {
		width: 33.33%;
	}
    
    .sign-up-form-5 form input[type="submit"] {
        font-size: 18px;
    }
	
}

@media (max-width:991px) and (min-width:769px){
	
	.logo img{
        max-width: 200px;
    }
	.menu{
		margin-top: 0;
	}
	
}
@media (max-width:991px) and (min-width:768px) {
	.oficiales_bottom h3, .propias_bottom h3, .button2 {
		float:none;
		text-align:center;
    }
	
}
@media (max-width: 768px) {
	.navbar-brand {
    	margin-left: -15px;
    	margin-top: 25px;
	}
	.navbar-brand2 {
		display:none;
	}
    .menu{
        display: none;
    }
    
    .formulario1{
        display: inherit;
    }
    
    .col-lg-8{
        padding: 0px;
        margin-top: 84px;
    }
    .header-section-5 {
        background-position: center 6px;
    }
    
    .imagen-google {
        width: 90%;
    }
    
    .sign-up-form-holder-5 h1 {
        margin-top:10px;
    }
    .imagen-icono-whatsappmx {
        right: 27px;
    }
	
}
@media (max-width:767px) and (min-width:540px) {
    .oficiales_top .imag {
		min-width: 147px;
    	width: 24%;
	}
	.oficiales_top .txt {
    	width: auto;
	}
	.propias_top .imag {
    	width: 12%;
	}
	.oficiales_top .txt {
    	width: 60%;
	}
}
@media (max-width:460px) {
	.oficiales_bottom h3, .propias_bottom h3, .button2 {
		float:none;
		text-align:center;
    }
	.oficiales_top .imag {
		width: 94%;
		text-align: center;
	}
	.imag img {
		display:inline;
	}
	.oficiales_top .txt {
		width: auto;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.propias_top li {
		width:auto;
		float:none;
	}
	.propias_top ul {
        margin-bottom: 5px;
	}
	.sign-up-form-holder-5 .policy-text {
		font-size: 11px;
		font-weight: 400;
		color: #ffffff;
		line-height: 18px;
		float: left;
		width: 85%;
	}
	.sign-up-form-5 form input[type="submit"] {
		border-radius: 8px;
		font-weight: 800;
		color: #fff;
		padding: 12px 0px;
		font-size: 14px;
	}
	.pad0 textarea {
		height: 100px !important;
	}
	
	.hide-mobile{
		display: none;
	}
	
}

#home .container .row > div{
	/*width: 580px;*/
	/*margin-left: 47%;*/
}

.capa-fondo-azul{
	background: url(../img/fondo-azul.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 385px 72px;
	width: 85%;
    margin-left: 15%;
}
