@charset "utf-8";

/* ============================== */
/*
    Title: University Landing Page
*/
/* ============================== */



/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/*Google Fonts: Droid Serif*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,400,600,300");



/* ---------------------------------------------------------------------- */
/*	Template Styles
/* ---------------------------------------------------------------------- */



/* General ------------------------------------*/
body {
	
	font-family: 'Open Sans', sans-serif;
	color: #383e44;
	font-weight: 400;
	/* 1em = 10px | 1.2em = 12px | 2em = 20px | etc. */
	font-size: 0.9em;
	color: #fff;	
	overflow-x: hidden;
}
p {
	color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;
}
a, a:hover {
	text-decoration:none;
}
a{ 
	outline: 0!important;
}
h1, h2, h3, h4, h5, h6 {
	color: #585858;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	
}
h1 {
	font-size: 35px;
	letter-spacing: -2px;
	font-weight: 600;
	color: #666666;

}
h2 {
	font-size:4.5em;
}

h3 {
	font-size:1.9em;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1.3em;
}
.title h1 {
	text-align:center;
	margin: 0% 0;
}
.title h3 {
	text-align:center;
	font-style:italic;
	font-weight:normal;
    font-size: 2em;
    line-height: 0.9em;
	margin: 1% 0;
}
.generic-section {
	padding:-49px 0 5%;
    background: #fff;
}
.btn{
    display: block;
    border-image: none;
    box-shadow: 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    background: #4399d9;
    text-shadow: 0 0 0;
       padding: 13px 3px;
	color:#fff;
	margin-top: 20px;
}
.btn i{
    margin-right: 6px;
	

}


/*  Transitional elements
================================================== */
header .navbar ul.nav li a 
{ 
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}



/* Header ------------------------------------*/
header {
	background:#fff;
	margin-bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
	border-top: 8px solid #4399d9;
}



/* Top bar ------------------------------------*/
header .topbar{
	border-bottom: -11px solid #000;
	padding-bottom: 10px;
}
header .topbar h1 {
	background-image: none;
	display: inline-block;
	margin: 3px;
	padding-top: 0px;
}
header .topbar h1 > a {
	text-indent: -99999px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	display: block;
	height: auto;
	padding: 44px 0;
	width: 377px;
}
header .topbar .btn {
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top,  #1a69b6 0%, #1968b5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#1968b5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1a69b6 0%,#1968b5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1a69b6 0%,#1968b5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1a69b6 0%,#1968b5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fd4802 0%,#fd4802 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a69b6', endColorstr='#1968b5',GradientType=0 ); /* IE6-9 */
    color:#fff;
    display: block;
    float: right;
	font-weight:300;
	font-size:16px;
	margin-right: 32px;
	text-shadow:none;
	-moz-box-shadow: 0 0 3px rgba(15,84,150,0.80);
	-webkit-box-shadow: 0 0 3px rgba(15,84,150,0.80);
	box-shadow: 0 0 3px rgba(15,84,150,0.80);
    padding: 1px 7px;
}
header .topbar .btn i{
    margin-right: 10px;
}
header .topbar .btn:hover {
	background:#fc8200;
}
header .topbar .sb{
	padding: 0
}

/* Main Menu ------------------------------------*/
header .nav > li > a {
	color:#fff;
	line-height: 68px;
	list-style: none;
	padding: 0 15px;
	text-shadow:none;
}
header .navbar {
	margin-bottom:auto;
}
header .navbar{
	background: #10151c;
	border: none;
	border-top:1px solid #1b212a;
	box-shadow:none;
}
header .navbar ul.nav li:first-child {
	border-left: 1px solid #1b212a;
}
header .navbar ul.nav li {
	list-style: none;
	border-right: 1px solid #1b212a;
}
header .navbar ul.nav li a{
    text-shadow: none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.3em;
	border-top: 3px solid #10151c;
	line-height:1;
    background: #10151C;
    color: #aaaaab;
}
header .navbar ul.nav li a:hover{
	color: #fff !important;
	background: none repeat scroll 0 0 #1a6ab7;
	border-top: 3px solid #1968b5;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: #282d33;
	border-top: 3px solid #0cccd4 !important;
    color: #fff;;
}
#sub_menu.social_button li a:hover{
    background: none;
}
#sub_menu.social_button li a i{
    margin-left: 4px;
    margin-right: 4px;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 4px;
}
.dropdown-menu{
    background: #10151C;
    border-radius: 0;
    padding: 0;
}
.dropdown-menu li{
    color: #777777;
}
.dropdown-menu li a i{
    padding-right: 4px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
    background: none repeat scroll 0 0 #282D33;
    color: #ffffff;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom-color: transparent;
}
.navbar .nav > li > .dropdown-menu:before {
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0);
}
.collapse.navbar-collapse.navbar-ex1-collapse{
	padding: 0;
}
.navbar-collapse.navbar-ex1-collapse.in{
	display: inline;
	margin-left: 5px;
}
.navbar .navbar-inner .mn{
	padding: 0;
}
.navbar-toggle{
	margin-right: 25px;
}
.navbar-nav{
	margin-top: 28px;
}
.navbar{
	z-index: 500;	
}
/* Slider Section ------------------------------------*/

