/* CSS Document */


* {

    margin: 0;

    padding: 0;

}


@font-face {

    font-family: 'Rotis';

    src: url(../fonts/Rotis.otf) format('truetype'), /* Safari, Android, iOS */

}


.contenedor {

    width: 100%;

    height: 100vh;

}


header {

    width: 100%;

    height: 20vh;

    background-color: #000;

    overflow: hidden;

}


header ul li {

    height: 20vh;

    display: block;

    float: left;

    border: 0px;

}

header ul li:nth-child(1) {

    width: 30%;

    background-color: #00837B;

}

header ul li:nth-child(2) {

    width: 40%;

    text-align: center;

    overflow: hidden;

    min-width: 124px;

    background: #00837b; /* Old browsers */

    background: -moz-linear-gradient(left, #00837b 0%, #00837b 50%, #00837b 50%, #009087 51%, #009087 101%); /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #00837b 0%, #00837b 50%, #00837b 50%, #009087 51%, #009087 101%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #00837b 0%, #00837b 50%, #00837b 50%, #009087 51%, #009087 101%); /* TODOS */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00837b', endColorstr='#009087', GradientType=1); /* IE6-9 */


}

header ul li:nth-child(3) {

    width: 30%;

    text-align: left;

    background-color: #009087;

}


.logo {

    width: 100%;

    height: 20vh;

}

.logo img {

    text-align: center;

    margin: 0 auto;

    height: 100%;

    overflow: hidden;

}


#idiomas {

    margin: 15vh 25% 0 0;

    float: right;

    font-size: 1.2vw;

    text-decoration: none;


}


#idiomas p {

    margin: 0.8vh;

    font-size: 0.9vw;

    float: right;

    font-family: "Rotis", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

}


#idiomas a {


    font-family: "Rotis", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

}


#idiomas a:hover {

    text-decoration: none;

    color: #3B3B3B;

    font-weight: bold;

    font-family: "Rotis", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}


header ul li a {

    color: white;

    font-family: "Rotis", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

    text-decoration: none;

    font-size: 0.8em;

}


nav {

    background-color: #919191;

    margin: 0 auto;

    list-style: none;

    text-align: center;

    padding: 10px 0;

    box-sizing: border-box;

    font-family: "Rotis", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

}


nav a {

    color: white;

    text-decoration: none;

    font-family: "Rotis", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

    padding: 10px 20px;

    box-sizing: border-box;

    font-size: 1.2vw;

}


nav a:hover {

    color: #373737;

    text-decoration: none;

}


.menu_bar {

    display: none;
    font-weight: 100 !important;

    text-transform: uppercase !important;
}


.cuerpo {

    width: 100%;
    height: 70vh;
    background-color: #000;
    padding: 0px;
}


.cuerpo_carlos_sr {
    width: 100%;
    height: 50vh;
    background-image: url(../img/carlos_sr_grande.jpg);
    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0;
    overflow: hidden;
}

.cuerpo_carlos_jr {
    width: 100%;
    height: 50vh;
    background-image: url(../img/carlosjr_grande.jpg);
    background-size: 60vw;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px;
    overflow: hidden;
}


.cuerpo_marcela {
    width: 100%;
    height: 50vh;
    background-image: url(../img/marcela_grande.jpg);
    background-size: 55vw;
    background-repeat: no-repeat;
    background-position: right 30%;
    padding: 0px;
    overflow: hidden;
}


.cuerpo_david {
    width: 100%;
    height: 50vh;
    background-image: url(../img/david_grande.jpg);
    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px;
    overflow: hidden;
}


.cuerpo_pablo {

    width: 100%;

    height: 50vh;

    background-image: url(../img/pablo_grande.jpg);

    background-size: 60vw;

    background-repeat: no-repeat;

    background-position: right;

    padding: 0px;

    overflow: hidden;

}

.cuerpo_fabian {
    width: 100%;
    height: 50vh;
    background-image: url(../img/fabian_grande.jpg);
    background-size: 60vw;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px;
    overflow: hidden;
}

.cuerpo_christian {
    width: 100%;
    height: 50vh;
    background-image: url(../img/christian_grande.jpg);
    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px;
    overflow: hidden;
}

.cuerpo_diana {

    width: 100%;

    height: 50vh;

    background-image: url(../img/diana_grande.jpg);

    background-size: 60vw;

    background-repeat: no-repeat;

    background-position: right top;


    padding: 0px;

    overflow: hidden;

}


