html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .5s;
}
body {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #333;    
}
h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul, li {
    list-style: none;
}
p {
    font-size: 15px;
    color: #000;
    line-height: 24px;
}
a,button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.it {
    font-style: italic;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.upp {
    text-transform: uppercase;
}
.mbot50 {
    margin-bottom: 50px !important;
}
.autoClearer:before,
.autoClearer:after {
    content: " ";
    display: table;
}
.autoClearer:after {
    clear: both;
}
input[type="radio"],
input[type="checkbox"] {

}
input[type="text"],
input[type="password"],
input[type="email"] {
}
.wrapper {
    width: 1040px;
    clear: both;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px; 
}
.wrapper.acoted {
    width: 700px;
}

.logo {
    position: fixed;
    top: 20px;
    left: 50px;
    z-index: 2;
}
.logo img.light {
    display: block;
}
.logo img.dark {
    display: none;
}
.stk .logo img.light {
    display: none;
}
.stk .logo img.dark {
    display: block;
}

.modal-backdrop{
    display: none;
}


/****************** HOME ******************/
.CertificadoDnvHome{
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 2;
}
.slider-home .owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
}
.slider-home .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #86a0be;
    display: inline-block;
    *display: inline;
    zoom: 1;
    opacity: 0.5;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 0 5px;
}
.slider-home .owl-dots .owl-dot.active {
    opacity: 1;
    background: #0f4380;
}

/* HEADER */

.changeZindex{
    z-index: 1 !important;
}

.Header{
    float: left;
    width: 100%;
    padding: 5px 0;
    height: 80px;
    position: relative;
    z-index: 2;
    /*background: #fff;*/
}

.Header-Logo-Principal{
/*visibility: visible;
  opacity: 0;*/
}

.affix .Header-Logo-Principal{
visibility: visible;
  opacity: 1;
}

.affix .Header-Secundario-Redes li a {
/*    color: #8a97a5;
    padding: 5px;*/
}

.affix .Header-Secundario {
/*    display: inline-block !important;
    width: 100%;
    text-align: right;
    padding: 10px 0;*/
}

.Header.affix {
    background: rgba(255,255,255,1);
    position: fixed !important;
    box-shadow: 0px 2px 2px rgba(0,0,0,.1);
    display: inline-block;
}