section.sliderbox2 {
    background: url(../img/bg_section11.png);
    padding-top: 150px;
    padding-bottom: 50px;    background-size: cover;
}

section.sliderbox {
	background: url(../img/hom.jpg) no-repeat transparent;
		padding-top: 130px;
		padding-bottom: 43px;    background-size: cover;
}
.theme-default{
	padding: 0 20px 0 0;
    position: relative;
}
.theme-default .nivoSlider{
    height: inherit;
}
.theme-default .nivo-caption{
    height: 61px;
    line-height: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-weight: bold;
    padding-left: 20px;
}
.theme-default .nivo-controlNav{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.course-form-box.suscribe{
    background: transparent;
    padding: 15px;
}
.course-form-box.suscribe input{
    background: #0d1117;
    border-color: #1e2329;
}
.course-form-box.suscribe button{
    margin: 10px 0 0;
    padding: 10px 25px;
}
.video iframe {
	border: none;
}



/* Main Form ------------------------------------*/
.course-form-box {
	background: #4399D9;
	text-align: center;
	padding: 11px 35px;
	border-radius: 6px;

}
.course-form-box form{
    margin-bottom: 28px;

}
.course-form-box .content_form {
    text-align: left;

}
.course-form-box .content_form input{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #A2C6E8;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: -moz-use-text-color -moz-use-text-color #334864;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #47474a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 41px;
    margin: 8px 0 10px 0;
    padding: 0 7px;
    width: 100%;
    -moz-box-sizing: inherit;
}
.course-form-box .content_form select{
    height: 40px;
    width: 100%;

}
.course-form-box h3 {
    font-size: 33px;
    line-height: 33px;
    letter-spacing: 0px;
    font-weight: 700;
    margin-top: 17px;
    margin-bottom: -13px;
	color: #fff;

	
}
.content_form .btn {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 21px auto 4px;
	padding: 10px;
	border-color: #666666
}

/* Features ------------------------------------*/
.features {
	
    padding-top: 80px;
	padding-bottom: 80px;
}
.features h1{
	
}
.features .row {
	margin-bottom:3%;
} 
.features .fea {
	text-align:center;
}
.features .fea img {
	margin-top: 40px;
	margin-bottom: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.features .fea:hover img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.features .title h3 {
	color: #363535;
}
.features h4 {
	font-size: 1.7em;
	text-transform:uppercase; 
}



/* Gallery ------------------------------------*/
#menu-gallery .grid figcaption h3{
	padding: 0 0 0 17px;
}
#menu-gallery .grid figcaption span{
	padding: 0 0 0 17px;
}
#menu-gallery .grid figcaption a.btn{
	left: -2px;
	right: 27px;
	position: absolute;
	height: -1px;
	width: 131px;
}
.gallery .title h1 {
	color:#263d5a;
}
.gallery .title h3 {
	color:#1968b5;
}
.grid {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.gallery .grid figure{
	margin: 15px 0;
}
.grid figure {
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: #666666222;
}

.grid figcaption h3 {
    margin: 20px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.6em;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 3px 11px;
	border-radius: 2px;
	color: #fff;
}
ul li figcaption span{
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    padding: 12px;
    line-height: 12px;
}
.grid figcaption a.btn{
	
    background: #ffc239;
    border-image: none;
    box-shadow: 0 0 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 2px auto;
    text-shadow: 0 0 0;
}
.grid figcaption a.btn:hover {
	color: #fff;
	background: #4399D9;
}

/* Animation style */
/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	padding-left: 10px;
	height: 100%;
	width: 70%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.cs-style-4 figcaption a {
	position: absolute;
	bottom: 28px;
	right: 24px;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 10px 10px;
	}
	.grid li {
		width: 100%;
	}
}