.cuerpo_alberto {

    width: 100%;

    height: 50vh;

    background-image: url(../img/alberto_grande.jpg);

    background-size: 60vw;

    background-repeat: no-repeat;

    background-position: right;

    padding: 0px;

    overflow: hidden;

}


.cuerpo_andres {
    width: 100%;
    height: 50vh;
    background-image: url(../img/andres_grande.jpg);
    background-size: 55vw;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px;
    overflow: hidden;
}


.cuerpo_claudia {
    width: 100%;
    height: 50vh;
    background-image: url(../img/claudia_grande.jpg);
    background-size: 55vw;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px;
    overflow: hidden;
}


#informacion_verde {

    width: 50%;

    height: 50vh;

    display: block;

    background-color: #009494;

    float: left;

    color: white;

    border-right: 4px solid #009494;

}


#informacion_verde a, #informacion_verde p {
    color: white;
    text-decoration: none;
    text-align: justify;
    margin-bottom: 5px;
}

#informacion_verde a {
    font-weight: bold;
}

#contenedor_verde {
    width: 70%;
    float: right;
}


#contenedor_verde h1 {
    font-size: 2vw;
    padding: 0;
    margin-top: 5%;
}

#contenedor_verde h2 {
    font-size: 1.5vw;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0 0 1%;
    padding-bottom: 1%;
}


#diagonal_verde {
    width: 0%;
    height: 50vh;
    display: block;
    background-color: transparent;
    float: left;
    border: 0px;
    border-bottom: 50vh solid transparent;
    border-left: 20vh solid #009494;
}


#texto_slide {

    width: 50%;

    height: auto;

    background-color: rgba(0, 0, 0, .45);

    margin: 25vh 0 0 7%;

}

#texto_slide a {

    display: block;

    width: 100%;

    color: white;

    text-decoration: none;

    padding: 15px;


}


#titulo_slide {

    font-size: 1.6vw;

    font-family: "Rotis", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background-color: #009087;

}


#desc_slide {

    font-size: 1vw;
    font-family: 'Open Sans';
    font-weight: 400;

}


#perfil {

    width: 100%;

    height: auto;

    margin-top: 0px;

    padding-top: 10vh;

    margin-bottom: 0px;

}


#perfil2 {

    width: 100%;

    height: auto;

    margin-top: 0px;

    margin-bottom: 50px;

    padding-top: 10vh;


}


#contenedor_pagina_socios {

    width: 70%;

    height: auto;

    margin: 0 auto;


}

#partner_info {

    text-decoration: none;

}


/*

#practica{

width:100%;

height:100vh;

padding-top:10vh;

}



#socios{

width:100%;

height:100vh;

padding-top:10vh;

}*/


#contenedor_pagina {

    width: 70%;

    height: auto;

    margin: 0 auto;

    padding: 0px;

    border-top: 1px #ACACAC solid;


}


#contenedor_pagina2 {

    width: 70%;

    height: 50vh;

    margin: 0 auto;

    border-top: 2px #ACACAC solid;

}

#contenedor_pagina3 {

    width: 70%;

    height: 70vh;

    margin: 0 auto;

    border-top: 2px #ACACAC solid;

    margin: 0 auto;

}


#contenedor_pagina3b {

    width: 70%;

    height: 20vh;

    margin: 0 auto;

    border-top: 2px #ACACAC solid;


}


#titulo_pagina {

    width: 20%;

    height: auto;

    float: left;

    border-top: 3px #B5B5B5 solid;

}


#texto_pagina {

    width: 80%;

    height: auto;

    float: left;

    margin-bottom: 10vh;

}


#texto_pagina ul li {

    text-decoration: none;

    list-style: none;
}


#titulo_pagina_a {

    font-size: 1.5vw;

    color: #008A89;

    margin-top: 50px;

    display: block;

    font-family: 'Rotis', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

    font-weight: 100;

}


#texto_pagina_a {

    font-size: 1.2vw;
    color: #565656;
    text-align: justify;
    display: block;
    margin-top: 50px;
    display: block;
    text-decoration: none;

}

#texto_pagina_a_en {

    font-size: 1vw;
    color: #565656;
    text-align: justify;
    display: block;
    margin-top: 10px;
    display: block;
    text-decoration: none;

}


#partner_info h2 {

    font-family: 'Open Sans';

    font-size: 1.2vw;

    padding: 0;

    color: #009087;

    font-weight: bold;

}


#texto_pagina_a:hover {

    text-decoration: none;

}

#texto_pagina_a_en {
    text-decoration: none;
}