.AboutEpigrafe{
    background: #fff;
    color: #000;
    position: absolute;
    bottom: 30%;
    right: 0;
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.affix .Btn-About{
    display: none;
}
.Btn-About{
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 15px 0;
    float: left;
    cursor: pointer;
}
.Btn-About:hover{
    color: #fff;
}
.Btn-LastNews{
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 15px 0;
    float: right;
    cursor: pointer;
        display: inline-block;
}
.Btn-LastNews:hover{
    color: #fff;
}

.affix .Btn-LastNews{
        display: none;
}

.hvr-underline-from-left:before{
    background: #fff;
}

.hvr-underline-from-right:before{
    background: #fff;
}


.affix .ContentLogo-Principal{
    float: left;
    position: static;
    padding: 5px 0;
}

.ContentLogo-Principal {
/*    position: absolute;
    top: -50px;*/
    float: left;
position: static;
padding: 5px 0;
}

.Header-MenuPincipal{
    float: right;
    visibility: visible;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: -50px;
}

.affix .Header-MenuPincipal{
visibility: visible;
  opacity: 1;
      position: static;
}
.Header-MenuPincipal ul{
    text-align: center;
}
.Header-MenuPincipal ul li{
    display: inline-block;
}

.Header-MenuPincipal ul li.punto{
    position: relative;
    top: -3px;
}
.Header-MenuPincipal ul li a{
    color: #0f4380;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 6px;
    cursor: pointer;
    font-weight: 300;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.modal {
    z-index: 1050;
}

.modal-backdrop {
    z-index: 1040;
}

.servicios-content{
    padding-top: 80px;
}
.servicios-content .imgServicio{
    padding: 0px;
}

.servicios-content .imgServicio img{
   width: 100%;
}

.bgServicio-Azul{
    background: #0f4380;
}

.bgServicio-Celeste{
    background: #4b72a0;
}

.bgServicio-Verde{
    background: #92bc21;
}

.textServicio{
    padding: 30px 40px;
    display: inline-block;
}
.textServicio h4{
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 300;
}
.textServicio p{
    margin-left: 35px;
    color: #fff;
    font-weight: 300;
    max-width: 560px;
    font-size: 18px;
    margin-bottom: 25px;
}

.Servicio-IntroText{
    text-align: center;
}


.Servicio-IntroText h3{
    color: rgba(255,255,255,0.6);
    font-size: 90px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 4px;
}

.IntroText{
    text-align: right;
}


.IntroText h3{
    color: #0f4380;
    font-weight: bold;
    font-size: 74px;
    display: inline-block;
    width: 100%;
}

.IntroText p{
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
}

.IntroText a{
    color: #fff;
    margin-top: 119px;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #fff;
    padding: 20px 15px;
    float: right;
    border-radius: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.Header-MenuPincipal ul li a:hover{
    color: #717171;
    /*text-decoration: line-through;*/
}

.Header-MenuPincipal ul li a.active{
    color: #717171;
    /**/
    text-decoration: underline;
}

.Header-Secundario{
    width: 100%;
    text-align: right;
padding-top: 20px;
}


.Header-Secundario-Idiomas{
    display: inline-block;
}

.Header-Secundario-Telefono{
    display: inline-block;
    margin-right: 10px;
}
.Header-Secundario-Telefono li{
    float: left;
    margin: 0 2px;
}
.Header-Secundario-Telefono li a{
    background: #717171;
    padding: 1px 5px;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    position: relative;
}
.Header-Secundario-Telefono li a.link-mobile{
    color: #717171;
    width: 100%;
    background: none;
    top: -3px;
    float: right;
    height: auto;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
}
.Header-Secundario-Telefono li a i{
    position: absolute;
    right: 6px;
    top: 0px;
}
.Header-Secundario-Telefono li a:hover {
    opacity: 1; 
}

.Header-Secundario-Redes{
    /*display: inline-block;*/
    float: right;
    margin-right: 0;
}
.Header-Secundario-Redes li{
    float: left;
    margin: 0 2px;
}
.Header-Secundario-Redes li a{
    background: #717171;
    padding: 0px 5px;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.Header-Secundario-Redes li a:hover {
    opacity: 1; 
}

.Header-Secundario-Idiomas li{
    float: left;
}
.Header-Secundario-Idiomas li a{
    margin: 5px;
    cursor: pointer;
}

.Header-Secundario-Idiomas li a i{
    display: inline-block;
    width: 19px;
    height: 13px;
}
.Header-Secundario-Idiomas li a i.icon-flag-es {
    background: url(../img/header/icon-flags.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -12px;
}
.Header-Secundario-Idiomas li a:hover i.icon-flag-es {
    background-position-y: 0px;
}
.Header-Secundario-Idiomas li a.active i.icon-flag-es {
    background-position-y: 0px;
    cursor: context-menu;
}
.Header-Secundario-Idiomas li a.active {
    cursor: context-menu;
}
.Header-Secundario-Idiomas li a i.icon-flag-en {
    background: url(../img/header/icon-flags.png);
    background-repeat: no-repeat;
    background-position-x: -18px;
    background-position-y: -12px;
}
.Header-Secundario-Idiomas li a:hover i.icon-flag-en {
    background-position-y: 0px;
}

.Header-Secundario-Idiomas li a.active i.icon-flag-en {
    background-position-y: 0px;
    cursor: context-menu;
}



.Header-Secundario-Idiomas li span{
    margin: 5px;
}

.Header-Secundario-Idiomas li span i{
    display: inline-block;
    width: 19px;
    height: 13px;
}

.Header-Secundario-Idiomas li span i.icon-flag-es {
    background: url(../img/header/icon-flags.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -12px;
}
.Header-Secundario-Idiomas li span:hover i.icon-flag-es {
    background-position-y: 0px;
}
.Header-Secundario-Idiomas li span.active i.icon-flag-es {
    background-position-y: 0px;
    cursor: context-menu;
}
.Header-Secundario-Idiomas li span.active {
    cursor: context-menu;
}
.Header-Secundario-Idiomas li span i.icon-flag-en {
    background: url(../img/header/icon-flags.png);
    background-repeat: no-repeat;
    background-position-x: -18px;
    background-position-y: -12px;
}
.Header-Secundario-Idiomas li span:hover i.icon-flag-en {
    background-position-y: 0px;
}

.Header-Secundario-Idiomas li span.active i.icon-flag-en {
    background-position-y: 0px;
    cursor: context-menu;
}

.background-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: opacity .8s linear;
    transition: opacity .8s linear;
}

.background-video.is-playing {
    opacity: 1;
}

.seccion-empresa{
    background: #0f4380;
    padding: 130px 0 50px 0;
}

.seccion-productos{
    background: #0f4380;
    padding: 70px 0 50px 0;
    min-height: 650px;
}


.Seccion{
    position: relative;
    z-index: 1;
    height: auto !important;
    min-height: 659px;
}

.Empresa-Box{
    color: #fff;
    text-align: center;
    padding: 0 70px;
}
.Empresa-Box h3{
    margin: 20px 0;
}
.Empresa-Box img{}
.Empresa-Box p{
    color: #fff;
    text-align: justify;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}
.Empresa-Box a{
    color: #fff;
    background: url("../img/icon-btn-plus.png");
    width: 57px;
    height: 33px;
    display: inline-block;
    cursor: pointer;
}

.bg-blanco{
    background: #fff;    
}

.hvr-bubble-float-left:before{
    border-color: transparent #66c1be transparent transparent;
}

.hvr-bubble-float-right:before{
    border-color: transparent transparent transparent #66c1be
}

.Btn-Derecha-Degrade{
    float: left;
    margin-bottom: 2px;
    cursor: pointer;
        width: 100%;
}
.Btn-Derecha-Degrade i{
color: #fff;
    background: #66c1be;
    padding: 4px 5px;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    font-size: 22px;
}
.Btn-Derecha-Degrade h4{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66c1be+0,66c1be+83&1+58,1+58,0+100 */
    background: -moz-linear-gradient(left,  rgba(102,193,190,1) 0%, rgba(102,193,190,1) 58%, rgba(102,193,190,0.4) 83%, rgba(102,193,190,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(102,193,190,1) 0%,rgba(102,193,190,1) 58%,rgba(102,193,190,0.4) 83%,rgba(102,193,190,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(102,193,190,1) 0%,rgba(102,193,190,1) 58%,rgba(102,193,190,0.4) 83%,rgba(102,193,190,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c1be', endColorstr='#0066c1be',GradientType=1 ); /* IE6-9 */
    padding: 5px 8px;
    height: 30px;
    float: left;
    margin-left: 2px;
    color: #fff;
    width: 260px;
    text-align: left;
    letter-spacing: 2px;
    font-size: 18px;
}
.Btn-Izquierda-Degrade{
    float: left;
    margin-top: 2px;
    width: 100%;
    cursor: pointer;

}
.Btn-Izquierda-Degrade i{
    color: #fff;
    background: #66c1be;
    padding: 4px 5px;
    width: 30px;
    height: 30px;
    float: right;
    text-align: center;
    font-size: 20px;
}
.Btn-Izquierda-Degrade h4{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66c1be+17,66c1be+100&0+0,1+42,1+42 */background: -moz-linear-gradient(left,  rgba(102,193,190,0) 0%, rgba(102,193,190,0.4) 17%, rgba(102,193,190,1) 42%, rgba(102,193,190,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left,  rgba(102,193,190,0) 0%,rgba(102,193,190,0.4) 17%,rgba(102,193,190,1) 42%,rgba(102,193,190,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  rgba(102,193,190,0) 0%,rgba(102,193,190,0.4) 17%,rgba(102,193,190,1) 42%,rgba(102,193,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c1be', endColorstr='#66c1be',GradientType=1 ); /* IE6-9 */padding: 5px 8px;height: 30px;float: right;margin-right: 2px;color: #fff;width: 245px;text-align: right;}

.LastNews-botones{

text-align: center;
}

.LastNews-Content{float: right;margin-top: 0px;width: 100%;}

.LastNews-Content img{
    float: right;
        width: 100%;
}

.LastNews-Content h5{
}

.Text-Izquierda-Degrade{    
    float: right;   
background: -webkit-linear-gradient(left, rgba(102,193,190,0) 0%, rgba(102,193,190,0.4) 17%, rgba(102,193,190,1) 42%, rgba(102,193,190,1) 100%);
background: -o-linear-gradient(left, rgba(102,193,190,0) 0%, rgba(102,193,190,0.4) 17%, rgba(102,193,190,1) 42%, rgba(102,193,190,1) 100%);
background: linear-gradient(to right, rgba(102,193,190,0) 0%, rgba(102,193,190,0.4) 17%, rgba(102,193,190,1) 42%, rgba(102,193,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066c1be', endColorstr='#66c1be',GradientType=1 );
    padding: 5px 25px;
    height: 55px;
    float: right;
    color: #fff;
    width: 375px;
    text-align: right;
    font-size: 40px;
}

.Text-Derecha-Degrade{
    float: right;   
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66c1be+0,66c1be+83&1+58,1+58,0+100 */
    background: -moz-linear-gradient(left,  rgba(102,193,190,1) 0%, rgba(102,193,190,1) 58%, rgba(102,193,190,0.4) 83%, rgba(102,193,190,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(102,193,190,1) 0%,rgba(102,193,190,1) 58%,rgba(102,193,190,0.4) 83%,rgba(102,193,190,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(102,193,190,1) 0%,rgba(102,193,190,1) 58%,rgba(102,193,190,0.4) 83%,rgba(102,193,190,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c1be', endColorstr='#0066c1be',GradientType=1 ); /* IE6-9 */
    padding: 8px 8px;
    height: 30px;
    float: left;
    color: #fff;
    padding: 5px 25px;
    height: 55px;
    float: right;
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 36px;
}

.Gallery-botones{
    text-align: center;
    float: left;
    margin-top: 54px;
}

.Gallery-Content{
    float: left;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 0px;
}

.Gallery-Content img{
    float: left;
        width: 100%;
}

.Gallery-Content h5{
float: left;
    margin-top: 121px;
}

.Seccion-LastNews{
    padding-right: 0px;
}
.Seccion-Gallery{
    padding-left: 0px;
}

.Seccion-Sponsor{
    margin: 0px;
background: #142d4b;
}
.Seccion-Sponsor-Content{
background: #142d4b;
display: inline-block;
width: 100%;
height: 100px;
text-align: center;
}
.Seccion-Sponsor h5{
position: absolute;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 40px 0 0 40px;
}

.Seccion-Sponsor-Content img{
float: none;
padding: 10px;
width: 422px;
display: inline-block;
}

.Seccion-Header{
    background: rgba(137,207,205,1);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0 30px 0;
    margin-bottom: 50px;
}
.Seccion-Header .LineHeader{
    background: rgba(137,207,205,0.5);
    width: 100%;
    height: 20px;
    position: relative;
    top: -30px;
    float: left;
}
.Seccion-Header h2{
    color: #fff;
    letter-spacing: 2px;
    font-size: 50px;
    display: inline-block;
}
.Seccion-Header p{
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
}

/*.Gallery-Box{
    position: relative;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}*/
.Gallery-Box {
    position: relative;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    width: 390px;
    height: 260px;
    overflow: hidden;
}
.Gallery-Box:hover{
  transition: visibility 0s, opacity 0.5s ease-out;
    
}
.Gallery-Box:hover .Gallery-Box-Hover{
visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s ease-out;

}
/*.Gallery-Box img{
    width: 100%;
}*/
.GalleryPhotoImg{
    height: 120%;
}
.GalleryVideoImg{
    position: absolute;
    top: -45px;
    left: -40PX;
}
.Gallery-Box .Gallery-Box-Hover{
visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-out;
    background: rgba(20,46,75,0.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 260px;
}
.Gallery-Box .Gallery-Box-Hover h6{
    color: #fff;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 70px;
    margin-top: 60px;
}
.Gallery-Box .Gallery-Box-Hover i{
    background: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 10px 0;
    font-size: 25px;
}
.Box-Intro-Servicio{
    margin-top: 275px;
    margin-bottom: 55px;
}
.Box-Intro-Servicio .BtnIntro {
    width: 31px;
    height: 53px;
    display: inline-block;
    /*!  */
    background: url(../img/arrow-intro-circle.png);
    opacity: 0.8;
    margin-top: 130px;
}
.Box-Intro{
    margin-top: 25px;
    padding: 0px;
}
.Box-Intro img{
    position: absolute;
    bottom: 0;
}
.Box-Intro .BtnIntro {
    width: 31px;
    height: 53px;
    display: inline-block;
    /*!  */
    background: url(../img/arrow-intro-circle.png);
    opacity: 0.8;
    margin-top: 130px;
}
/*.Box-Intro a:hover{
background: rgba(255,255,255,0.2);
}*/

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 100%;
  }
}

body.modal-open {
    overflow: hidden;
}

.modal-open .modal{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.modal-body {
    padding: 0;
    background: rgba(255,255,255,0.9);
    min-height: 520px;
}

.modal-header {
    /*!  */
    border-bottom: none;
    background: #0f4380;
    text-align: left;
}

.ModalEmpresaContent{
    margin-top: 10px;
    margin-bottom: 25px;
    color: #0f4380;
    font-weight: 300;
    font-size: 18px;
}
.ModalEmpresaContent h4{
    font-size: 28px;
    font-weight: 300;
    margin: 30px 0;
}
.ModalEmpresaContent p{
    margin: 20px 0;
    color: #0f4380;
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
}

.ModalEmpresaContent ul{
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.ModalEmpresaContent ul li { 
    padding-left: 0; 
}

.ModalEmpresaContent ul li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #0f4380; /* Or a color you prefer */
    font-size: 20px;
}

.ModalEmpresaContent a{
    color: #fff;
background: url("../img/icon-btn-close.png");
width: 57px;
height: 33px;
display: inline-block;
    float: right;
}

.Content-About .close{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    padding: 15px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 4px;
    position: relative;
    text-shadow: none;
    display: inline-block;
    float: right;
    margin-top: 57px;
    margin-right: 20px;
}

.Content-About .closeContact {
color: #fff;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    padding: 15px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 4px;
    position: relative;
    text-shadow: none;
    display: inline-block;
    margin-right: 20px;
    float: right;
    margin-right: 0;
margin-top: 40px;
}

.Content-About .Header-Secundario-Idiomas{
    position: absolute;
    right: 25px;
    top: 12px;
}

.About-Img{
    padding: 0px;
}

.About-Img img{
    width: 100%;
}

.About-Info{
    padding: 60px 80px;
    background: #fff;
}
.About-Info h4{
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 20px;
    letter-spacing: 4px;
}
.About-Info p{
    text-transform: uppercase;
    margin-bottom: 32px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
}
.About-Info a{
    text-transform: uppercase;
    margin-top: 32px;
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
}
.About-Info a i{
    margin-right: 10px;
}

.Content-About .row{
    /*!  */
}

.Contact-Info{
    margin-bottom: 42px;
}
.Contact-Info ul{
    display: inline-block;
}
.Contact-Info ul li{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.Contact-Info ul li a{
    margin-top: 0px;
}
.Contact-Info ul li i{
    width: 20px;
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
}
.Contact-Info ul li i.fa-mobile{
    font-size: 30px;
}

.Contact-Info ul li i.fa-skype{
    font-size: 22px;
}

.Contact-Form{}
.Contact-Form h4{
    text-transform: uppercase;
    letter-spacing: 4px;
}
.Contact-Form form{
    display: inline-block;
}
.Contact-Form .Campo{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.Contact-Form .btnSubmit{
    float: right;
    border: none;
    padding: 0;
    font-size: 18px;
}

.Contact-Form .btnSubmit:hover{
   background: none;
}

.Contact-Form .Campo a{
    float: right;
    margin: 0;
}
.Contact-Form .CampoLabel{
    display: inline-block;
    width: 37.1%;
    text-transform: uppercase;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    float: left;
    margin-right: 3px;
}
.Contact-Form .CampoInput{
    display: inline-block;
    width: 62%;
    border: none;
    background: #e8f6f5;
    height: 24px;
}

.Contact-Form .CampoInputTextarea{
        display: inline-block;
    width: 62%;
    border: none;
    background: #e8f6f5;

}

.modal-footer {
    border-top: none;
    background: #92bc21;
    height: 57px;
    text-align: center;
}

.About-Footer{
    text-align: center;
    position: relative;
}
.About-Footer img{
    position: absolute;
    left: 0;
    top: -8px;
}
.About-Footer ul{
    display: inline-block;
    float: none;
}

.Text-Seccion{
    position: absolute;
    color: #fff;
    text-shadow: none;
    left: 25px;
    top: 12px;
    letter-spacing: 4px;
}

.Last-News{
    text-align: center;
}
.News-Red{
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
    color: #fff;
}
.News-Red:hover{
    color: #fff;
}
.News-Red i{
    font-size: 60px;
}
.News-Red-Content{
    display: inline-block;
    margin-bottom: 110px;
}
.News-Red-Content img{}

.Bg-Facebook{
    background: #3a589e;
}
.Bg-Twitter{
    background: #00aced;
}
.Bg-Youtube{
    background: #eb2727;
}

.GalleryDetails-Header{
    float: left;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    padding: 15px 35px;
}
.GalleryDetails-Header h6{
    font-size: 26px;
    letter-spacing: 4px;
    line-height: 24px;
}
.GalleryDetails-Header h5{
    font-size: 45px;
    letter-spacing: 4px;
    line-height: 50px;
}

.GalleryDetails-Body{
    padding: 30px 20px;
    background: #fff;
    min-height: 500px;
}

.Video-Body{
}

.GalleryDetails-Footer{
    text-align: center;
}
.GalleryDetails-Footer img{
    position: relative;
    top: -8px;
}
.GalleryDetails-Btn-Close{
    display: inline-block;
}
.GalleryDetails-Box{
    padding: 0 15px 15px 15px;
    cursor: pointer;
}
.GalleryDetails-Box:hover{
    opacity: 0.5;
}
.GalleryDetails-Box img{
    width: 100%;
}
.GalleryDetails-Box p{
    padding: 15px 0;
}
/* SAILING */
.GalleryDetails-Box-Sailing{
    padding: 0 15px 15px 15px;
    height: 450px;
}
.GalleryDetails-Box-Sailing img{
    width: 100%;
}
.GalleryDetails-Box-Sailing p{
    padding: 15px 0;
}

/* PRESS */
.GalleryDetails-Box-Press {
    padding: 0 15px 15px 15px;
    cursor: pointer;
    position: relative;
}
.GalleryDetails-Box-Press:hover{
    opacity: 0.5;
}
.GalleryDetails-Box-Press img{
width: 100%;
padding-bottom: 57px;
}
.GalleryDetails-Box-Press p{
padding-top: 0;
position: absolute;
bottom: 40px;
}


.GalleryDetails-List-Items{
    margin: 15px 0;
}
.GalleryDetails-List-Items li{}
.GalleryDetails-List-Items li strong{}

#cont-twitter{
    width: 400px;
}

#columns {
    column-width: 320px;
    -webkit-column-width: 320px; /* Chrome, Safari, Opera */
    -moz-column-width: 320px; /* Firefox */  
}

/*#cont-facebook *{
    width: 100% !important;
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

._2lqg>div {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 8px;
}*/


.vertical-center {
    text-align:center;
    width:100%;
    position: absolute;
    top: 47%;
    transform: translateY(-47%);
}
.vertical-center p {
    margin-top:23px;
}

.inner {
    position: relative;
    height:100%;
    width:80%;
    margin:0 auto;
}

.paginations {
    position:fixed;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size:1.4em;
    z-index: 10;
}
.paginations a {
    display: block;
    height: 15px;
    margin-bottom: 20px;
    color: white;
    position: relative;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
}
.paginations a.active:after {
    box-shadow:inset 0 0 0 5px;
}
.paginations a .hover-text {
    right: 12px;
    top: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 10px;
    font-size: 14px;
    position: absolute;
}
.paginations a:hover .hover-text {
    opacity: 1;
}
.paginations a:after {
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: 7px;
    bottom: 0;
    background: #fff;
}
.paginations a.active {
    background: rgba(255,255,255,0.2);
}

.line-menu{
    position: absolute;
    height: 245px;
    width: 1px;
    background: rgba(255,255,255,0.2);
    top: 10px;
    right: 9.4px;
}

.social-corner {
    position: absolute;
    top:18px;
    right:40px;
}
.social-corner iframe:first-child {
    margin-right:3px;
}
.vertical-center p.cta {
    margin-top:5px;
}
.vertical-center a:link,
.vertical-center a:visited {
    color:white;
    text-decoration:none;

    font-size:0.6em;
}
.vertical-center a:hover {
    text-decoration: underline;
}
.arrow {
    position: relative;
    padding-right:15px;
}

.arrow:before,
.arrow:after {
    content:'';
    position: absolute;
    right:0;
    top:7px;

    width:2px;
    height:12px;
    background: white;
}
.arrow:before {
    transform: rotate(45deg);
    top:15px;
}
.arrow:after {
    transform: rotate(-45deg);

}
.CoachingDetails-Body{
background: #fff;
display: inline-block;
width: 100%;
}

.ContentImg-Coaching{
    height: 450px;
    overflow: hidden;
    position: relative;
}
.ContentImg-Coaching img{
    width: 100%;
    position: absolute;
    bottom: -50%;
}
.table-coaching{
border: none;
display: inline-block;
width: 100%;
}
.table-coaching .table{}
.table-coaching .table thead {
    border: none;
    background: #16304b;
    color: #fff;
}
.table-coaching .table thead tr{}
.table-coaching .table thead tr th {
    border: none;
}
.table-coaching .table thead tr th p{
    color: #fff;
}
.table-coaching .table thead tr th:first-child p {
    padding-left: 25px;
}

.table-coaching .table tbody {
}

.table-coaching .table tbody tr{}
.table-coaching .table tbody tr td {
    border: none
}
.table-coaching .table tbody tr td p{
    padding-left: 25px;
}

.filaImpar{
    background: #fff;
    color: #1d3d54;
}

.filaPar{
    background: #67c1bf;
    color: #1d3d54;
}
/*
#blog-landing {
position: relative;
max-width: 100%;
width: 100%;
}

.white-panel {
position: absolute;
}*/
.help-block2 {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
}

.GalleryDetails-Box-Video{
    position: relative;
    height: 260px;
    overflow: hidden;
    padding: 0 15px 15px 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

.GalleryDetails-Box-Video:hover{
    opacity: 0.5;
}

.GalleryDetails-Box-Video img{
    position: absolute;
    top: -47px;
}

.ocultarMenuVertical{
    display: none;
}

.popup {
  position: relative;
  background: #0e0f10;
  padding: 45px;
  width: auto;
  max-width: 580px;
  margin: 20px auto;
  border:3px solid #23272a;
  color: #fff;
}
.popup h2 {
    color: #fff;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Sintony', sans-serif;
    text-align: center;
}

.popup h3 {
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 500!important;
    font-family: 'Sintony', sans-serif;
    font-style: normal!important;
    margin-top: 0;
    text-align: center;
    line-height: 18px;
}

.SliderHome{
    padding: 0px;
}

.slide img{
    width: 100%;
}

.Header-Productos{}
.Header-Productos h4{font-size: 64px;background: rgba(255,255,255,0.7);padding: 15px 0;color: rgba(255,255,255,0.7); margin-bottom: 20px;}

.Producto-Box{
    padding: 15px;
    cursor: pointer;
    position: relative;
}
.Producto-Box:hover img{
    opacity: 0.5;
}
.Producto-Box:hover .BtnHover i{
    opacity: 0.5;
}
.Producto-Box:hover .BtnHover{
    display: block;
}
.Producto-Box img{
    width: 100%;
}
.Producto-Box h4{
    position: absolute;
    bottom: 30px;
    width: 90%;
    color: #0f4380;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}
.Producto-Box .BtnHover {
    color: #0f4380;
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 35px;
    background: rgba(255,255,255,0.7);
    width: 53px;
    height: 53px;
    text-align: center;
    border-radius: 50%;
    display: none;
}

.Contacto{
    position: relative;
}

.Contacto .container{
    z-index: 2;
    position: relative;
}

.Formulario-Content{
    position: absolute;
    top: 100px;
    left: 0px;
    background: rgba(255,255,255,0.7);
    padding: 15px;
    width: 380px;
}
.Formulario-Content h4{
    text-transform: uppercase;
    color: #0f4380;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin: 15px 0;
}

.FormConsulta{}
.FormConsulta input{
    border:none;
    border-radius: 0px;
    margin-bottom: 10px;
    color: #0f4380;
    font-size: 18px;
    font-weight: 300;
    background: rgba(15,65,125,0.1);
    text-shadow: none;

}
.FormConsulta textarea{
        border:none;
    border-radius: 0px;
    margin-bottom: 10px;
    color: #0f4380;
    font-size: 18px;
    font-weight: 300;
width: 100%;
    background: rgba(15,65,125,0.1);
    text-shadow: none;
}

.FormConsulta .btn-send{
    color: #0f4380;
    font-size: 18px;
    border-radius: 25px;
width: 85px;
height: 40px;
display: block;
margin: 0 auto;
border: 1px solid #0f4380;
background: none;
}

.map {
    width:100%;
    height:659px;
    display: block;
}

.FormConsulta input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0f4380;
}
.FormConsulta input::-moz-placeholder { /* Firefox 19+ */
  color: #0f4380;
}
.FormConsulta input:-ms-input-placeholder { /* IE 10+ */
  color: #0f4380;
}
.FormConsulta input:-moz-placeholder { /* Firefox 18- */
  color: #0f4380;
}

.FormConsulta textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0f4380;
}
.FormConsulta textarea::-moz-placeholder { /* Firefox 19+ */
  color: #0f4380;
}
.FormConsulta textarea:-ms-input-placeholder { /* IE 10+ */
  color: #0f4380;
}
.FormConsulta textarea:-moz-placeholder { /* Firefox 18- */
  color: #0f4380;
}


.map-wrap {
    position: relative;
    z-index: 1;
}
    
.overlay {
    width:100%;
    min-height:659px; 
    position:absolute; 
    top:0;
}

.Seccion-Footer {
    position: relative;
    z-index: 1;
    height: auto !important;
}

.Footer-Datos{padding: 25px 10px;}
.Footer-Datos .dataFiscal{margin-right: 25px;margin-top: 2px;}
.Footer-Datos ul{margin: 0;line-height: 18px;}
.Footer-Datos ul li:first-child{font-weight: 600;}
.Footer-Datos ul li{color: #fff;margin-bottom: 12px;font-size: 18px;font-weight: 300;}
.Footer-Datos .certificado{}

.Footer-Firma {
    padding: 15px;
    padding-left: 75px;
    display: inline-block;
}
.Footer-Firma p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.Footer-Firma a{}

.Producto-Header{
    text-align: center;
}
.Producto-Header img{
    float: left;
}
.Producto-Header h5{
    display: inline-block;
background-color: transparent;
color: #fff;
font-size: 28px;
font-weight: 300;
margin-top: 20px;
}
.Producto-Header a{
    color: #fff;
    background: url("../img/icon-btn-close-blanco.png");
    width: 57px;
    height: 33px;
    display: inline-block;
    float: right;
    margin-top: 20px !important;
}
.Producto-Boxes{
    padding-top: 15px;
    padding-bottom: 15px;
}
.Producto-Box-Content{
    padding: 15px;
}
.BoxBottom{
    border: 1px solid #a8bad1;
    cursor: pointer;
}
.BoxBottom img{
    width: 100%;
}
.BoxBottom h6{
    background: #a8bad1;
    color: #0f4380;
    padding: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.fancybox-opened .fancybox-skin {
    padding: 0px !important;
}

.fancybox-inner {
    overflow: hidden;
    width: 100% !important;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: initial;
    margin-bottom: -55px !important;
    z-index: 8050;
    text-align: center;
    left: 0;
    width: 90%;
    font-family: 'Oswald', sans-serif !important;

}
.fancybox-title-float-wrap .child {
    float: left;
    width: 100%;
    background: none !important;
    text-align: left;
    line-height: 18px !important;
    font-size: 18px;
    font-weight: 300 !important;
    padding-left: 0 !important;
}

.fancybox-close {
color: #fff;
background-image: url("../img/icon-btn-close-blanco.png") !important;
width: 57px !important;
height: 33px !important;
display: inline-block;
float: right;
margin-top: 20px !important;
bottom: -50px;
top: inherit !important;
right: 0 !important;
}