/* Testimonials ------------------------------------*/
#menu-testimonials .carousel-control{
    background: transparent;
    border-color: transparent;
    top: 15%;
}
section.testimonials {
	    padding-bottom: 60px;
	background-size:cover;
	padding-top: 80px;
	background: #e3e8f2 url(../img/test-bg.jpg) center center no-repeat;
    background-size: cover;
}
.testimonials .title h1{
	color:#fff;
}
.testimonials .title h3 {
	color:#fff;
}
.testimonials .featurette {
	text-align:center;
}
.testimonials .featurette img{
	border: 3px solid #263d5a;
}
.testimonials .featurette .lead{
	color: #fff;
	font-style:italic;
	font-weight:normal;
	font-size:2em;
	line-height: 29px;
	margin: 20px 0;
	padding-top: 15px;
}
.testimonials .featurette .featurette-user{
	color: #263d5a;
	font-size:1.4em;
	text-transform:uppercase;
	margin-top: 43px;
}




/* Pricing Table ------------------------------------*/
#menu-pricing ul{
    padding-left: 44px;
    padding-right: 44px;
}
#menu-pricing ul li{
    margin-bottom: 0px;
}
#menu-pricing ul li.last{
    margin-bottom: 0;
    margin-top: 26px;
}
.pricing .title h1{
	color:#0066b4;
}
.pricing .title h3 {
	color:#1968b5;
}
.pricing .item {
	border: 1px solid #E9E9E9;
	background:#f6f6f6;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.pricing .item:hover {
    margin-top: -20px;
}
.pricing .item .header {
	background: none repeat scroll 0 0 #263d5a;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pricing .item .header h3 {
	font-size: 30px;
	margin-top: 0;
    margin-bottom: 0;
	color: white;
}
.pricing .item .header h5 {
	font-size: 1.5em;
	font-style:italic;
	font-weight:normal;
	color:#aaaaab;
	margin: 12px;
}
.pricing h4.price {
	font-size: 7.3em;
	color:#aaaaab;
	line-height: 180px;
	background: transparent url("../img/price-bg.png") center center no-repeat;
}
.pricing .item ul li {
	color:#5b5959;
	font-size: 1.4em;
	list-style: none;
	line-height:30px;
}
.pricing .item .btn-large {
	background:#fd4802;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: bold;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    padding: 10px 10px;
}
.pricing .item .btn-large:hover {
	background:#fd4802;
}
.pricing_table{
	padding: 50px 15px;
}




/* Map ------------------------------------*/
.mapi {
	background:#263d5a;
}

.mapi .title h3 {
	color: #aaaaab;
}

.mapi img{
	width: 100%;
}


.content_carousel{
    margin-top: 20px;
}
#myCarousel{
    padding-top: 66px;
    margin-bottom: 0;
}
.thumbnails .console_img{
    margin-left: 2px;
    margin-bottom: 0;
}
.thumbnails .console_img.first{
    margin: 0;
}
.thumbnails .console_img.last{
 	margin: 0;
}
.thumbnails a{
    padding: 0;
    width: 63px;
    display: table;
}
.thumbnails a img{
    height: 100%;
    width: 100%;

}
.thumbnails .tooltip.bottom .tooltip-arrow{
    border-bottom-color: #0095fc;
}
.thumbnails .tooltip.bottom .tooltip-inner{
    background-color: #0095fc;
    font-size: 11px;
    text-transform: capitalize;
    padding: 0 1%;
    font-family: 'Open Sans',sans-serif;
}
/*bxslider*/
.bx-wrapper{
 max-width: 100%!important;
}
.bx-wrapper .bx-viewport{
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 !important;
    padding-bottom: 103px;
    padding-top: 50px;
}
.bx-wrapper .bx-prev{
    left: 0 !important;

}
.bx-wrapper .bx-next{
    right: -7px !important;

}
/*bxslider*/




/* Information ------------------------------------*/
.information{
	padding-top: 0px;
    padding-bottom: 50px;
}

    
}
.information img{
	width: 100%;
	
}
.information .accordion-group{
    border-color: transparent;
}
.information .accordion-heading{
	border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 10px;
}
.information .accordion-inner{
    border-color: transparent;
}
.information .accordion-toggle{
    color: #0066b4;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.information .accordion-toggle i{
    color: #0066b4;
    float: right;
    line-height: 24px;
}
.information .accordion-heading:hover .accordion-toggle i{
    color: #F9F9F9;
}
.information .accordion-inner p{
    color: #5b5959;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
	margin-top: 17px;
	text-align: justify;
}
.information .accordion-toggle:hover {
	color: #fff;
}
.information .accordion-heading:hover{
	background: #2b96e7;
}