#no_decoration:hover {

    text-decoration: none;
}


#titulo_pagina2 {

    width: 30%;

    height: 50vh;

    float: left;

}


#texto_pagina2 {

    width: 70%;

    height: 50vh;

    float: left;


}

#titulo_pagina3 {

    width: 30%;

    height: 70vh;

    float: left;

}


#titulo_pagina3b {

    width: 30%;

    height: 20vh;

    float: left;

}


#texto_pagina3b {

    width: 70%;

    height: 20vh;

    float: left;

}


#texto_pagina2_lista {

    width: 40%;

    height: auto;

    float: left;

    list-style: none;

    margin-bottom: 10vh;

    text-align: left;

    display: block;

}


#texto_pagina2_lista li::before {

    content: "• ";

    color: #009087; /* or whatever color you prefer */

}


#texto_pagina3b li {

    list-style: none;

}


#texto_pagina3b li::before {

    content: "• ";

    color: #009087; /* or whatever color you prefer */

}


#contenedor_pagina a {

    text-decoration: none;


}


#contenedor_pagina2 a {

    text-decoration: none;


}


footer {

    width: 100%;

    height: 25vh;

    background-color: #009087;

    color: white;

    padding: 5% 0% 0 15%;

}

footer a {

    color: white;

    text-decoration: none;

    font-size: 1.2vw;

    margin-right: 20px;

    font-family: "Rotis", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

}

footer a:hover {

    text-decoration: none;

    color: #272727;

}


#miembro {

    float: right;

    width: 50%;

    height: 10vh;


}


#miembro a {

    display: block;

    float: left;

    margin-right: 10px;

}


#miembro a:hover {

    color: white;

    text-decoration: none;

}


#advoc {

    width: 15%;

    height: auto;

    float: left;

}

#advoc img {

    display: block;

    margin: -1.7vh 0;

}


#ellex {

    width: 15%;

    height: auto;

    float: left;

    margin-left: 10px;

}

#ellex img {

    display: block;

    margin: -1.7vh 0;

    width: 100%;

}


#texto_pagina3 {

    width: 70%;

    height: 70vh;

    float: left;


}


#texto_pagina3 ul {

    list-style: none;

}


#texto_pagina3 ul li {

    width: 21%;

    height: 10vh;

    display: inline-block;

    margin-top: 2%;

    margin-right: 10%;

}


#texto_pagina3 ul li a {

    text-decoration: none;

}


.titulo_tarjeta {

    display: block;

    width: 100%;

    font-family: 'Open Sans';

    font-weight: 900;

    font-size: 0.95vw;

    color: #009087;

}


#carlos_btn {

    margin: 10vh 3% 5px 0px;

    width: 30%;

    height: auto;

    float: left;

    display: block;

}


#david_btn {

    margin: 2vh 3% 5px 0px;

    width: 30%;

    height: auto;

    float: left;

    display: block;

}


#alberto_btn {

    margin: 2vh 3% 5px 0px;

    width: 30%;

    height: auto;

    float: left;

    display: block;

}


#andres_btn {

    margin: 2vh 3% 5px 0px;

    width: 30%;

    height: auto;

    float: left;

    display: block;

}


#claudia_btn {

    margin: 2vh 3% 5px 0px;

    width: 30%;

    height: auto;

    float: left;

    display: block;

}


#fabian_btn {
    margin: 2vh 3% 5px 0px;
    width: 30%;
    height: auto;
    float: left;
    display: block;

}

#diana_btn {
    margin: 2vh 3% 5px 0px;
    width: 30%;
    height: auto;
    float: left;
    display: block;
}

#christian_btn {
    margin: 2vh 3% 5px 0px;
    width: 30%;
    height: auto;
    float: left;
    display: block;
}

/* Slideshow */


/* keep full widget on smaller screens */

/* faster sliding speed */

.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}


/*''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''PC DVD*/

@media (min-width: 1450px) {


    #titulo_pagina_a {

        font-size: 2.2vw;

    }


    #texto_slide {

        width: 50%;

        height: auto;

        background-color: rgba(0, 0, 0, .45);

        margin: 25vh 0 0 0%;

    }

}


/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''PC PEQUENA */

