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

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.8em;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
        line-height: 26px;
    font-weight: 300;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

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

}

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

h6 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    margin: 5px;
    margin-top: 9px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;

}

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('../img/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 {

}

.contenido2 {
    background-color: #fff;

}

.nav {

    height: 66px;
    background-color: #101110;
    
}

.white {
    color: white;
}

.azul {
    color: #012e5d;
    
}

.dorado {
     color: #a3761c;
    
}

.active {
    color: #012e5d;
    
}

a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.bodysite {
    background-color: #101010;
}

#menuToggle
{
display: block;
    position: relative;
    top: 23px;
    width: 50px;
    left: 18px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #a3761c;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
    padding: 10px 0;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.logo {
    position: relative;
    top: -24px;
    left: 60px;
    
}

.logo2 {

    
}


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

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

.navbar-right li {
    list-style: none;
}

.upper {
text-transform: uppercase;
}

.justify {
text-align: justify;
}

.navbar {
    background-color: #0c0c0c;
}

.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: #a3761c;
    padding: 4px 10px;
    text-decoration: none;
    cursor: pointer;
    margin: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;

}

    .navbar-right {
    float: right !important;
    margin-top: -4px;
    margin-right: 25px;
    display: inline-flex;
}

.boton:hover {
    color: #fff;
    border: none;
    background-color: #012e5d;
    text-decoration: none;

}

.facebak {
    color: white;
    padding: 1px;
    font-size: 20px;
    position: relative;
    margin-top: -5px;
    top: -4px;
    margin-left: 6px;
}

.facebak:hover {
    color: #a3761c;
}

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

.contact {
    background-color: white;
    padding: 4px 10px;
    border-radius: 5px;
    margin-left: 15px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #101010;
}

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

.contact:hover {
    background-color: #a3761c;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    color: white;
}

.italic {
font-style: italic;
}

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

.home-bg {
    background-image: url(../img/home.jpg);
    background-size: cover;
    min-height: 650px;
}

.aboutus-bg {
    background-image: url(../img/nuestra-firma.jpg);
    background-size: cover;
    min-height: 600px;
}

.services-bg {
    background-image: url(../img/servicios.jpg);
    background-size: cover;
    min-height: 600px;
}

.home-text {
    margin-top: 11em;
    
}

.wt {
    width: 100%;
    max-width: 16px;
    float: revert;
    margin-left: 9px;
}

.wt2 {
    width: 100%;
    max-width: 16px;
    margin-right: 9px;
}

.brand {
    width: 100%;
    max-width: 270px;
    text-align: right;
    
}

.fl-right {
    float: right;
    margin-right: 10px;
    position: relative;
    top: -40px;
    
}

.fl-right2 {
    text-align: right;
    margin-top: -18px;
    
}

.float {
        float: left;
    margin-top: -10px;
}

.fl-right4 {
    text-align: right;
    
}

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

.mar-bot {
    margin-bottom: 130px;
}

.pro-title {
        text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    
}

.abogado {
        border-radius: 310px;
    max-width: 250px;
    width: 100%;
    margin-bottom: 20px;
    
}

.labeled {
    background-color: #a3761c;
    font-family: 'Roboto Slab', serif;
    color: White;
    float: right;
    padding: 20px;
    font-size: 17px;
    margin-top: 10px;
    max-width: 480px;
    
}

.labeled2 {
    background-color: #a3761c;
    font-family: 'Roboto', serif;
    color: White;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px;
    font-size: 15px;
    position: relative;
    max-width: 470px;
    font-weight: 500;
    float: right;
    top: -80px;

    
}

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

.center {
    text-align: center;
}

.minus {
        margin-top: 60px;
}

.right {
    text-align: right;
    margin-right: 20px;
}

.right2 {
    text-align: right;

}



.section2 {
    margin-top: 50px;
    margin-bottom: 150px;
}

.section3 {
    margin-top: 50px;
    margin-bottom: 70px;
}

.section4 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.section5 {
    margin-top: 50px;
    margin-bottom: 135px;

}


.pen {
    width: 100%;
    float: left;
    max-width: 486px;
    position: relative;
    z-index: 10;

}

.mar-bot22 {
    margin-bottom: 35px;
}

.mar-bot3 {
    margin-bottom: 20px;
    
}

.fl-right3 {
    float: right;
}


.line {
    border-bottom: 1px solid #012e5d;
    height: 1px;
    width: 75%;
    margin-left: 10px;
    margin-right: auto;
    display: block;
    position: relative;
    z-index: 0;
    top: 23px;
}

.title-main {
    float: right;
    font-weight: 300;
    position: relative;
    top: -28px;
    margin-right: 10px;
    text-align: right;
}

.footer {
    background-color: #191919;
    padding-bottom: 30px;
}

.end {
    background-color: #000;
    color: #5e5e5e;
    height: 30px;
    padding: 7px;
    text-align: center;
    
}

.subfooter{
 
    
}

.icon-foot {
    float: left;
    margin-top: -80px;
}

.aboutus {
        margin-top: 150px;
}

.aboutbg-50 {
    background-color: #0e427782;
    color: #fff;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.aboutbg-100 {
    background-color: #0e4277;
    text-align: center;
    padding: 10px;
}

.aboutbg2-50 {
    background-color: #a3761cad;
    color: #fff;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.aboutbg2-100 {
    background-color: #a3761c;
    text-align: center;
    padding: 10px;
}


.valores {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.center-cont {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 190px;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    
    margin-left: auto;
    margin-right: auto;

}

.float2 {
        float: left;
    margin-top: 10px;
    
}

.mar-bot2 {
    margin-bottom: 50px;
}

.none {
    display: none;
}

/* 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 {  
    color: #fff;
    border: none;
    background-color: #333;
    border-radius: 5px;
}  
 
#contact-form #submit:hover {  
    background-color: #a3761c;

}
 
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;
}

@media (min-width: 768px){
.navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
}
    .navbar-right {
    float: right !important;
    margin-top: -4px;
    margin-right: 25px;
    display: inline-flex;
}
    .minus {
    margin-top: -60px; 
}
    .none {
        display: inherit;
    }
}