/* Courses ------------------------------------*/
.courses {
	padding-top: 80px;
    padding-bottom: 80px;
	
}
.courses .grid{
	padding: 0 10px;
}
.courses .grid figure{
	margin: 15px 15px;
}
.courses .info_context{
    bottom: 9px;
    position: absolute;
    width: 97%;
}
.no-touch .cs-style-5 figure:hover img, .cs-style-5 figure.cs-hover img{
    transform: scale(0.3) !important;
    bottom: 20px;
}
.courses .grid figcaption a.btn{
    display: block;
    margin: 0;
    border-image: none;
    box-shadow: 0 0 0;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #0F5496;
    background: #1968b5;
    text-shadow: 0 0 0;
    float: right;
    bottom: 0;
    right: 0;
}
.courses .grid figcaption a.btn:hover {
	color: #fff;
	background: #0095fc;
}

/* Animation Style */
.cs-style-5 figure img {
	width: 100%;
	z-index: 10;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


/* Contact ------------------------------------*/
.contact{
    background: #fff;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}
.contact p{
    line-height: 19px;

}
.contact h3{
    margin-bottom: 15px;
}
.contact #contact-form{
    margin-top: 20px;
}


.contact button{
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;

}
.content_form .btn:hover{
     background: #555;
}
.contact .course-form-box{
}

/*select*/
.content_form .chzn-container{
    margin-bottom: 10px;
    border-bottom: 2px solid #334864;

}
.content_form .chzn-container-single .chzn-single{
    background: #FFFF;
    border-color: transparent;
    box-shadow: 0 0 0;
    height: 40px;
    padding-bottom: 4px;
    padding-top: 4px;

}

.content_form .chzn-container .chzn-single span{
    color: #AAAAAB;
    font-size: 14px;
}
.content_form .chzn-container-single .chzn-single div b{
    background: url("../js/select/chosen-sprite.png") no-repeat scroll 0 15px transparent !important
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 15px;
}
.chzn-container-active.chzn-with-drop .chzn-single{
    background: #0cccd4 !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 !important;

}
.chzn-container .chzn-results li.active-result{
    padding-bottom: 12px;
    padding-top: 12px;
}

.chzn-container.chzn-with-drop .chzn-drop{
    background: #000102;
    border-color: transparent;

}
textarea:focus{
	border-color: #E9322D;
	-webkit-box-shadow: 0 0 6px #F8B9B7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #F8B9B7;
}

/* Map ------------------------------------*/
.content_map{
    height: 100%;
    left: 0px;
    top: 0;
    width: 67%;
    z-index: 10;
}
.contact #map{
    height: 100%;

}

.hacemos{
	font-size: 16px;
	font-weight: normal;
    line-height: 20px;
	text-align: justify;
	
	}

/* Footer ------------------------------------*/
footer {
	background: #666666 url("../img/envelope.png") center right no-repeat;
	color:#FFF;
	padding:10px 0 0 0;
}
footer .footer-title {
	font-size: 15px;
	margin: 2% 0 3% 0;
}
footer .footer-title i {
	color: #1968b5;
}
footer h4 {
	text-transform:uppercase;
}

footer ul li span {
	float:right;
}
footer ul.contact-info {

}
footer ul.contact-info li{
    border-color: transparent;
    line-height: 27px;
    text-transform: uppercase;

}
footer ul.contact-info li i {
	color:#001b3e ;
	margin-right:10px;
}
footer ul li {
	font-size: 13px;
	line-height: 36px;
	list-style: none;
	border-bottom:1px solid #1c2128;
}
footer ul li a{
	color:#aaaaab;
}
footer ul li a:hover{
	color:#2684df;
}
footer .unstyled{
	padding: 0;
}


/* Coyright ------------------------------------*/
footer .copyright{
	margin-top:60px;
padding: 30px 0 20px 0;
	text-align: center;
}
footer .copyright h6 {
	color:#aaaaab;
	margin: 0.6% 0 0 0;
}
footer .copyright ul {
	display: table;
	margin: 0 auto;
}
footer .copyright ul li {
	list-style: none;
	float: left;
	background-color: transparent;
	margin: 0 10px 10px 0;
	
}
footer .copyright ul li a {
	padding: 0 10px;
	color: #d5d6d5;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
footer .copyright ul li a i{
    line-height: 18px;
}

.copyright .tooltip.top .tooltip-arrow{
    border-top-color: #1968b5!important;
}
.copyright .tooltip.top .tooltip-inner{
    background-color: #1968b5!important;
    font-size: 11px!important;
    text-transform: uppercase!important;
    font-family: 'Open Sans',sans-serif!important;
}


/* Go to top ------------------------------------*/
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 80px;
	right: 30px;
	display: none;
	background: transparent url("../img/to-top.png") center center no-repeat;
	margin: 0 auto;
	text-align: center;
}

