/*-----------------IMPORTS---------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Proza+Libre&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*-----------------VARIABLES---------------------------*/
:root {
    --main-bg-color: #003F68;
    --text-color: #FFFFFF;
    --text-black: #000000;
    --text-text: #737373;
    --text-title: #003F68;
    --title-cards: #87D0FF;
    --font-menu: 'Proza Libre', sans-serif;
    --font-main: 'Roboto', sans-serif;
}

/*-----------------GENERAL---------------------------*/
body{
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
}
/*-----------------FLEX---------------------------*/
.flex{
    display: flex;
}
.row{
    flex-direction: row;
}
.column{
    flex-direction: column;
}
.wrap{
 flex-wrap: wrap;
}
.center{
    justify-content: center;
    align-items: center;
}
.between{
    justify-content: space-between;
}
.full{
    width: 100%;
}

/*-----------------MISSION SECTION---------------------------*/
.mission{
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #1F5C95 0%, #061A2D 100%);
    background-image: url('https://res.cloudinary.com/dhga15zq8/image/upload/v1628905223/JE/backmission_ohkgjk.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mission .cardContainer {
    width: 90%;
    max-width: 1140px;
    justify-content: space-around;
}
.mission .cardContainer .card{
    width: 263px;
    min-height: 238px;
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 10px;
}
.mission .cardContainer .card img{
    max-width: 90px;
    max-height: 90px;
    height: auto;
    width: auto;
}
.mission .cardContainer .card .title{
    color: var(--title-cards);
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}
.mission .cardContainer .card .text{
    color: var(--text-color);
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}


/*-----------------MENU ---------------------------*/
.menu{
    z-index: 10;
}
.containerMenu{
    z-index: 100;
    height: 73px;
    background-color: var(--main-bg-color);
    position: fixed;
    width: 100%;
    transition: 1s;
}
/*.containerMenu.smallMenu {
    transition: 1s;
    padding-top: 8px;
    padding-bottom: 2px;
}*/
.containerMenu .option{
    margin-left: 10px;
    margin-right: 10px;
    width: 86px;
    position: relative;
    text-align: center;
}

.containerMenu .option a{
    color: var(--text-color);
    font-family: var(--font-menu);
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    line-height: 19.11px;
    outline: none;
    height: unset;
    text-decoration: none;
    
}
.containerMenu .logo img{
    width: 100%;
    height: auto;
    max-width: 115px;
    max-height: 120px;
    transition: 0.8s;
}

/*.containerMenu .logo.smallLogo img {
    width: auto;
    height: auto;
    max-width: 55px;
    transition: all 0.8s;
}*/
.containerMenu .logo.smallLogoMobile {
    width: auto;
    height: auto;
    width: 80px;
    transition: all 0.8s;
}
.containerMenu .logo {
    margin-bottom: -8px;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 1s;
    width: auto;
    height: auto;
    max-width: 115px;
    max-height: 120px;
}
.containerMenu .logo:hover {
    cursor: pointer;
}

.containerMenu .option:hover{
    cursor: pointer;
}
.containerMenu .normal{
    display: inherit;
}

.hamburguer {
    display: none;
    position: fixed;
    top: 7px;
    right: 30px;
    z-index: 20;
}
.hamburguer:hover{
    cursor: pointer;
}

.logoMenu{
    width: 100px;
    display: none;
    position: fixed;
    top: 5px;
    left: 30px;
    z-index: 20;
}
.logoMenu:hover{
    cursor: pointer;
}
.containerMenu .mobile{
    position: absolute;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100vh;
    background-color: var(--main-bg-color);
    box-shadow: -8px 7px 8px 6px #00000078;
    transition: 0.8s;
}
.containerMenu .mobile .option{
    margin-bottom: 0px;
}
.containerMenu .mobile .option a:hover{
    font-weight: 700;
}
.containerMenu .mobile .close{
    position: absolute;
    top: 20px;
    right: 20px;
}
.containerMenu .mobile .close:hover{
    cursor: pointer;
}
.containerMenu .mobile .wavesMenu{
    width: 100%;
    height: 100%;
    position: absolute;
}

.containerMenu .resourcesBox {
    position: absolute;
    top: 43px;
    left: -11px;
    width: 87px;
    background-color: var(--main-bg-color);
    padding: 10px;
    text-align: start;
    display: none;
}

.containerMenu .resourcesBox.openBox{
    display: flex;
}
.containerMenu .resourcesBox .option {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.containerMenu .resourcesBox .option:last-of-type{
    margin-bottom: 5px;
}
.containerMenu .resourcesBox .option:hover{
    cursor: pointer;
    font-weight: 700;
}
/*
.containerMenu .logo.smallLogo img{
    transition: all 1s;
    transform: translateY(-25px);
}
.blogOptions {
    width: 107px !important;
}
.normalOptions{
    width: 87px !important;
}*/
/*.containerMenu .option:hover::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    margin-top: 5px;
    border: 0.5px solid var(--text-color);
  }*/


/*-----------------AVISO---------------------------*/

.aviso{
    padding-top: 64px;
    padding-bottom: 64px;
    background: #18A3DF;
}

.aviso .containerAviso .title{
    color: var(--text-color);
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 32px;
    line-height: 49px;
    margin-bottom: 0px;
}
.aviso .containerAviso .text{
    color: var(--text-color);
    font-family: var(--font-main);
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}

.aviso .containerAviso .button{
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background: #1F70A5;
    box-sizing: border-box;
    width: max-content;
}
.aviso .containerAviso .button a{
    color: var(--text-color);
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-align: justify;
    outline: none;
    text-decoration: none;
}

/*-----------------HEADER---------------------------*/
.containerHeader{
    height: 90vh;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.containerHeader .textBox{
    background: rgba(0, 63, 104, 0.44);
    padding: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: auto;
    z-index: 1;
}
.containerHeader .textBox .title{
    color: var(--text-color);
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 37px;
    line-height: 43px;
    text-shadow: 0px 4px 9px #000000;
    
}
.waveHeader{
    position: absolute;
    bottom: 0;
    margin-bottom: -40px;
    z-index: 1;
}

body section:first-of-type{
    padding-top: 93px;
}
.header{
    position: relative;
}
.hero{
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
}

.slide-show-container {
    height: 100%;
    width: 100%;
    position: relative;
  }
  /* CSS Styles in common for all slides */
  .wrapper-one,
  .wrapper-two,
  .wrapper-three,
  .wrapper-four,
  .wrapper-five,
  .wrapper-six {
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center center;

    animation-name: slideTwoAnim;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 55s;
  }
  
  .wrapper-one {
    background-image: url("https://res.cloudinary.com/dhga15zq8/image/upload/v1630114256/JE/3_a1cfkt.jpg");
    animation-delay: 50s;
    background-position: center center;
  }
  
  .wrapper-two {
    background-image: url("https://res.cloudinary.com/dhga15zq8/image/upload/v1630114256/JE/2_xk8yj5.jpg");
    animation-delay: 40s;
    background-position: center center;
  }
  
  .wrapper-three {
    background-image: url("https://res.cloudinary.com/dhga15zq8/image/upload/v1628905224/JE/back2_qqxnth.png");
    animation-delay: 30s;
    background-position: center center;
  }

  .wrapper-four {
    background-image: url("https://res.cloudinary.com/dhga15zq8/image/upload/v1631036477/JE/6_iyck3r.jpg");
    animation-delay: 20s;
    background-position: center center;
  }

  .wrapper-five {
    background-image: url("https://res.cloudinary.com/dhga15zq8/image/upload/v1630114256/JE/1_bn4gmc.jpg");
    animation-delay: 10s;
    background-position: top center;
  }

  .wrapper-six {
    background-image: url("https://res.cloudinary.com/dhga15zq8/image/upload/v1628905223/JE/back1_jzgv6n.png");
    animation-delay: 0s;
    background-position: top center;
  }

  

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select {
    width: 100% !important;
    height: 35px !important;
    padding: 2px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 0px !important;
    box-sizing: border-box !important;
    border-radius: 26px !important;
    outline: none !important;
    border: 1px solid #E5E5E5 !important;
}
textarea {
    width: 100% !important;
    height: 188px !important;
    padding: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 5px !important;
    box-sizing: border-box !important;
    border-radius: 26px !important;
    outline: none !important;
    border: 1px solid #E5E5E5 !important;
    color: #737373 !important;
    font-family: var(--font-menu) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 16.11px !important;
}

#comments .submit, .search .search-submit {
    width: 145px !important;
    height: 45px !important;
    background: #1F70A5 !important;
    border-radius: 32px !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    color: var(--text-color) !important;
    font-family: var(--font-main) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
}

.elementor-455 .elementor-element.elementor-element-33cc5bc0:not(.elementor-motion-effects-element-type-background), .elementor-455 .elementor-element.elementor-element-33cc5bc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: linear-gradient( 180deg, rgba(196, 196, 196, 0) 0%, #C4C4C4 100%) !important;
}

.comments-area .comment-notes, .comments-area .comment-textarea, .comments-area .form-allowed-tags {
    margin-bottom: 0.8em;
}

.ast-comment-formwrap p{
    margin-bottom: 1.1em;
}

  /* Animations */
  @keyframes slideTwoAnim {
    0% {
      opacity:1;
    }
    17% {
      opacity:1;
    }
    25% {
      opacity:0;
    }
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

  @media (max-width: 760px) {
    .ast-float {
        float: inherit;
    }
}