@media (max-width: 1024px) {


    nav a {

        font-size: 2.5vw;

    }

    #titulo_slide {

        font-size: 1.5vw;

    }


    #desc_slide {

        font-size: 1vw;

    }


    #titulo_pagina_a {

        font-size: 3.5vw;

    }


    #texto_pagina_a {

        font-size: 2.2vw;

    }


    #texto_pagina_a_en {

        font-size: 1.3vw;

    }


    #partner_info h2 {

        font-size: 1.5vw;

    }


    #idiomas {

        font-size: 3vw;

    }


    #idiomas p {

        font-size: 2.3vw;

    }


    #informacion_verde {
        width: 50%;
        height: 50vh;
        float: left;
    }

    #informacion_verde a, #informacion_verde p {
        font-size: 12px;
    }

    #contenedor_verde {
        width: 90%;
        float: right;
    }

    #contenedor_verde h1 {
        font-size: 3.5vw;
        margin-top: 15%;
    }

    #contenedor_verde h2 {

        font-size: 3vw;

        margin-bottom: 2%;

        padding-bottom: 2%;

    }

}


/*TABLETS*/

@media (max-width: 768px) {

    body {

        padding-left: 0;

        padding-right: 0;

    }


    #titulo_slide {

        font-size: 1.9vw;

    }


    .menu_bar {

        display: block;

        width: 100%;

        background: #ccc;

    }


    .menu_bar2 {

        display: block;

        width: 100%;

        background: #009087;

        font-weight: 100 !important;

        text-transform: uppercase !important;

    }


    nav {

        background-color: #00837B;

        margin: 0 auto;

        list-style: none;

        text-align: left;

        padding: 10px 0;

        box-sizing: border-box;

        width: 50%;

        height: 100vh;

        position: fixed;

        z-index: 9999;

        left: -100%;

        font-weight: 100 !important;

        text-transform: uppercase !important;

    }


    nav a {

        color: white;

        display: block;

        width: 100%;

        padding: 10px 20px;

        border-bottom: 1px solid white;

        box-sizing: border-box;

        font-size: 3vw;

        font-weight: 100 !important;

        text-transform: uppercase !important;

    }


    .menu_bar .bt-menu {

        display: block;

        padding: 20px;

        background: #919191;

        color: #fff;

        text-decoration: none;

        font-weight: bold;

        font-size: 2vw;

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

    }


    .menu_bar span {

        float: right;

        font-size: 2vw;

    }

    #contenedor_pagina {

        width: 88%;

    }


    .cuerpo_carlos_sr {

        background-size: 150vw;

        background-position: -10px 0;

    }


    .cuerpo_carlos_jr {

        background-size: 150vw;

        background-position: -10px 0;

    }


    .cuerpo_marcela {

        background-size: 150vw;

        background-position: 0px 0;

    }


    .cuerpo_david {

        background-size: 150vw;

        background-position: 0px 40%;

    }


    .cuerpo_pablo {

        background-size: 150vw;

        background-position: -50px 0;

    }


    .cuerpo_fabian {

        background-size: 150vw;

        background-position: -50px 0;

    }

    .cuerpo_diana {
        background-size: 150vw;
        background-position: -50px 0;
    }

    .cuerpo_christian {
        background-size: 150vw;
        background-position: -50px 0;
    }

    .cuerpo_alberto {

        background-size: 130vw;

        background-position: -50px -0px; /* ''''''''*/

    }


    .cuerpo_andres {

        background-size: 150vw;

        background-position: -50px 0;

    }


    .cuerpo_claudia {

        background-size: 150vw;

        background-position: -50px 0;

    }


}


.ir_arriba {

    display: none;

    border-radius: 50px 50px 0px 0px;

    padding: 10px 25px 0px;

    background-color: rgba(0, 0, 0, .5);

    font-size: 15px;

    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

    font-weight: lighter;

    color: #fff;

    cursor: pointer;

    position: fixed;

    bottom: 0px;

    left: 50%;

    z-index: 999 !important;

    font-weight: bolder;

}


.ir_arriba:hover {

    color: #ffffff;

    background-color: rgba(0, 138, 137, 0.8);

    text-decoration: none;

}


/* '''''''''''''''''''''''''''---------------------------'''''''''''''''''''''''''''''''''600px width */

@media (max-width: 600px) {

    #idiomas {

        font-size: 4.2vw;

    }


    #idiomas p {

        font-size: 3.5vw;

    }


}


/*''''''--------''''''''''''''''''''''''''''''''''''''''''''''''''''''TELEFONOS*/

