@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'comfortaaregular';
    src: url('../fonts/comfortaa-regular-webfont.woff2') format('woff2'), url('../fonts/comfortaa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    height: 100%;
    color: #131729;
    font-weight: 300;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
strong {
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
}
#fondo {
    width: 100%;
    height: 600px;
    background-image: url('../imgs/fondo.jpg');
    background-repeat: no-repeat;
    background-position: 52% 20%;
}
#cabecera {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 42px;
    background-color: #132829;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

#cabecera {
    overflow: overlay;
}

#cabecera .divContSecc {

    /* background-color: #A7321E;*/
    height: 100%;
    margin: 0;
}
#logo {
    margin: 30px auto 36px;
    width: 219px;
    padding-top: 280px;
    color: #FFFFFF;
    background-image: url('../imgs/logo_portada.png');
    background-repeat: no-repeat;
    transform: scale(0.8);
    z-index: 10;
    display: none;
    animation-delay: 0.5s;
}
#botFac{
    font-size: 18px;
    background-color: rgba(1,1,1,0);
    border: solid 1px #FFFFFF;
    padding-left: 25px;
    cursor: pointer;
    display: flex;
}

#botFac:hover{
    background-color: rgba(1,1,1,0.3);
}

#botFac .red{
    margin: auto 25px;
    width: 70px;
}
.cita_1 {
    position: absolute;
    height: 525px;
    width: 100%;
    margin: -40px auto 20px;
    padding: 18px;
    color: #FFFFFF;
    font-size: 17px;
    font-family: "opensans_bold", Arial, Helvetica, sans-serif;
    text-align: initial;
    background-color: rgba(0,0,0,0.5);
}

.cita_2 {
    margin: 20px auto;
    width: 360px;
    text-align: left;
    font-size: 18px;
    color: #ff0584;
}

#divBene .cita_2 {
    color: #121729;
}

.firma {
    right: 40px;
    margin-top: -10px;
}

#divNaiz {
    color: #122829;
}

#divEquipo {
    padding: 10px 0px;
    min-height: 690px;
    height: min-content;
    background-color: #a8b383;
    color: #122829;
}

#divEquipo .textoBq{
    margin: -200px auto 0px;
}

.curriculum {
    text-align: left !important;
    max-width: 980px;
    width: 85%;
    padding: 20px;
    font-size: 16px !important;
    font-family: 'open_sanslight', Arial, sans-serif;
    background-color: rgb(205 219 158 / 70%);
    display: none;
    color: #132829 !important;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.verCurr {
    width: max-content;
    height: max-content;
    padding: 10px 30px !important;
    margin: 10px auto 25px;
    font-size: 18px;
    font-family: 'open_sanslight', Arial, sans-serif;
    background-color: #cddb9e;
    border: solid 1px #8a9160;
    color: #9aa27f;
    cursor: pointer;
}

.verCurr:hover {
    color: #cddb9e;
    background-color: #9aa27f;
}

#divAreas {
    height: max-content;
    background-position: 25% center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../imgs/fondoAreas.jpg');
}
@media screen and (min-device-width:300px) and (max-device-width:400px) {
    #nina_logo {
        margin-left: -30px;
        transform: scale(0.6);
    }

    #divNaiz {
        margin-top: -120px;
    }

}

#cabCont {
    max-width: 1200px;
}

#divPortada {
    position: relative;
    width: 100%;
    height: 630px;
    text-align: center;
    background-image: url('../imgs/portada.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 20px;
    overflow: hidden;
}
#curva{
    display: none;
}
svg {
    position: absolute;
    color: #ff9118;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.tit_1 {
    position: absolute;
    margin-top: -240px;
    padding: 15px 15% 15px 15%;
    font-size: 84px;
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

#franjaTit {
    background-color: #122829;
    width: 100%;
    margin: 0px auto -74px auto;
    height: 310px;
}

#menu {
    padding-left: 30%;
    height: 45px;    /*background-color: #000000;*/
}

#menu .menuItem {
    display: none;
}

#menuMovil a {
    color: #FFFFFF;
    text-decoration: none;
}

#menuMovil a:visited {
    color: #FFFFFF;
}

#menuMovil a:hover {
    color: #ff9118;
}

#menuMovil {
    position: fixed;
    font-size: 16px;
    font-family: "comfortaaregular", Arial, Helvetica, sans-serif;
    line-height: 30px;
    padding-right: 20px;
    width: 50%;
    top: 36px;
    left: -500px;
    background-color: #132829;
    z-index: 30;
}

#menuMovil ul {
    margin-left: -15px;
    list-style: none;
}

.bt-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 10px;
    width: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bt-menu ul {
    margin: 0px 0px 0px -50px;
    list-style-type: none !important;
}

.bt-menu li {
    background-color: #FFFFFF;
    height: 4px;
    margin: 3px 0;
}