.scrollup i {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 33px;
	font-size: 20px;
	margin: 8px;
	width: auto;
}

.scrollup:hover { 
	opacity: 0.7;
}

.pace .pace-progress {
	background-color: #C64E58 !important;
}



/* W3C*/
@keyframes mianim {
    from { top: 100px; } /*Fotograma inicio*/
    to { top: -50px;  } /*Fotograma final*/
}
/* Mozilla*/
@-moz-keyframes mianim {
    from{ top: 100px;  }
    to{ top: -50px;  }
}
/* Safari y Chrome*/
@-webkit-keyframes mianim {
    from{ top: 100px;  }
    to{ top: -50px;  }
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(0%);
    }
    to {
        -webkit-transform: translateY(-300%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(0%);
    }
    to {
        -moz-transform: translateY(-300%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(0%);
    }
    to {
        -ms-transform: translateY(-300%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}


/**********************end effect**************************/
#hom{color: #fff; font-weight: 600; font-size: 62px;line-height: 55px;margin: 0px;}
.homp{color: #fff; font-size: 21px; line-height: 43px;font-weight: 100;}
.fondiv{ background: rgb(45 45 45 / 0%);
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;}
#myp{background-image: url(../img/pastasymasas.jpg); padding-top: 20px; padding-bottom: 20px;    background-size: auto;}
.tittle1{color:#fff; text-align: left !important; font-size: 50px; font-weight: 900}
.present{font-size: 17px; color:#fff; text-align: left; margin-top: 10px;}
.bullets{color:#333; font-size: 17px;margin-left: -34px;line-height: 24px;list-style: none;}
.bullets li{margin-bottom:5px; list-style: none;}
.bullets li{margin-bottom:5px; list-style: none;}
.bene{margin: 0px;  background-color: #666666222; color: #fff; padding: 10px;}
.blanco{color: #fff}
#nosotros{background-image: url(../img/line.jpg); padding-top: 100px; padding-bottom: 80px;}
#nosotros1{background-color: #4399d9; padding-top: 60px; padding-bottom: 60px; margin-bottom: 60px}1
#productos{background-image: url(../img/line1.jpg); padding-top: 40px; padding-bottom: 30px;}
.ctc-boton{float:right;bottom: 73px;left: 0;max-width:700px;border-radius: 15px 0px 0px 0px; padding: 12px 17px 1px;position: fixed;z-index:1000;border: 1px rgba(255, 255, 255, 0) solid !important;background: rgba(255, 255, 255, 0) !important;}
.ctc-icono{font-size: 28px;background: #3cdc16; border-radius: 600px; padding: 13px 15px;color: #fff;}
.ctw-boton{float:right;bottom: 10px;left: 0;max-width:700px;border-radius: 15px 0px 0px 0px;padding: 12px 17px 1px;position: fixed;z-index:1000;border: 1px rgba(255, 255, 255, 0) solid;background: rgba(255, 255, 255, 0);}
.ctw-icono{background: #3cdc16; border-radius: 600px;padding: 15px 15px;}
.mar-no{margin: 0px !important}
.columna{padding: 0px 0px 20px}
.th{text-align: left !important; font-weight: 800 !important; border-bottom: 2px solid #fff;padding-bottom: 10px;}
.tabla{padding: 30px 20px 0px 0px}
.ctc-boton{float:right;bottom: 73px;left: 0;max-width:700px;border-radius: 15px 0px 0px 0px; padding: 12px 17px 1px;position: fixed;z-index:1000;border: 1px rgba(255, 255, 255, 0) solid !important;background: rgba(255, 255, 255, 0) !important;}
.ctc-icono{font-size: 28px;background: #3cdc16; border-radius: 600px; padding: 14px 14px;color: #fff;}
.ctw-boton{float:right;bottom: 10px;left: 0;max-width:700px;border-radius: 15px 0px 0px 0px;padding: 12px 17px 1px;position: fixed;z-index:1000;border: 1px rgba(255, 255, 255, 0) solid;background: rgba(255, 255, 255, 0);}
.ctw-icono{background: #3cdc16; border-radius: 600px;padding: 15px 15px;}
.galeria{padding: 0px;}
.sinesp{width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    max-width: fit-content;}
.divespa{padding-left: 0px;padding-right: 0px;}
