body {
font-family: 'Lato', sans-serif;
margin: 0px;
}

h1 {
font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 300;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 30px;
}

h3 {
font-family: 'Lato', sans-serif;
    font-size: 19px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

h4 {
font-family: 'Lato', sans-serif;

}

h5 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    margin: 5px;
    margin-top: 19px;
}

h6 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    margin: 5px;
    margin-top: 9px;
    font-weight: 400;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #565656;
}

video#videobg { 
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url('../images/ocean.jpg') no-repeat;
background-size: cover;
transition: 1s opacity;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #a2ca00;
    font-weight: 600;
    border-bottom: solid 2px #a2ca00;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    background: none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #a2ca00;
    font-weight: 600;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-toggle {
    border-color: #da7b52;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #8d4d2f;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #da7b52;
}

a:hover, a:focus {
    color: #fab708;
    text-decoration: none;
}

.contenido2 {
    background-color: #fff;

}

.image-responsive {
width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
        max-width: 650px;
}

.image-responsive-sm {
width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
        max-width: 350px;
}

.upper {

}

.justify {
text-align: justify;
}

.

.row {
margin-left: 0px;
margin-right: 0px;

}

.navbar-inverse {
    background-color: rgb(0, 73, 101);
    border-color: #14beff;
}

.boton {
    color: #fff;
    border: none;
    background-color: #22b0c1;
        font-size: 15px;
    border-bottom: solid #43ebff 4px;
    padding: 10px 80px;
    text-decoration: none;
        cursor: pointer;

}

.boton:hover {
    color: #fff;
    border: none;
    background-color: #ea7e0f;
    border-bottom: solid #ffa141 4px;
    text-decoration: none;

}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.italic {
font-style: italic;
}

.txt-right {
text-align: right;
}

/* Contacto */

#contact-form {  
text-align: center;
}
 
#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
   font-size: 15px;  
   margin-bottom: 2px;
   font-family: 'Open Sans', sans-serif;
}  
 
#contact-form input,  
#contact-form select,  
#contact-form textarea {  
    width: 90%;
    background: #fff;
    margin-bottom: 12px;
    padding: 10px;
    text-align: center;
    border: solid #B5B5B5 1px;
}  
 
#contact-form input:focus,  
#contact-form select:focus,  
#contact-form textarea:focus {  
   background-color: #E5E6E7;
}  
 
#contact-form textarea {  
   height: 110px;  
}  
 


#contact-form #submit {  
    background: rgb(192,122,53);
    background: linear-gradient(0deg, rgba(47,116,217,1) 0%, rgba(46,88,150,1) 100%);
    color: #fff;
    border: none;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 12px 55px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.61);
}  
 
#contact-form #submit:hover {  
    background: rgb(192,122,53);
background: linear-gradient(0deg, rgba(50,133,255,1) 0%, rgba(34,94,182,1) 100%);
    color: #fff;
    border: none;
    background-color: #ea7e0f;
    text-decoration: none;
}
 
input:required, textarea:required {  
   box-shadow: none;
   -moz-box-shadow: none;  
   -webkit-box-shadow: none;  
   -o-box-shadow: none;  
}
 
#contact-form .required {  
   font-weight:bold;  
   color: #E5E6E7;      
}
 
#failure, #success {
   color: #6EA070;
   display:none;  
}
.respuesta {
color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-align: center;
    margin-top: 50px;
}

.btn-success{
    background-color: #1bbba4;
    border-color: #0D9481;
}

.btn-success:hover{
    background-color: #a00989;
    border-color: #10BBA3;
	
}

.captcha {
position: relative;
    left: 50%;
    margin-left: -152px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.logo {
width: 90%;
    padding: 8px;
    max-width: 260px;
    margin-top: 7px;
    
}

.navbar {
        border: 1px solid #ffffff;
    background: #ffffffd9;
    
}

.navbar li a {
padding-top: 33px;
    padding-bottom: 33px;
    color: #506d94;
        font-size: 15px;
}

.navbar li a:hover {
    color: #3f81da;
    
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    font-weight: 600;
    background-color: transparent;
}

.buton {
color: #fff;
    border: none;
    background-color: #c07a35;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 2px 15px;
    border-radius: 40px;

}

.buton:hover {
    color: #fff;
    border: none;
    background-color: #ea7e0f;
    text-decoration: none;

}

.buton2 {
    background: rgb(192,122,53);
    background: linear-gradient(0deg, rgba(192,122,53,1) 0%, rgba(218,140,63,1) 100%);
    color: #fff;
    border: none;
    line-height: 17px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 12px 55px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.61);
}

.buton2:hover {
    background: rgb(192,122,53);
background: linear-gradient(0deg, rgba(192,122,53,1) 0%, #ea7e0f 100%);
    color: #fff;
    border: none;
    background-color: #ea7e0f;
    text-decoration: none;

}

.buton3 {
    background: rgb(192,122,53);
    background: linear-gradient(0deg, rgba(47,116,217,1) 0%, rgba(46,88,150,1) 100%);
    color: #fff;
    border: none;
    line-height: 17px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 12px 55px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.61);
}

.buton3:hover {
    background: rgb(192,122,53);
background: linear-gradient(0deg, rgba(50,133,255,1) 0%, rgba(34,94,182,1) 100%);
    color: #fff;
    border: none;
    background-color: #ea7e0f;
    text-decoration: none;

}

.img-responsive {
    width: 100%;
    max-width: 1140px;
}

.max-cont {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    
}

.home {
    margin-top: 70px;
    
}

