/*body{
    background-image: linear-gradient(180deg, #f5b931,#f9b109); 
}*/

:root{
    --gradient: linear-gradient(to right, #b4b3b3,#f9f9fb, #f9f9fb, #f9f9fb, #f9f9fb, #f9f9fb, #f9f9fb, #f9f9fb, #f9f9fb);    
}

*{
    box-sizing: border-box;
}

.bg-wh-1{
    background-image: linear-gradient(to bottom right, #005f70, #002a31);        
    
}

.bb::before, .bb::after, .bb, .bb-m::before, .bb-m::after, .bb-m {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
.bb {
    width:  480px;
    height: 50px;
    padding: 3px;
    margin-top: 0px;
    margin-left: 67.25%;
    color: #01004a;
    z-index: 1000;
    float: right;
}

.bb-m {
    width: 200px;
    height: 50px;
    padding: 3px;
    margin-top: 12px;
    margin-left: 30%;
    color: #01004a;
    z-index: 1000;
}
  
  
.bb::before, .bb::after, .bb-m::before, .bb-m::after {
    content: "";
    z-index: -1;
    margin: 0%;
    /*box-shadow: inset 0 0 0 2px;*/
    /*animation: clipMe2 8s linear infinite;*/
}
.bb::before {
    animation-delay: -4s;
}
.bb:hover::after, .bb:hover::before, .bb-m:hover::after, .bb-m:hover::before {
    /*background-color: rgba(25, 31, 184, 0.3);*/
    font-size: 14px;
}
  
@keyframes clipMe2 {
    0%, 100%{
        clip: rect(0px, 120px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 60px, 0px);
    }
    50% {
        clip: rect(58px, 120px, 60px, 0px);
    }
    75% {
        clip: rect(0px, 120px, 60px, 120px);
    }
}

@keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 120px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 120px, 0px);
    }
    50% {
        clip: rect(118px, 120px, 120px, 0px);
    }
    75% {
        clip: rect(0px, 120px, 120px, 118px);
    }
}

@keyframes clipMe3 {
    0%, 100%{
        clip: rect(0px, 120px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 60px, 0px);
    }
    50% {
        clip: rect(58px, 120px, 60px, 0px);
    }
    75% {
        clip: rect(0px, 120px, 60px, 120px);
    }    
}

body{
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    color: #222;
    background: beige;
    background-image: var(--gradient);
    background-size: 400%;
    animation: fondo-anim 20s infinite alternate;
}

@keyframes fondo-anim{
    0%{background-position: left;} /*por defecto*/
    100%{background-position: right;}
}



.banner-bottom {
    color: white; 
    position: relative;
    animation-name: banner-from-bottom;
    animation-duration: 2s;
    animation-delay: -1s;
}

.banner-bottom img{
    width: 100%;
    height: auto;
}
  
  
@keyframes banner-from-bottom {
    0%   {left:0px; top:0px;}
    25%  {left:0px; top:500px;}
    50%  {left:0px; top:400px;}
    75%  {left:0px; top:300px;}
    100% {left:0px; top:0px;}
}

.banner-left {
    position: relative;
    animation-name: banner-from-left;
    animation-duration: 3s;
    animation-delay: -2s;
}

.banner-left img{
    width: auto;
    height: 100%;
}
  
@keyframes banner-from-left {
    0%   {left:0px; top:0px;}
    25%  {left:-500px; top:0px;}
    50%  {left:-400px; top:0px;}
    75%  {left:-300px; top:0px;}
    100% {left:0px; top:0px;}
}

.banner-right {
    position: relative;
    animation-name: banner-from-right;
    animation-duration: 3s;
    animation-delay: -2s;
}

@keyframes banner-from-right {
    0%   {right:0px; top:0px;}
    25%  {right:-500px; top:0px;}
    50%  {right:-400px; top:0px;}
    75%  {right:-300px; top:0px;}
    100% {right:0px; top:0px;}
}

.banner-right img{
    width: auto;
    height: 100%;
}

.banner-top-wh {
    margin-top: 70px;
}

.box-wh-1 img{
    width: 200px !important;
    height: auto;
}


.button-wh-container{
    display: block;
    float: right;      
    margin-top: 14px; 
    margin-right: 10px;
    
}