@media (max-width: 450px) {


    #texto_slide {

        width: 70%;

        margin: 25vh 0 0 10%;

    }

    #titulo_slide {

        font-size: 4vw;

    }


    #desc_slide {

        font-size: 3vw;

    }


    #titulo_pagina_a {

        font-size: 4vw;
        color: #008A89;
        margin-top: 50px;
        display: block;

    }


    #texto_pagina_a {

        font-size: 16px;
        color: #565656;
        text-align: justify;
        display: block;
        margin-top: 50px;
        display: block;

    }


    #texto_pagina_a_en {

        font-size: 14px;

    }


    #partner_info h2 {

        font-size: 16px;

    }


    #texto_pagina3 ul li {

        width: 35%;

        height: 10vh;

        display: inline-block;

        margin-top: 2%;

        margin-right: 10%;

    }


    .menu_bar .bt-menu {

        font-size: 3.5vw;

    }


    .menu_bar span {

        font-size: 3.5vw;

    }


    nav a {

        font-size: 5vw;

    }


    #carlos_btn {

        margin-top: 20px;

        width: 47%;

    }


    #david_btn {

        margin-top: 20px;

        width: 47%;

    }


    #andres_btn {

        margin-top: 20px;

        width: 47%;

    }


    #claudia_btn {

        margin-top: 20px;

        width: 47%;

    }


    #alberto_btn {

        margin-top: 20px;

        width: 47%;

    }


    #fabian_btn {
        margin-top: 20px;
        width: 47%;
    }

    #diana_btn {
        margin-top: 20px;
        width: 47%;
    }

    #christian_btn {
        margin-top: 20px;
        width: 47%;
    }

    footer a {

        font-size: 3vw;

        display: block;

        float: none;

        margin-right: 0px;

        margin-bottom: 10px;

    }


    #miembro {

        float: right;

        margin-top: -100px;

    }

    #advoc {

        width: 35%;

        background-position: center;

    }

    #ellex {

        width: 35%;

        background-position: center;

    }


    #diagonal_verde {

        width: 0%;

        height: 50vh;

        display: block;

        background-color: transparent;

        float: left;

        border: 0px;

        border-bottom: 60vh solid transparent;

        border-left: 5vh solid #009494;

    }

    #informacion_verde {

        width: 50%;

        height: 50vh;

        float: left;


    }

    #informacion_verde a, #informacion_verde p {

        font-size: 9px;

        margin-top: 2%;

    }


    #contenedor_verde {
        width: 95%;
        float: right;
    }

    #contenedor_verde h1 {
        font-size: 6vw;
        margin-top: 2%;
    }

    #contenedor_verde h2 {
        font-size: 4vw;
        margin-bottom: 2%;
        padding-bottom: 2%;

    }

}


/*--------------------------------------------------------------------TELEFONOS EN HORIZONTAL*/

@media (max-height: 450px) {

    #texto_slide {

        width: 55%;

        margin: 17vh 0 0 10%;

    }

    #idiomas {

        font-size: 2.7vw;

        margin-top: 10px;

    }


    #idiomas p {

        margin-top: 6px;

        font-size: 2vw;

    }

    #titulo_slide {

        font-size: 2.5vw;

    }


    #desc_slide {

        font-size: 1.7vw;

    }


    #informacion_verde {

        width: 50%;

        height: 50vh;

        float: left;

    }

    #informacion_verde a, #informacion_verde p {
        font-size: 1.2vw;
        margin-top: 2%;
    }


    #contenedor_verde {

        width: 70%;

        float: right;

    }

    ©
    #contenedor_verde h1 {

        font-size: 3vw;

        margin-top: 2%;

    }

    #contenedor_verde h2 {

        font-size: 2vw;

        margin-bottom: 2%;

        padding-bottom: 2%;

    }


    .cuerpo_carlos_sr {

        background-size: 50vw;

        background-position: right;

    }


    .cuerpo_carlos_jr {

        background-size: 50vw;

        background-position: right;

    }


    .cuerpo_marcela {

        background-size: 50vw;

        background-position: right;

    }


    .cuerpo_david {

        background-size: 50vw;

        background-position: right;

    }


    .cuerpo_pablo {

        background-size: 50vw;

        background-position: right;

    }

    .cuerpo_fabian {

        background-size: 50vw;

        background-position: right;

    }

    .cuerpo_diana {
        background-size: 50vw;
        background-position: right;
    }

    .cuerpo_christian {
        background-size: 50vw;
        background-position: right;
    }


    .cuerpo_alberto {

        background-size: 50vw;

        background-position: right;

    }


    .cuerpo_andres {

        background-size: 50vw;

        background-position: right;

    }


    .cuerpo_claudia {

        background-size: 50vw;

        background-position: right;

    }


}