.row {
    margin-right: 0px;
    margin-left: 0px; 
}

.inside {
position: relative;
    top: -50px;
    width: 100%;
    max-width: 447px;
    
}

.sombra {
    position: relative;
    margin-top: 20px;
    
}

.mySlides {
 width: 100%;   
    
}

.navbar-toggle {
    border: 2px solid #2a4d7e;

}

.navbar-toggle .icon-bar {
    background-color: #2a4d7e;
}

.padded {
    padding: 20px 20px;
    
}

.icon {

    max-width: 61px;

}

.subtitle {
    max-width: 800px;
    padding: 10px 20px 40px 20px;
    margin-left: auto;
    margin-right: auto;
}

.header-title {
background: rgb(192,122,53);
background: linear-gradient(0deg, rgba(192,122,53,1) 0%, rgba(218,140,63,1) 100%);
    color: #fff;
    padding: 10px 10px;
    text-transform: capitalize;
    letter-spacing: -1px;
    text-align: center;
    max-width: 640px;
    position: relative;
    top: -50px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.61);
    
}

.header-title2 {
background: rgb(192,122,53);
background: linear-gradient(0deg, rgba(192,122,53,1) 0%, rgba(218,140,63,1) 100%);
    color: #fff;
    padding: 10px 10px;
    letter-spacing: -1px;
    text-align: center;
    max-width: 640px;
    position: relative;
    top: -90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.61);
    
}

.mar-top {
    margin-top: 50px;
    
}

.mar-top3 {
    margin-top: 100px;
    margin-bottom: 50px;
    
}
.mar-top2 {
    margin-top: 20px;
    
}

.mar-left {
    margin-left: 20px;
    
}

mark {
   padding: 0px;
    background-color: #ffffff;
}
 
.big {
    font-size: 18px;
    
}
    
.nowhere {
    background-color: #e6e6e6;
    border-bottom: solid 2px #d4d4d4;
    border-top: solid 3px #316ac5;

}

.servicios {
    background-image: url(../images/servicios-cover.jpg);
    background-size: cover;
    padding-bottom:  100px;
}

.caps {
 margin-bottom: 10px;
    
}

.just {
    text-align: justify;
    
}

.blanco {
    color: white;
    
}

.amarillo {
   color: #edb93e; 
    
}

.azul {
    color: #2a4d7e;
    
}

.azul2 {
    color: #2e73d5;
    
}



.dorado {
    color: rgba(192,122,53,1);
    
}

.blue {
    background-color: #2a4d7e;
        padding: 10px;
}

.center {
    text-align: center;
    
}

.footer {
    margin-top: 50px;
    margin-bottom: 5px;
        border-top: solid 3px #0d284e;
}

.foot-left {
    position: relative;
    bottom: -105px;
    left: 37px;
    width: 100%;
    max-width: 248px;
    
}

.foot-right {
    float: right;
    margin-left: 10px;
}

.right {
    text-align: right;
    
}

.img-footer {
        padding: 10px;
    padding-top: 40px;
        width: 100%;
        max-width: 340px;
}

.fa-2x {
    font-size: 1.6em;
}

.mail {
    color: #a9cdff;
    
}

.fa-map-marker.fa-2x {
    font-size: 1.4em;
}

.fa-envelope.fa-2x {
    font-size: 1em;
    margin-top: 3px;
}

.SAPbo {
background-color: #274d84;
    margin-top: 40px;
    padding-bottom: 80px;
    padding-top: 10px;
}

.paddted {
    padding: 0px 25px;
}

.blueed {
    background-color: #2a4d7e;
}

.title-sap {
    position: relative;
    top: -90px;
    margin-bottom: -110px;
}

.ali {
letter-spacing: -1px;
    margin: 0px;
    font-size: 3em;
    margin-top: 60px;
    line-height: 30px;
    margin-bottom: 14px;
    padding-left: 10px;
    color: #2a4d7e;
}

.image-responsive-big {
    width: 100%;
    max-width: 1200px;
    
}

.image-sap {
    width: 100%;
    max-width: 553px;
    
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.blacklist {
    display: flex;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    padding-inline-start: 0px;
}

.blacklist li a{
padding: 9px;
    background-color: #c07a35;
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;

}

.blacklist li a:hover{
    padding: 9px;
    background-color: #0f2442;
    color: #ffffff;

}

.blacklist li a:active{
    padding: 9px;
    background-color: #0f2442;
    color: #ffffff;

}

.in-line {
display: block;
}

.blacklist li {
    list-style-type: none;
    
}

.bx-wrapper {

    margin-bottom: 20px !important; 

}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important;
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
        background-color: #e2e2e2;
}

.w3-btn:hover, .w3-button:hover {

        background-color: #ccc;
}

.spadded {
padding: 10px;
}

.centered {
        margin-left: auto;
    margin-right: auto;
    display: inline-block;
    
}

.inside2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    
}

.social {
    padding: 30px 0px !important;

}

.social i:hover, .social2 i:hover {
    color:#c07a35;

}


.social2 {
    padding: 30px 0px !important;
    margin-right: 20px;
}


@media (min-width: 768px){
.navbar-nav li a {

}
}

@media (max-width: 768px){
    
.inside {
position: relative;
    top: 0px;
    width: 100%;
    max-width: 300px;
    
}
    
  .inside2 {

    max-width: 500px;
    
}  
    .ali {

    font-size: 3em;

    
}
    .blacklist {
        display: block;
            line-height: 50px;
}
    .in-line {
display: flex;
            line-height: 50px;
}
}