/*Colores

principal = #004d9d
hover nav #027eff
list #027eff
back principal .6
prod #d9e8f7;



*/


/* general */
*{
	font-family: 'Ubuntu', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: 'Ubuntu', sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


section:not(#cover) {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  background-color: #d9e8f7;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #004d9d;
  color: #fff;
  text-align: center;
  font-size: 24px;
  z-index: 9999999;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}
/* #cover */
#cover .cover {
     height: 100vh;
     background-size: cover;
     background-attachment:fixed;
     position:relative;
     backface-visibility: visible;
     perspective: 1000px;
     transition: opacity 0.8s ease-in-out 0s;
     background-position:center center;
 }
 #cover .overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0.65;
     transition: all 0.2s ease-out;
 }
 #cover .cover-caption {
     position: absolute;
     right: 0%;
     bottom: 0px;
     left: 0%;
     z-index: 10;
     padding-top: 0px;
     padding-bottom: 0px;
     color: #fff;
     text-align: center;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }
 #cover .super-heading {
     font-size: 1.5625rem;
     line-height:1.6rem;
 }
 #cover .super-paragraph {
     font-size: 1.125rem;
     line-height:1.125rem;
     color: white;
 }
 @media (min-width:576px) {
     #cover .carousel-caption {
         right: 10%;
         left: 10%;
         height: 100%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }
 }
 @media (min-width:768px) {
     #cover .super-heading {
         font-size: 1.5625rem;
         line-height:1.6rem;
     }
     #cover .super-paragraph {
         font-size: 1.125rem;
         line-height:1.125rem;
     }
     #cover .carousel-caption {
         right: 10%;
         left: 10%;
         height: 100%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }
     #cover .carousel-caption {
         position: absolute;
         right: 0%;
         bottom: 0px;
         left: 0%;
         z-index: 10;
         padding-top: 0px;
         padding-bottom: 0px;
         color: #fff;
         text-align: center;
         height: 80%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }
 }
 @media (min-width:992px) {
     #cover .super-heading {
         font-size: 4.5rem;
         line-height: 4.5rem;
     }
 }
 @media (min-width:1200px) {
     #cover .super-heading {
         font-size: 5.5rem;
         line-height: 4.5rem;
     }
 }
 /*--------------------------------------------------------------
 #Header 
 --------------------------------------------------------------*/
 #header {
	background: #004d9d;
	transition: all 0.5s;
	padding: 15px 15px;
}
#header .nav-link {
    display: block;
    padding: .5rem 0;
}
#header a:not(.dropdown-item):not(.sub-dropdown-toggle) {
	color: white;
}
#header a:not(.dropdown-item):not(.sub-dropdown-toggle):hover {
    color: #027eff;
    transition: all 0.5s;
}
#header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: coral;
}
.navbar-brand .logoBrand{
	font-weight: 700;
	font-size: 1rem;
	vertical-align: middle;
}

.navbar-brand .logoBrand:hover {
	color: #027eff;
	transition: all 0.5s;

}
#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 15px 15px;
  height: 72px;
  transition: all 0.5s;
}

#header .socialNav a {
  font-size: 24px;
  margin-left: 25px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 576px){
	.navbar-brand .logoBrand{
		font-size: 1.5rem;
	}
}
@media (min-width: 992px){
	.navbar-brand .logoBrand{
		font-size: 1.8rem;
	}
    #header .nav-link {
        display: block;
        padding: .5rem 0;
        white-space: nowrap;
    }
    #header	{
    	padding: 15px 60px;
    }

}
@media (min-width: 1200px){
    .navbar-brand .logoBrand{
        font-size: 1.5rem;
    }
    #header .nav-link {
        display: block;
        padding: .5rem 1rem;
        white-space: normal;
    }
}
/*--------------------------------------------------------------
#List
--------------------------------------------------------------*/
#list .dropdown-submenu {
    position: relative;
}
#list .dropdown-submenu>.sub-dropdown-toggle {
	color: black;
}
#list .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

#list .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#list .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

#list .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

#list .dropdown-submenu.pull-left {
    float: none;
}
#list .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#list .active {
	border-bottom: 2px solid #027eff;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;

}
/*--------------------------------------------------------------
#Movile List
--------------------------------------------------------------*/
#mobile-nav-toggle{
	position: fixed;
	display: inline-block;
	padding: 1.2rem 0;
	font-size: 2rem;
	line-height: inherit;
	white-space: nowrap;
	background: none;
	font-size: 1.5rem;
	transition: all 0.4s;
	outline: none;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
	right: 0;
	margin-right: 1rem;
	z-index: 1500;
}
#mobile-nav-toggle i {
  	color: #fff;
}

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 1030;
	background: rgba(52, 59, 64, 0.9);
	left: -80%;
	width: 80%;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav a,
#nav-menu-container #mobile-nav a{
	color: white;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#mobile-nav .dropdown-submenu ul li{
	margin-left: 15px;
} 
#mobile-nav .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
#mobile-nav .dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.navbar-nav {
    position: absolute;
    top: 0;
    padding: 15px 0;
    width: 100%

}
#mobile-nav .dropdown-menu{
	background-color: transparent;
	border:0;
	padding: 0;
	margin: 0;
}
#mobile-nav .socialNav a{
	font-size: 1.5rem
} 
body.mobile-nav-active {
 	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
 	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
 	color: #fff;
} 
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 990;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}
/* About Us Section*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/productos.jpg) top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #004d9d;
}

#about .about-container .icon-box .icon i {
  color: #004d9d;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
/*Features Styling*/
#features{
  background-color:#d9e8f7;
}
.features {
  padding-bottom: 45px;
}

.features h2 {
  color: #004d9d;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #004d9d;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #004d9d;
}

.feature-col p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #999;
}
/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;

}

.portfolio h2 {
  color: #004d9d;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 77, 157, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}
/* footer */
#footer {
  background: rgba(0, 77, 157, .65);
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer a{
	color: #fff;
}
#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 30px 0;
}

#contact h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #004d9d;
}

#contact .info i {
  font-size: 2rem;
  color: #004d9d;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 2rem;
}

#contact .form #sendmessage {
  color: #004d9d;
  border: 1px solid #004d9d;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form textarea {
  resize: none;
}
#contact .form button[type="submit"] {
  background: #004d9d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: rgba(0, 77, 157, .65);
}