body{
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
    color: #fff;
}

#bloquea {
    display: none;
    width: 100%;
    height: 110%;
    position: fixed;
    z-index: 10000;
    background-color: black;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#actualizando {
    text-align: center;
    display: none;
    z-index: 10001;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

h2, h3{
    font-weight: 700;
    letter-spacing: 3px;
}

.flecha{
    width: 60px;
}

.flecha-content{
    padding-top: 25px;
}

@media (max-width: 991px) {
    h2, .h2{
        font-size: 23px !important;
        margin-top: -15px;
    }
    h3, .h3{
        font-size: 18px !important;
    }
}

/*----------HEADER-------------*/

.wrapper{
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    z-index: 99999;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .wrapper{
        width: 94%;
        border-bottom: none;
    }

    .portada{
        margin-top: -115px;
        background: url(../imagenes/img-intro.jpg) !important;
        height: 600px;
        padding-top: 175px;
    }
}

.portada{
    margin-top: -115px;
    background: url(../imagenes/s1.jpg);
    height: 600px;
    padding-top: 175px;
    background-position-y: -376px;
}

.menuFixed{
    /*position: fixed;*/
}

.content-header{
    z-index: 999;
    height: 115px;
    position: relative;
    background-color: rgba(15, 23, 27, 0.1);
    border-bottom: 1px solid #505050;
}

.fijo{
    height: 43px !important;
    background-color: #0f171b;
    left: 0;
    width: 100%;
    opacity: 0.9;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    position: fixed;
}

.fijo .header{
    height: 42px !important;   
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.fijo #logo-header{
    width: 140px !important;
    margin-top: 42px !important;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.fijo .topbar{
    display: none !important;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.fijo .navbar-collapse{
    margin-top: 0px !important;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.fijo .navbar-nav{
    padding-left: 240px !important;
}

.fijo .header .navbar-default .navbar-nav li a{
    background-color: transparent !important;
}

.header {
}

.header .navbar {
    margin: 0;
}

.header .navbar-default{
    background-color: transparent;
    border: none;
}


.header .navbar-brand { 
    z-index: 1;
    height: 100%;
    position: relative;
    padding: 0 10px 10px;
}

@media(min-width: 768px) and (max-width: 998px) {
    .header .navbar-brand { 
        margin-top: 0;
    }	
}

.header .navbar-default .navbar-toggle {
    border-color: #666666;
    margin-top: 48px;
}

.header .navbar-default .navbar-toggle .fa {
    color: #fff;
    font-size: 19px;
}

@media (max-width: 991px) {
    .header .navbar-default .navbar-toggle .fa {
        font-size: 30px !important;
    }
    .header .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: 71px;
        background: transparent;
    }
    .fijo .header .navbar-default .navbar-toggle {
        margin-top: 37px;
    }
}

.header .navbar-toggle,
.header .navbar-default .navbar-toggle:hover, 
.header .navbar-default .navbar-toggle:focus {
    background: #666666;
    padding: 6px 10px 4px;
}

.header .navbar-toggle:hover {
    background: transparent !important;
}

.header .navbar-collapse {
    position: relative;
}

.header .navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}

.header .navbar-default .navbar-nav .active-menu{
    color: #FFFFFF;
    border-bottom: 1px solid #e0482c;
}

.itemMenu{
    margin-left: 5px;
}

.header.no-topbar .navbar-brand {
    margin-top: 30px;
}

.header.no-topbar .navbar-toggle {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .header.no-topbar .navbar-nav {
        padding-top: 36px;
    }
}

@media (max-width: 991px) {
    .header .navbar-header {
        float: none;
    }

    .header .navbar-toggle {
        display: block;
    }

    .header .navbar-collapse.collapse {
        display: none !important;
    }

    .header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    .header .navbar-nav {
        margin: 0 0 5px;
        float: none !important;
        padding-left: 0px !important;
    }

    .header .navbar-nav > li {
        float: none;
    }

    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .header .navbar-collapse,
    .header .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: #FFF;
        position: fixed;
        width: 105%;
        left: 0px;
        top: 68px;
    }

    .header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee;
        color: #666666 !important;
        padding-left: 20px;
        font-size: 12px;
    }	

    .navbar-default .navbar-nav .open .dropdown-menu li a{
        color: #FFF !important;
    }

    .header .menu .dropdown-menu {
        border-radius: 0px !important;
    }

    .header .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > li > a:hover {
        color: #31318F;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: #666666;
        color: #fff !important;	
    }

    .header .dropdown .dropdown-submenu > a { 
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {	
    .header .navbar-collapse {
        padding: 0;
    }

    .header .navbar {
        min-height: 40px !important;
    }

    .header .container > .navbar-header, 
    .header .container-fluid > .navbar-header, 
    .header .container > .navbar-collapse, 
    .header .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header .navbar-nav {
        position: relative;
    }

    .header .navbar-default .navbar-nav > li > a {
        bottom: -2px;
        position: relative;
        padding: 9px 30px 9px 20px;
        margin-right: 20px;
        height: 76px;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:focus {	
        /*border-bottom: solid 2px transparent;*/
    }

    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        color: #FFFFFF;
        border-bottom: 1px solid #e0482c;
        border-bottom: 2px solid #e0e0e0;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:focus,	
    .header .navbar-default .navbar-nav > .active > a, 
    .header .navbar-default .navbar-nav > .active > a:hover, 
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #31318F;
    }

    .header .navbar-default .navbar-nav > li:hover > a {
        color: #FFFFFF;
    }

    .header .dropdown-menu { 
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0; 
        z-index: 9999 !important;
        border-top: solid 2px #31318F; 
        border-bottom: solid 2px #687074; 
    }

    .header .dropdown-menu li a { 
        color: #FFFFFF; 
        font-size: 16px; 
        font-weight: 400; 
        padding: 6px 15px; 
    }

    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #fff;
        filter: none !important;
        background: #666666 !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-radius: 15px;
        border: none;
    }

    .header .dropdown-menu li > a:focus {
        background: #666666 !important;
        filter: none !important;
    }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }	

    .header .open > .dropdown-menu {
        display: none;
    }

    .header .navbar .search-open {
        width: 330px;
    }
}