.button-wh-btn-container  {
    background-image: linear-gradient(to right, #01004a,#008197, #000, #02d5fa, #000, #000, #000, #000); 
    background-size: 700%;    
    color: #fff;
    cursor: pointer;    
    font-weight: 500;
    font-size:14px;
    padding: 14px 14px 14px 14px;
    text-decoration: none;
    transition: background-position 1s;
    margin: auto;    
    border-radius: 3px;
    box-shadow: 1px 3px 10px 1px #9d9d9d; 
}

.button-wh-btn-container:hover{
    background-image: linear-gradient(to left, #000,#000, #000, #000, #008197, #000, #02d5fa, #01004a); 
    background-position: 50%;
    color: #87fb3e;
    
}

.button-wh-btn-container  a:hover{
    background-image: linear-gradient(to left, #000,#01004a, #01004a, #01004a, #01004a, #000, #000, #000, #000) !important; 
    
    
}

.card-title{
    display: block;
    text-decoration: underline;
}

.container {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.fade-in{
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.fade-in-slow{
    animation: fadein 4s;    
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */    
    -o-animation: fadein 4s; /* Opera */
}

.footer-container{        
    
    padding-top: 20px;
    height: 30px;
    width: 100%;    
    
}

.footer-img-wh{
    max-height: 200px;
}

.footer-item-wh{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-navigate-wh a{
    text-decoration: none;
    color: #001f24;
}

.footer-navigate-wh a:hover{
    text-decoration: underline;
    color: #005868;
}

.fade-in-wh{
    position: absolute;
    left: -600px;
    width: 600px;
    height: 370px;
    background: blue;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.footer-wh{
    font-family: 'Playfair Display', serif !important;
}

h1{
    color: #01004a;
    /*display:inline;*/
    font-family: 'Playfair Display', serif !important;
    /*font-size: 2.7rem;     */
    /*font-size: calc(1.525rem + 3.3vw);*/
    font-weight: bold;
    height: auto;
    padding-top: 0px; 
    padding-bottom: 10px;   
    margin-bottom: 10px;
    /*text-shadow: 2px 2px 2px #e1e1e1;*/
}


h2{
    color: #01004a;
    display:inline;
    font-family: 'Playfair Display', serif !important;
    font-size: 2rem;    
    font-weight: bold;
    height: 5rem;
    padding-top: 0px;
    margin-bottom: 50px;    
    /*text-shadow: 3px 4px 15px #a5a5a5;*/    
}

h3{
    color: #002462;
    display:inline;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.2rem;    
    font-weight: bold;
    height: 5rem;
    padding-top: 0px;    
    margin-bottom: 50px;    
}


.header-container-wh {    
    bottom: 1px;     
    height: 70px;
    /*position: -webkit-sticky; 
    position: sticky;
    top: 0;*/

    position: -webkit-fixed;
    position: fixed;
    top: 0;
    
    width: 100%;      
    z-index: 9999;
}

.header-section-wh-1{
    width: auto; 
    height: 70px; 
    margin-left: 61px;
}

.header-section-wh-1-m{
    width: auto; 
    height: 70px; 
    margin-left: 20px;
}

.header-section-wh-2{
    width: auto; 
    height: 70px; 
    padding-left: 31px; 
    padding-right: 31px; 
    padding-top: 15px;
}

.header-section-wh-3{
    width: 480px; 
    height: 70px; 
    margin-right: 31px;
}

.header-section-wh-3-m{
    width: auto; 
    height: 70px; 
    margin: auto; 
    padding-top: 11px;
}
p.hbspt-form{
    color: white !important;
}

.hs-form-required {
    color: #ffffff;
}

.icons-wh-1{
    text-align: center;
    padding-top: 2rem;
    font-size: 4rem;
    color: #ccd4e2;
}

.img-avatars-wh-1{
    border-radius: 20% 20% 50% 50% ;
    box-shadow: 1px 2px 2px 1px #02d5fa; 
    text-align: justify;    
    max-height: 130px;
    height: 50%;
}
.img-wh-1{
    float: left;
    border-radius: 10%;
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    text-align: justify;
    margin: 0rem 1rem 1rem 0rem;

}

label.hs_firstname {
    color: #ffffff !important;
}
#label-firstname-ad2da4ea-39e8-4334-9d85-6ddd496f0285 {
    color: white;
}
.link_wh{
    color: #01004a;
    display:inline;
    font-family: 'Playfair Display', serif !important;
    /*font-size: 2.2rem;*/    
    font-weight: bold;
    height: 5rem;
    margin-bottom: 50px;
    padding-top: 0px;
    text-decoration: none;
    word-break: break-word;
}



.logo-container{
    float: left;
    width: 100px;
}

.logo-container img{
    max-width: 94%;
}

.main-wh-container{
    background-color: #ffffff;   
    padding-left: 10px; 
    padding-right: 10px;     
    height: 70px;
}

#mega-menu-menu-principal ul {
    position: relative;
    animation-name: banner-from-right;
    animation-duration: 3s;
    animation-delay: -2s;
}

#menu-list {
    font-family: Roboto, sans-serif;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 50px;
}

#menu-list li {
    display:inline;
    padding-left:10px;
    padding-right:10px;
    /*text-shadow: 1px 1px 4px #76797b;*/
}

#menu-list a {
    color: #010275;
    text-decoration:none;
}

.next{
    box-shadow: 0px 0px 14px 1px #4c4c4c;     
    margin: 4px;    
    font-size: 14px;
    padding: 10px;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}

a.next:hover{
    background-image: linear-gradient(to bottom, #00163d, #000611);  
    color: #02d5fa !important;
}

p {
    text-align: justify;    
}

.prev{
    box-shadow: 0px 0px 14px 1px #4c4c4c;     
    margin: 4px;    
    font-size: 14px;
    padding: 10px;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}

a.prev:hover{
    background-image: linear-gradient(to bottom, #00163d, #000611);  
    color: #02d5fa !important;
}

#menu-list a:hover {
    color:#b4b3b3;    
    
}

/** PAGINATION **/

.page-numbers {
    box-shadow: 0px 0px 7px 0px #9b9b9b; 
    background-image: linear-gradient(to bottom, #bbbcbc, #99999a);             
    padding: 8px;
    border-radius: 4px;
    margin: 0px;   
    color: #000;
    text-decoration: none;
}

a.page-numbers:hover {
    background-image: linear-gradient(to bottom, #00163d, #000611);  
    color: #02d5fa !important;
}

.current {
    background-image: linear-gradient(to bottom, #00163d, #000611);  
    color: #02d5fa !important;
}

.pagination {
    display: block !important;
}
.pagination-wh {
    height: 80px;
    text-align: center;
}
.paragraph-wh-1 {
    text-align: center;
    color: #ccd4e2;
}

.paragraph-wh-2 {
    text-align: left;
    color: #ccd4e2;
}

.paragraph-wh-3 {
    text-align: center;
    color: #ccd4e2;
    font-size: 1.3rem;
    font-style: italic;
    font-family: 'Playfair Display', serif !important;
    padding-left: 5px;
}

/** **/
.content-shadowbox-wh-1{
    box-shadow: 0px 0px 14px 1px #4c4c4c;  
    background-image: linear-gradient(to bottom right, #f1f3f4, #dbdde1); 
    padding: 20px;
    border-radius: 50px 0px 50px 0px;
    margin: 20px 22px 20px 22px;    
    color: black;
    height: 100%;    
}

.shadowbox-wh-1{
    box-shadow: 0px 0px 14px 0px #4c4c4c; 
    background-image: linear-gradient(to bottom right, #005f70, #002a31);     
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 10px 20px 0px;   
    color: white; 
}

.shadowbox-wh-2{
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    background-image: linear-gradient(to bottom, #00276c, #001c4b); 
    /*background-color: #00276c; */
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 10px 20px 0px;    
    
}

.shadowbox-wh-3{
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    background-color: #6c005d;
    background-image: linear-gradient(to bottom right, #6c005d, #11000f); 
    padding: 10px;
    border-radius: 7px 7px 7px 7px;
    margin: 20px 10px 20px 0px;    
    
}

.shadowbox-wh-4{
    box-shadow: 0px 0px 14px 1px #4c4c4c;  
    background-image: linear-gradient(to bottom right, #f1f3f4, #dbdde1); 
    padding: 20px;
    border-radius: 7px 7px 7px 7px;
    margin: 20px 10px 20px 0px;    
    color: black;
    height: 100%;    
}

.shadowbox-wh-5{
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    background-image: linear-gradient(to bottom, #00163d, #000611);     
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 10px 20px 0px;  
    
}

.shadowbox-wh-6{
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    background-image: linear-gradient(to bottom, #00163d, #000611);     
    /*padding: 0px 10px 0px 10px;    */
    
    margin: 20px 10px 20px 0px;
    height: 95%;    
    font-size: 14px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.shadowbox-wh-6 a{
    text-decoration: none;
    color: #e2e5e6;
    line-height: 2.4rem;
}

.shadowbox-wh-6 a:hover{
    text-decoration: underline;
    color: #02d5fa;
}

.shadowbox-wh-7{
    box-shadow: 0px 0px 14px 1px #4c4c4c; 
    background-image: linear-gradient(to bottom, #00163d, #000611);     
    /*padding: 0px 10px 0px 10px;    */
    
    margin: 20px 10px 20px 0px;
    height: 95%;    
    font-size: 14px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}


.shadowbox-wh-7 a{
    text-decoration: none;
    color: #e2e5e6;
    line-height: 2.4rem;
}

.shadowbox-wh-7 a:hover{
    text-decoration: underline;
    color: #02d5fa;
}

.shadowbox-wh-7 h3{
    color: #FFFFFF;    
    display:block;
    font-family:'Playfair Display', sans-serif;
    font-size: 1.2rem;
    font-style: normal;    
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
    text-align: left !important;
    font-weight: normal !important;    
}
.shadowbox-wh-6 b {
    font-weight: normal !important;
}

.shadowbox-wh-6 strong {
    font-weight: normal !important;
}

.shadowbox-wh-7 b {
    font-weight: normal !important;
}

.shadowbox-wh-7 strong {
    font-weight: normal !important;
}


.social-bar{
    background-image: linear-gradient(180deg, #b4b3b3 0 10%, #01004a 10% 90%, #b4b3b3 90% 100%); 
    height: 46px;    
    padding: 3px;
    padding-top: 3px;
    padding-right: 20px;
}

.socialmedia-icons{
    font-size: 1.5em; 
    float: left;
    margin: auto;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
}



.title-wh-1 {
    color: #fff;    
    display:block;
    font-family:Roboto, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: bold;
    height: 3rem;
    margin-bottom: 0px;
    padding: 0.3rem 1rem 0.3rem 1rem;
    text-shadow: none;
    width: 100%;
}

.title-wh-2{
    color: #01004a;    
    display:block;
    font-family:'Playfair Display', sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
}

.title-wh-3{
    color: #FFFFFF;
    /*background-color: #e1261d;*/
    display:block;
    font-family:'Playfair Display', sans-serif;
    font-size: 1.2rem;
    font-style: normal;    
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
    text-align: center;
    font-weight: normal !important;
}

.title-wh-4{
    color: #FFFFFF;    
    display:block;
    font-family:'Playfair Display', sans-serif;
    font-size: 1rem;
    font-style: normal;    
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.title-wh-5{
    color: #FFFFFF;    
    display:block;
    font-family:'Playfair Display', sans-serif;
    font-size: 1.2rem;
    font-style: normal;    
    height: 4rem;
    margin-bottom: 0px;
    padding: 1rem 1rem 0rem 0rem;
    text-shadow: none;    
    width: 100%;
    text-align: left !important;
    font-weight: normal !important;
}


.title-wh-2-m {
    color: #fff;    
    display:block;
    font-family:Roboto, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: bold;
    height: 2.5rem;
    margin-bottom: 0px;
    padding: 0.3rem 1rem 0.3rem 1rem;
    text-shadow: none;
    width: 100%;
}

.title-wh-6 {
    color: white;
    font-family:'Playfair Display', sans-serif;
    font-size: 2rem; 
    font-weight: normal;     
    text-align: center;      
}

.title-wh-7 {    
    font-size: 3.1rem;     
}

.title-wh-8 {    
    font-size: 2.6rem;     
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos-home{
    background-color: #000;
    height: 165px;
    padding-top: 10px;
}

.wh-avatar{    
    position: -webkit-fixed;
    position: fixed;
    bottom: 1px;
    right: 0;
    height: auto;
    width: 7vw;    
    /*animation: wh-rotate 3s ease-in infinite;*/
}

.wh-avatar-m{    
    position: -webkit-fixed;
    position: fixed;
    bottom: 1px;
    right: 0;
    height: auto;
    width: 20vw;    
    /*animation: wh-rotate 3s ease-in infinite;*/
}

@keyframes wh-rotate {
    50% {transform: rotate(10deg);}
}

.wh-avatar img{    
    width: 120px;
    height: auto;
}

.wp-video-shortcode{
    height: 60vh !important;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}