#slogan {
    bottom: 10px;
    text-align: center;
    font-family: "dimboregular", Arial, Helvetica, sans-serif;
    font-size: 26px;
}

.menuItem {
    float: left;
    margin-left: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "gnuolaneregular", Arial, Helvetica, sans-serif;
}

#contenedorPrincipal {

    /*max-width: 1440px;*/
    margin: 0px auto;
}

#divPantallaCont {
    overflow: scroll;
    width: 100%;
    height: 93%;
    background-position: 50%;
    background-repeat: no-repeat;
}

#divGestalt{
    background-color: #ff9118;
}
.lema{
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#divGestalt ul{
    margin: 0px;
    padding: 20px 0px;
    list-style-type: none;
    width: 100%;
}
#divGestalt li {
    margin: 0px;
}
.defLi{
    font-size: 18px;
    font-family: open_sanslight, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-repeat: no-repeat;
}
#defLi_1, #defLi_3{
    color: #132829;
}
#defLi_2{
    background-color: #132829;
}
.defLi p{
    width: 90%;
    padding: 0;
    height: max-content;
    margin: auto;
}

.defLiImg{
    width: 100%;
    height: 445px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
}
.imgCont h2{
    margin: 0 0 26px 0;
}
.defLi #img_1{
    background-position: left top;
    background-image: url('../imgs/defLi_1.jpg');
}
.defLi #img_2{
    background-image: url('../imgs/defLi_2.jpg');
}
.defLi #img_3{
    background-position: 20% top;
    background-image: url('../imgs/defLi_3.jpg');
}

.capital::first-letter{
    font-size: 64px;
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
    line-height: 45px;
    margin: 3px;
    float: left;
}
strong{
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
}
#divPres {
    display: none;
}

.texto {
    line-height: initial;
    font-size: 18px;
}

.texto p {
    padding: 25px;
}

.titSecc {
    max-width: 500px;
    width: 75%;
    padding: 10px 0px;
    margin: auto;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 48px;
    -webkit-text-stroke: 2px white;
    color: transparent;    /*color: #FFFFFF;*/
}

@media screen and (min-width:0\0) {
    .titSecc {
        margin: 0px 25% 50px;
        max-width: 1400px;
        width: max-content;
        padding: 10px 30px;
        font-family: 'open_sansbold', sans-serif;
        font-weight: bold;
        font-size: 80px;
        color: white;
    }

}

h3 {
    margin: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 8px;
}

.triskel {
    display: none;
}

.oculto {
    opacity: 0;
    transform: translate(0, 200px);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#divTitulo {
    width: initial !important;
}

#divTitulo div {
    max-width: 80%;
}

.divSecc {
    padding: 12px 0;
    background-color: #122829;
    overflow: hidden;
}

.divSecc_2 {
    position: relative;
    min-height: 100px;
    font-family: "DIN", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.divSecc p {
    
}

.divContSecc {
    
}
.divContSecc h2{
    text-align: left !important;
}
.bullet {
    margin-right: 22px;
    width: 60px;
    height: 40px;
    background-color: #f13f24;
    display: inline-block;
}

#divAreas .titSecc {
    -webkit-text-stroke: 2px #122829;
    color: transparent; 
}
  @media all and (-ms-high-contrast:none)
     {
     #divAreas .titSecc { width: auto } /* IE10 */
     *::-ms-backdrop, #divAreas .titSecc { width: auto; color: #FFFFFF; } /* IE11 */
     }
#divAreas ul {
    list-style-type: none;
    width: max-content;
    margin: 20px auto;
    padding: 0;
}
#divAreas li {
    max-width: 150px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'open_sansbold', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

#divAreas li::before {
    content: "";
}

.iconoArea {
    margin: auto;
    width: 119px;
    height: 120px;
    background-position: right;
}

#ico_1 {
    background-image: url('../imgs/areas_1.png');
}

#ico_2 {
    background-image: url('../imgs/areas_2.png');
}

#ico_3 {
    background-image: url('../imgs/areas_3.png');
}

#ico_4 {
    background-image: url('../imgs/areas_4.png');
}

.marquesina {
    position: relative;
    top: 510px;
    left: 100%;
    font-size: 168px;
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px #ffffff75;
    color: transparent;
    width: max-content;
    opacity: 0;
    animation-duration: 1s;
}
#divATB {
    background-image: url('../imgs/fondo_4.jpg');
    background-repeat: repeat-y;
    background-position: center;
    color: #ffffff;
}

#divATB ul {
    margin: 20px;
}

#divProg {
    background-image: url('../imgs/fondo_6.jpg');
    background-repeat: repeat-y;
    background-position: center;
    background-color: #99e4ff;
}

#divProg ul {
    margin: 20px;
}