.header .dropdown-submenu { 
    position: relative; 
}

.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }
}

.header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
}

.header .dropdown-submenu > .dropdown-menu { 
    top: 3px; 
    left: 100%; 
    margin-top: -5px; 
    margin-left: 0px; 
}

.btn-aula-virtual{
    background-color: #418FDE;
    padding: 8px;
    color: #FFFFFF !important;
}

.btn-webmail{
    background-color: #47B11D;
    padding: 8px;
    color: #FFFFFF !important;
}

/*----------MENU-------------*/

.header .menu .nav,
.header .menu .dropup,
.header .menu .dropdown,
.header .menu .collapse {
    position: static;
    padding-left: 80px;

}

.header .menu .navbar-inner,
.header .menu .container {
    position: relative;
}

.header .menu .dropdown-menu {
    left: auto;
    left: auto;
    margin-top: -8px;
    background-color: #666666;
    border: none;
    border-radius: 10px;
}

.header .menu .dropdown-menu > li {
    display: block;
}

.header .menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.header .menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.header .menu .menu-content {
    *zoom: 1;
    padding: 0;
}

.header .menu .menu-content:before,
.header .menu .menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.header .menu .menu-content:after {
    clear: both;
}

.header .menu.navbar .nav > li > .dropdown-menu:after,
.header .menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.header .menu .dropdown.menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .header .menu .dropdown.menu-fullwidth .dropdown-menu {
        margin-left: 10px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .header .menu .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header .menu .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.header .menu .equal-height-list h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .header .menu .big-screen-space {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .header .menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee;
    }

    .header .menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header .menu .equal-height-list {
        width: 100%;
    }

    .header .menu .equal-height-list li a {
        display: block;
        margin-bottom: 1px;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header .menu .equal-height-list a:hover {
        text-decoration: none;
    }

    .header .menu .menu-fullwidth li a {
        padding: 5px 10px 5px 30px;	
    }

    .header .menu .menu-fullwidth li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .header .menu .menu-fullwidth .disable-icons li a {
        padding: 5px 10px 5px 15px;
    }

    .header .menu .menu-fullwidth .disable-icons li a:after {
        display: none;
    }
}

@media (min-width: 737px) and (max-width: 991px) {
    .header .menu .menu-content .container {
        width: 690px !important;
    }

    .header .menu .equal-height {
        margin-right: 0;
    }

    .header .menu .equal-height-in {
        padding-right: 0;
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .header .menu .equal-height {
        margin-right: 0;
    }

    .header .menu .equal-height-in {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .header .menu .dropdown.menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header .menu .equal-height-in,
    .header .menu .equal-height-list {
        display: block;
    }

    .header .menu .menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    .header .menu .equal-height-list h3 { 
        color: #555;
        margin: 0 0 5px;
        font-size: 13px; 
        font-weight: 400; 
        padding: 6px 25px 5px; 
        border-bottom: solid 1px #eee;
    }

    .header .menu .equal-height-list li a {
        color: #687074;
        display: block;
        font-size: 13px; 
        font-weight: 400; 
        margin-left: 15px;
        padding: 6px 25px; 
        border-bottom: solid 1px #eee;
    }

    .header .menu .equal-height-list > h3.active,
    .header .menu .equal-height-list > .active > a,
    .header .menu .equal-height-list > .active > a:hover,
    .header .menu .equal-height-list > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header .menu .equal-height-list li a:hover {
        color: #333;
        text-decoration: none;
    }
}

.logo{
    width: 210px;
    margin-top: -24px;
}

@media (max-width: 991px) {
    .logo{
        width: 180px;
        margin-top: 66px;
    } 
}

/*----------HEADER-------------*/

.carousel-inner{
    height: -webkit-fill-available !important;
}

.carousel-caption{
    top: 240px;
}

.carousel-title {
    font-size: 45px;
    font-style: normal;
    padding: 0 5px;
    font-weight: bold;
}

.carousel-title-mediano {
    font-size: 39px;
    font-style: normal;
    padding: 0 5px;
    font-weight: bold;
}

.carousel-title-chico {
    font-size: 28px;
    font-style: normal;
    padding: 0 5px;
    font-weight: bold;
}

.carousel-subtext {
    font-size: 21px;
    padding: 0 5px;
    margin-top: 3px;
}
.crousel-subtitle {
    font-size: 1.8em;
    color: #cdff76;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}

.carousel-row{
    font-size: 25px;
    margin-top: 23px;
}

.carousel-btns{
    margin-top: 50px;
}

@media (max-width: 991px) {
    .carousel {
        height: 187px;
    }

    .carousel-inner {
        height: 225px;
    }

    .carousel-inner .item {
        height: 225px;
    }

    .carousel-inner .item img, .carousel-inner .item a img{
    }

    .carousel-caption{
        top: 16px;
    }

    .carousel-title {
        font-size: 23px;
        font-style: normal;
        padding: 0 5px;
        font-weight: bold;
    }

    .carousel-title-chico{
        font-size: 19px;
        font-style: normal;
        padding: 0 5px;
        font-weight: bold;
    }

    .carousel-title-mediano{
        font-size: 15px !important;
    }

    .carousel-row{
        font-size: 13px;
        margin-top: 10px;
    }

    .carousel-subtext {
        font-size: 12px;
        padding: 0 5px;
        margin-top: 3px;
    }

    .crousel-subtitle {
        font-size: 1.8em;
        color: #cdff76;
        margin-bottom: 20px;
        font-weight: 300;
        font-family: "Lato", sans-serif;
    }

    .carousel-btns{
        margin-top: 20px;
    }

    .btn-derecha-carousel{
        margin-left: 5px !important;
        margin-top: 5px;
    }

    .carousel .btn-blanco{
        font-size: 10px !important;
    }

    .carousel .btn-azul{
        font-size: 10px !important;
    }

    .carousel-control{
        margin-top: 81px !important;
        font-size: 15px !important;
        width: 30px !important;
        height: 30px !important;
        text-align: center !important;
        display: none !important;
        padding: 10px !important;
    }

    .carousel-indicators{
        display: none !important;
    }

    .back-home-interno{
        display: none;
    }
}

.btn-blanco{
    font-family: "ARLRDBD";
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

.btn-azul{
    font-family: "ARLRDBD";
    background-color: #666666;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 30px;
    font-size: 16px;
}

.btn-derecha-carousel{
    margin-left: 80px;
}

.carousel-control{
    font-size: 15px;
    margin-top: 345px;
    color: #FFFFFF !important;
    z-index: 2;
    background-color: rgba(15, 23, 27, 0.8) !important;
    height: 85px;
    width: 80px;
}


.carousel-control span{
    margin-top: -6px !important;
}


/*----------GENERAL-------------*/


.titulo-seccion{
    margin-bottom: 20px;
}

.margin-left-80{
    margin-left: 80px;
}

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

.margin-top-15{
    margin-top: 15px;
}

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

.margin-top-30{
    margin-top: 30px;
}

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

.margin-top-60{
    margin-top: 60px;
}

.margin-bottom-15{
    margin-top: 15px;
}

.back-home{
    background: url(../imagenes/pattern.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.back-home-interno{
    background: url(../imagenes/pattern.png);
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
}

.featured-container {
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .featured-container {
        margin-bottom: 20px;
    }
}

.featured-container .featured-photos {
    padding: 35px 0px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #265b8f;
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.featured-container .featured-photos i {
    color: #ffffff;
    font-size: 68px;
    line-height: 70px;
}

.featured-container .featured-photos:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid #265b8f;
    border-bottom: 0px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: 50%;
    bottom: -14px;
    margin-left: -20px;
}

.tagline {
    text-align: center;
    padding: 40px 0;
    width: 100%;
    background: #f5f5f5;
}

.countUpSection {
    background-image: url(../imagenes/nautica/3.jpg);
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center!important;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
}

.countUpSectionBar {
    background-image: url(../imagenes/bar/bar.JPG);
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center!important;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
}

.countUpSectionExc {
    background-image: url(../imagenes/excursiones/semi.JPG);
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center!important;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
}
/* 
        ==================
        [21. FOOTER]
        ==================
*/

.footer{
    padding: 15px;
    font-size: 12px;
    background-color: #282828;
}

.footer .acceso{
    color: #fff;
    text-decoration: none;
}

.footer .social{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.img-intro{
    width: 400px;
}

.intro-texto{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: rgba(255, 139, 32, 0.5);
    padding: 10px;
    width: 285px;
}

.intro-texto-2{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: rgb(221, 74, 47, 0.5);
    padding: 10px;
    margin-top: 10px;
    margin-left: 50px;
    width: 285px;
}

.intro-texto-3{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: rgba(255, 139, 32, 0.5);
    padding: 10px;
    margin-top: 10px;
    margin-left: 100px;
    width: 311px;
}

.intro-textos-content{
    padding-left: 0px;
    padding-top: 85px;
}

@media (max-width: 991px) {
    .intro-textos-content{
        padding-left: 28px !important;
        padding-top: 0px !important;
        margin-top: -48px;
    }
    .intro-texto-2 {
        font-size: 14px;
        width: 90%;
        margin-left: 0px;
        margin: auto;
        margin-top: 30px;
    }
    .intro-texto-3 {
        font-size: 14px;
        width: 90%;
        margin-left: 0px;
        margin: auto;
        margin-top: 30px;
    }
    .intro-texto {
        font-size: 14px;
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }
    .primer-row{
        text-align: center !important;
    }
    .img-intro {
        width: 260px;
        margin-top: 30px;
    }
    .portada {
        height: 365px;
    }
    .servicios-texto {
        margin-bottom: 16px;
        font-size: 12px !important;
    }
}

.servicios-caja-icono{
    margin-top: -215px;
    position: relative;
}

.servicios-caja-icono-seguridad{
    margin-top: -293px;
}

.servicios-caja-titulo{
    font-size: 22px;
    margin-top: 18px;
    position: relative;
}

.servicios-caja-texto-seguridad{
    margin-top: 32px;
    padding-right: 15px;
    position: relative;
}

.servicios-caja-imagen{
    overflow: hidden;
}

.servicios-caja-content:hover .servicios-img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s;
}

.servicios-texto{
    margin-top: 105px;
    font-size: 14px;
}

.seccion-productos{
    background: url(../imagenes/background.products.png);
    padding-top: 75px;
    padding-bottom: 75px;
}

.seccion-info{
    background: url(../imagenes/back-footer.png);
    padding-top: 75px;
    padding-bottom: 75px;
}

.quienes-somos{
    color: #bb9356;
    font-size: 26px;
    text-transform: uppercase;
}
.quienes-somos-grande{
    color: #222;
    font-family: 'Mr Dafoe', cursive;
    font-size: 50px;
}

.quienes-somos-text-left{
    padding-left: 100px;
    color: #ccc;
    font-size: 16px;
    text-align: left;
}

.quienes-somos-text-right{
    padding-right: 100px;
    color: #ccc;
    font-size: 16px;
    text-align: left;
}

.quienes-somos-text-resaltado{
    color: #bb9356;
    font-weight: bold;
}
@media (max-width: 991px) {
    .seccion-quienes-somos{
        padding-top: 15px;
    }
    .seccion-contacto {
        padding-top: 15px !important;
        font-size: 12px;
        padding-bottom: 17px !important;
    }
    .top-contacto{
        padding-top: 17px;
    }
    .top-clientes{
        margin-top: 15px !important;
    }
    .home-sub-title {
        font-size: 15px !important;
    }
    .home-title {
        font-size: 28px !important;
    }
    .home-caption {
        font-size: 8px !important;
    }
    .home-caption-button, .home-caption-button:hover, .home-caption-button:visited, .home-caption-button:active, .home-caption-button:focus {
        padding: 1px !important;
        font-size: 12px !important;
    }
    .quienes-somos-top {
        margin-top: 0px !important;
    }
    .quienes-somos {
        font-size: 17px !important;
    }
    .quienes-somos-grande {
        font-size: 29px !important;
    }
    .quienes-somos-text-left {
        padding-left: 15px !important;
        font-size: 12px !important;
    }
    .top-quienes-dentro{
        margin-top: 20px !important;
    }
    .seccion-productos {
        padding-top: 5px !important;
        padding-bottom: 20px !important;
    }
    .producto-title {
        font-size: 12px !important;
    }
    .producto-desc {
        font-size: 13px !important;
    }
    .contacto-formulario-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .contacto-formulario {
        padding: 20px !important;
        padding-bottom: 20px !important;
    }
    .contacto-formulario input {
        height: 35px !important;
        margin-bottom: 15px !important;
    }
    .margin-top-0-mobile{
        margin-top: 0px !important;
    }
    .info-content {
        padding: 15px !important;
    }
    .info-title {
        font-size: 18px !important;
    }
    .info-text {
        font-size: 10px !important;
    }
    .info-content-center {
        padding: 15px !important;
    }
    .footer {
        font-size: 10px !important;
    }
    .logo-mobile{
        width: 190px !important;
    }
    .content-header {
        border-bottom: none !important;
    }
    .seccion-info {
        padding-top: 25px !important;
        padding-bottom: 0px !important;
    }
}
.top-quienes-dentro{
    margin-top: 60px;
}
.seccion-contacto{
    background: url(../imagenes/contacto.jpg);
    padding-top: 75px;
    padding-bottom: 50px;
}

.seccion-contacto input, .seccion-contacto textarea{
    border-radius: 0;
    border: 1px solid #0f171b;
    font-size: 12px;
}

.contacto-mensaje{
    height: 200px !important;
}

.contacto-texto{

}

.btn-contacto, .btn-contacto:active, .btn-contacto:focus, .btn-contacto:visited{
    background-color: #e0482c !important;
    color: #fff;
    border-radius: 0;
}

.btn-contacto:hover{
    background-color: #bb290e !important;
    color: #fff;
}

.contacto-info{
    margin-top: 15px;
    font-weight: 700;
}

.contacto-info img{
    margin-right: 15px;
    width: 17px;
}

.contacto-logo{
    margin-top: 20px;
}

.contacto-logo img{
    width: 180px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0f171b;
    z-index: 99999;
}

.status {
    width: 260px;
    position: absolute;
    left: 40%;
    top: 25%;
}

@media (max-width: 991px) {
    .status {
        width: 180px;
        position: absolute;
        left: 24%;
        top: -15px;
    }
}

#topcontrol {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 13px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 0;
    background-color: #bb9356;
    z-index: 999;
    border-radius: 0;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    padding-top: 3px;
    cursor: pointer;
}

#topcontrol:hover{
    background-color: #9a7a48;
    transition: 1s;
}

.home-sub-title{
    font-size: 33px;
    text-transform: uppercase;
}

.home-title{
    color: #bb9356;
    font-size: 90px;
    font-family: 'Mr Dafoe', cursive;
    text-shadow: 1px 1px 11px black;
}

.home-caption{
    font-size: 17px;
    margin-top: 5px;
}

.home-caption-button, .home-caption-button:hover, .home-caption-button:visited, .home-caption-button:active, .home-caption-button:focus{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 19px;
    display: block;
    width: 250px;
    margin: auto;
    margin-top: 25px;
    text-decoration: none;
    cursor: pointer;
}

.quienes-somos-top{
    margin-top: 75px;
}

.producto-title{
    font-size: 21px;
    font-weight: bold;
}

.producto-desc{
    color: #bb9356;
    font-size: 18px;
}

.producto-divider{
    background-color: #bb9356;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contacto-caption{
    color: #ccc;
    padding-left: 300px;
    padding-right: 300px;
    margin-top: 25px;
}

.contacto-formulario-content{
    padding-left: 130px;
    padding-right: 130px;
    margin-top: 30px;
}

.contacto-formulario{
    background-color: #f9f4ed;
    padding: 65px;
    padding-bottom: 55px;
}

.contacto-formulario input{
    border: 1px solid #2d2d2d;
    height: 55px;
    background-color: transparent;
}

.contacto-formulario textarea{
    border: 1px solid #2d2d2d;
    background-color: transparent;
    border-radius: 4px;
    height: 100px;
}

.contacto-formulario a{
    background-color: #bb9356;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    width: 160px;
    display: block;
    margin: auto;
}

.info-content{
    background-color: #1b1b1b;
    padding: 40px;
    height: 220px;
}

.info-content-center{
    background-color: #1b1b1b;
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
    padding: 40px;
    height: 220px;
}

.info-title{
    color: #fff;
    font-family: 'Mr Dafoe', cursive;
    font-size: 23px;
    margin-top: 15px;
}

.info-text{
    color: #6d6d6d;
    font-size: 13px;
    margin-top: 6px;
}

.logo-footer{
    width: 185px;
}

.footer-img{
    margin-left: 15px;
}

.logo-modal{
    width: 25px;
    margin-left: 5px;
    margin-top: -3px;
}

.powered{
    color: #ad8852;
}