#divBene {
    background-image: url('../imgs/fondo_5.jpg');
    background-repeat: repeat-y;
    background-position: center;
    color: #ffffff;
}

#divBene ul {
    margin-right: 20px;
    margin-left: 20px;
}

#divBene .btCir {
    background-color: #ff0584;
}



h2 {
    text-align: center;
}
h3 {
    font-family: 'open_sansbold', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 8px;
}

.imgCont {
    margin: 98px auto;
}

/*#img_1,#img_2, #img_3, #img_4, #img_5 {*/
.imgCont div {
    margin: auto;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    z-index: 50;
}

/*#img_1 img, , #img_2 img, #img_3 img, #img_4 img, #img_5 img {*/
.imgCont img {
    width: 334px;
    height: 334px;
    border-radius: 50%;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
    transform: scale(0.8);
}

#img_l_1, #img_l_2 {
    margin: 30px 0;
    width: 100%;
    height: 404px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: inline-block;
}

#img_l_1 {
    background-image: url('../imgs/img_l_1.jpg');
}

#img_l_2 {
    background-image: url('../imgs/img_l_2.jpg');
}


#sec_contacto {
    background-color: #008bff;
}

#c_information{
    padding: 25px;
    box-shadow: 5px 5px 5px rgba(0.5, 0.5, 0.5, 0.5);
    display: none;
}
.btTfno{
    width: 130px;
    height: 25px;
    padding: 5px;
    margin-left: 60px;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 96%;
    background-image: url('../imgs/tfno.png');
    background-color: #122829;
    display: block;
    cursor: pointer;
}
.btTfno:hover, .btEmail:hover{
    background-color: #a8b383;
}
.btEmail{
    width: max-content;
    height: 25px;
    padding: 5px 45px 5px 5px;
    margin-left: 60px;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 96%;
    background-image: url('../imgs/email.png');
    background-color: #f13f24;
    display: block;
    cursor: pointer;
}
.txtTf{
    float: left;
    font-size: 18px;
    padding-top: 5px;
}
.btCir {
    cursor: pointer;
}

.btCir p {
    margin: auto;
    width: 150px;
    text-align: center;
}

.btCua {
    display: none;
}

.btCua_m {
    margin: auto;
    width: 100%;
    height: 80px;
    background-image: url(../imgs/flBot_m.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: inline-block;
}

#spam {
    display: none;
}

.desplegable {
    display: none;
}

.desp {
    text-align: center;
}

#bqATB_1, #bqATB_2, #bqProg_1, #bqProg_2 {
    text-align: left;
}

.tit_1 {
    padding: 15px 0 15px 20px;
    text-align: left;
    font-size: 40px;
    color: #FFFFFF;
}

.red {
    width: 40px;
    height: 40px;
}

#red_1 {
    margin: auto;
    background-image: url(../imgs/red1.png);
}

#sec_contacto a {
    text-decoration: none;
    color: inherit;
}

#sec_contacto a:hover {
    color: #999999;
}

#divMapa {
    margin-top: -180px;
    padding: 18px;
    background-color: #ff9118;
    box-shadow: 5px 5px 5px rgba(0.5, 0.5, 0.5, 0.5);
}

#c_form {
    margin-top: -18px;
    padding: 30px;
    background-color: #FFFFFF;
}

input {
    width: 180px;
    margin-right: 10px;
}

.botonEnvia {
    width: max-content;
    margin: 10px auto;
    height: 53px;
    border: none;
    color: inherit;
    font-size: inherit;
    padding: 5px 75px 5px 15px;
    cursor: pointer;
    background-color: #a8b383;

}

.botonEnvia:hover {
    color: #ff9118;;
}

#botVer {
    margin: 15px auto;
    text-align: center;
    font-size: 18px;
    font-family: "gnuolaneregular", Arial, sans-serif;
    background-image: url(../imgs/mas_menos.png);
    background-repeat: no-repeat;
    background-position-y: 10px;
    cursor: pointer;
    width: 96px;
    height: 45px;
}

#botVer:hover {
    color: #003334;
}

input {
    width: 180px;
    margin-right: 10px;
}

.botonEnvia {
   
    height: 30px;
    padding: 5px 15px;
    margin-left: 15px;
    
}


/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.8s;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    transform: scale(1.1);
}

#footer {
    width: 100%;
    overflow: auto;
    padding: 15px 0;
    background-color: #211717;
    font-family: "DIN", Arial, Helvetica, sans-serif;
    text-align: center;
}

#footer a {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    text-decoration: none;
}

#footer a:hover {
    padding: 15px 0;
    color: #FFF;
    text-align: center;
}

#footer img {
    display: none;
}

.fb-like, #tuiter {
    float: left;
    margin: 0 20px;
}

#pint {
    float: left;
    margin: 30px 20px;
}

.g-recaptcha {
    margin-left: -15px;
    margin-right: -15px;
}
