*{
    box-sizing: border-box;
}

body{
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    background-color: #19182d;
}


/*--- MENÚ ---*/

.menu{
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom:70px;
    margin-top: 0px;
}

.menu header{
    position: fixed;
    float: left;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 70px;
    padding: 0 50px;
    box-sizing: border-box;
    background: rgba(0,0,0,1);
    box-shadow: 0 8px 25px rgba(255,255,255,0.2);
    transition: 1s;
    z-index: 1000
}

.menu header ul{
    position: relative;
    margin: 0px;
    padding: 0px;
    display: flex;
    float: right;
    margin-right: 80px;
    transition: 0.5s;
}

.menu header ul li{
    list-style: none;
}

.menu_2{
    position: relative;
    display: block;
    padding: 10px 20px;
    margin: 20px 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-weight: 600;
    letter-spacing: 1;
    transition: 1s;
}

.menu_2:hover{
    background: #fff;
    color: #000;
}

.toggle_menu{
    display: none;
    position: absolute;
    right: 14px;
    top: 15px;
    background: white;
    color: black;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
}

.rrss_1{
    display: none
}


/*--------------------------------------------MEDIA MENÚ--------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 414px){
    .menu header{
        position: fixed;
        background: rgba(0,0,0,1);}
    
    .menu header ul{
        position: absolute;
        width: 100%;
        left: -1000px;
        top: 70px;
        display: block;
        transition: 1s;}
    
    .menu header ul.active{
        top: 70px;
        left: 0px;
        display: block}
    
    .menu_2{
        width: 100%;
        margin: 0;
        display: block;
        text-align: center;
        color: #ffff;
        background: rgba(0,0,0,0.8);}
    
    .toggle_menu{
        display: block;}
    
    .rrss_1{
        width: 50%;
        height: 70px;
        position: fixed;
        z-index: 10000;
        display: flex;
        flex-direction: row;
        padding: 0px 20px;
        margin-top: -70px;}

    .rrss_1 li{
        list-style: none;
        margin-right: 10px;
        margin-left: 0px;}

    .rrss_1 li a{
        background: #fff;
        position: relative;
        display: grid;
        place-items: center;
        width: 32px;
        height: 32px;
        border-radius: 25%;
        text-decoration: none;
        border: 1px solid #fff;
        margin: 0px 0 0;}

    .rrss_1 li a img{
        max-width: 18px;
        filter: invert(1);
        mix-blend-mode: difference;}
}

@media screen and (min-width: 415px) and (max-width: 962px){
    .menu header{
        position: fixed;
        background: rgba(0,0,0,1);}
    
    .menu header ul{
        position: absolute;
        width: 100%;
        left: -1000px;
        top: 70px;
        display: block;
        transition: 1s;}
    
    .menu header ul.active{
        top: 70px;
        left: 0px;
        display: block}
    
    .menu_2{
        width: 100%;
        margin: 0;
        display: block;
        text-align: center;
        color: #ffff;
        background: rgba(0,0,0,0.8);}
    
    .toggle_menu{
        display: block;}
    
    .rrss_1{
        width: 50%;
        height: 70px;
        position: fixed;
        z-index: 10000;
        display: flex;
        flex-direction: row;
        padding: 0px 20px;
        margin-top: -70px;}

    .rrss_1 li{
        list-style: none;
        margin-right: 10px;
        margin-left: 0px;}

    .rrss_1 li a{
        background: #fff;
        position: relative;
        display: grid;
        place-items: center;
        width: 32px;
        height: 32px;
        border-radius: 25%;
        text-decoration: none;
        border: 1px solid #fff;
        margin: 0px 0 0;}

    .rrss_1 li a img{
        max-width: 18px;
        filter: invert(1);
        mix-blend-mode: difference;}
}

@media screen and (min-width: 963px){
    .menu header ul{
        float: right;
        margin-right: -40px;}
}

@media screen and (min-width: 1101px){
    .menu header ul{
        margin-right: 80px;}
}


/*--PRESENTACIÓN--*/
#miVideo{
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-top: 20px;
}

.about{
    position: absolute;
    margin-top: -601px;
    padding: 50px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    z-index: 2;
}

.foto_perfil{
    display: none;
}

 .foto_perfil_2{
        display: none;}

.presentacion{
    max-width: 550px;
}

.presentacion h1{
    color: #fff;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 60px;
}

.presentacion h1 span{
    color: #40c3ff;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 2;
    text-shadow: 0 5px 10px rgba(255,255,255,0.5);
    text-shadow: 1 6px 12px rgba(255,255,255,0.7);
    text-shadow: 2 7px 15px rgba(255,255,255,0.9);
    text-shadow: 3 8px 17px rgba(255,255,255,1);
}

.presentacion p{
    font-size: 15.5px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.presentacion b{
    font-weight: 700
}

.actividades p span{
    font-size: 17px;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
}

.actividades p .linea{
    font-weight: 200;
    margin-left: 10px;
    margin-right: 10px;
}

.presentacion a{
    position: relative;
    display: inline-block;
    margin-top: 10px;
    background: #fff;
    color: #000;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1.2em;
}

.presentacion a:hover{
    background-color: #40c3ff;
    color: white;
}

.rrss{
    position: absolute;
    display: flex;
    flex-direction: column;
    right: -320px;
    top: 100px;
}

.rrss li{
    list-style: none;
}

.rrss li a{
    position: relative;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 10px 0 0;
}

.rrss li a:hover{
    background: #fff;
}

.rrss li a img{
    max-width: 20px;
    filter: invert(1);
    mix-blend-mode: difference;
}

.actividades_1{
    display: none;
}

/*-------------------------------------------MEDIA REDES SOCIALES----------------------------------------------------*/
@media screen and (max-width: 962px){
    .rrss{
        display: none;}
}

@media screen and (max-width: 1000px){
    .rrss{
        right: -280px;}
}


/*-------------------------------------------MEDIA ABOUT------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 413px){
    #miVideo{
        display: none;}
    
    .about_1{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 90px;
        margin-bottom: 0px;
        height: 135vw;
        background-color: black;}
    
    .foto_perfil{
        display: block;
        width: auto;
        height: 85%;
        float: right;
        margin-top: 17%;
        margin-right: 0px;}
    
     .foto_perfil_2{
        display: none;}
    
    .about{
        position: absolute;
        width: 98%;
        margin-left: 0%;
        margin-right: 2.5%;
        top: 700px;
        padding: 0px;}
            
    .presentacion h1{
        width: 90%;
        height: 100%;
        margin-left: 20px;
        margin-bottom: 10px;
        font-size: 5.5vw;
        line-height: 1.1em;
        letter-spacing: -1px;}
    
    .presentacion h1 br{
        display: none;}
    
    .presentacion h1 span{
        font-size: 7vw;
        letter-spacing: -0.5px;}
    
    .presentacion p{
        font-size: 3.47vw;
        color: #fff;
        font-weight: 200;
        margin-bottom: 5px;
        margin-left: 20px;
        width: 55%}
    
    .actividades{
        display: none;}
    
    .presentacion a{
        background-color: #40c3ff;
        color: white;
        padding: 5px 15px;
        font-size: 1em;
        margin-left: 20px;}
    
    .actividades_1{
        display: none;}
}

@media screen and (min-width: 414px) and (max-width: 550px){
    #miVideo{
        display: none;}
    
    .about_1{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 90px;
        margin-bottom: 0px;
        height: 135vw;
        background-color: black;}
    
    .foto_perfil{
        display: block;
        width: auto;
        height: 89%;
        float: right;
        margin-top: 14%;
        margin-right: 0px;}
    
     .foto_perfil_2{
        display: none;}
    
    .about{
        position: absolute;
        width: 97%;
        margin-left: 0%;
        margin-right: 2.5%;
        top: 700px;
        padding: 0px;}
            
    .presentacion h1{
        width: 90%;
        height: 100%;
        margin-left: 20px;
        margin-bottom: 20px;
        font-size: 5.4vw;
        line-height: 1.1em;
        letter-spacing: -1px;}
    
    .presentacion h1 br{
        display: none;}
    
    .presentacion h1 span{
        font-size: 7.2vw;
        letter-spacing: -0.5px;}
    
    .presentacion p{
        font-size: 3.4vw;
        color: #fff;
        font-weight: 200;
        margin-bottom: 15px;
        margin-left: 20px;
        width: 55%}
    
    .actividades{
        display: none;}
    
    .presentacion a{
        background-color: #40c3ff;
        color: white;
        padding: 5px 15px;
        font-size: 1.2em;
        margin-left: 20px;}
    
    .actividades_1{
        display: none;}
}

@media screen and (min-width: 551px) and (max-width: 700px){
    #miVideo{
        display: none;}
    
    .about_1{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 90px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        height: 85vw;
        background-color: black;}
    
    .foto_perfil{
        display: block;
        width: auto;
        height: 90%;
        float: right;
        margin-top: 25px;
        margin-right: 0px;}
    
     .foto_perfil_2{
        display: none;}
    
    .about{
        position: absolute;
        width: 97%;
        margin-left: 0%;
        margin-right: 2.5%;
        top: 685px;
        padding: 0px;}
            
    .presentacion h1{
        width: 90%;
        height: 100%;
        margin-left: 20px;
        margin-bottom: 30px;
        font-size: 7.5vw;
        line-height: 1.1em;
        letter-spacing: -1px;}
    
    .presentacion h1 br{
        display: block;}
    
    .presentacion h1 span{
        font-size: 8.5vw;
        letter-spacing: -0.5px;}
    
    .presentacion p{
        font-size: 2.4vw;
        color: #fff;
        font-weight: 200;
        margin-bottom: 20px;
        margin-left: 20px;
        width: 75%}
    
    .actividades{
        display: block;
        margin-left: 0px;
        margin-bottom: 0px;}
    
    .actividades p span{
        font-size: 14px;
        font-weight: 500;
        margin-right: 2.5px;
        margin-left: 2.5px;}
        
    .actividades p .linea{
        font-weight: 200;
        margin-left: 2.5px;
        margin-right: 2.5px;}
    
    .presentacion a{
        background-color: #40c3ff;
        color: white;
        padding: 5px 15px;
        font-size: 1.2em;
        margin-left: 20px;
        margin-top: 0px;}
    
    .actividades_1{
        display: none;}
}

@media screen and (min-width: 701px) and (max-width:750px){
    #miVideo{
        display: none;}
    
    .about_1{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 90px;
        margin-bottom: 0;
        height: 430px;
        background-color: black;}
    
    .foto_perfil{
        display: block;
        width: auto;
        height: 98%;
        float: right;
        margin-top: 10px;
        margin-right: 0px;}
    
     .foto_perfil_2{
        display: none;}
    
    .about{
        position: absolute;
        width: 97%;
        margin-left: 0%;
        margin-right: 2.5%;
        top: 680px;
        padding: 0px;}
            
    .presentacion h1{
        font-size: 2.4em;
        line-height: 1.2em;
        letter-spacing: -2px;
        margin-bottom: 5px;
        margin-left: 20px;}
    
    .presentacion h1 span{
        font-size: 1.3em;}
    
    .presentacion h1 br{
        display: block;}
    
    .presentacion p{
        font-size: 2vw;
        color: #fff;
        font-weight: 200;
        margin-bottom: 15px;
        margin-left: 20px;
        width: 95%}
    
    .actividades{
        display: block;
        margin-left: -5px;
        margin-bottom: 0px;}
    
    .actividades p span{
        font-size: 16px;
        font-weight: 700;
        margin-right: 5px;
        margin-left: 5px;}

    .actividades p .linea{
        font-weight: 200;
        margin-left: 5px;
        margin-right: 5px;}
    
    .presentacion a{
        background-color: #40c3ff;
        color: white;
        padding: 10px 30px;
        font-size: 1.2em;
        margin-left: 20px;
        margin-top: 10px;}
}

@media screen and (min-width: 751px) and (max-width:800px){
    #miVideo{
        display: none;}
    
    .about_1{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 90px;
        margin-bottom: 0;
        height: 420px;
        background-color: black;}
    
    .foto_perfil{
        display: block;
        width: auto;
        height: 100%;
        float: right;
        margin-top: 0px;
        margin-right: 0px;}
    
    .foto_perfil_2{
        display: none;}
    
    .about{
        position: absolute;
        width: 98%;
        margin-left: 0%;
        margin-right: 2.5%;
        top: 680px;
        padding: 0px;}
            
    .presentacion h1{
        font-size: 1.8em;
        line-height: 1.2em;
        letter-spacing: -1px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: 30px;}
    
    .presentacion h1 span{
        font-size: 1.7em;}
    
    .presentacion h1 br{
        display: none;}
    
    .presentacion p{
        font-size: 2.05vw;
        color: #fff;
        font-weight: 200;
        margin-bottom: 20px;
        margin-left: 20px;
        width: 105%}
    
    .actividades{
        display: block;
        margin-left: -5px;
        margin-bottom: 0px;}
    
    .actividades p span{
        font-size: 16px;
        font-weight: 700;
        margin-right: 5px;
        margin-left: 5px;}

    .actividades p .linea{
        font-weight: 200;
        margin-left: 5px;
        margin-right: 5px;}
    
    .presentacion a{
        background-color: #40c3ff;
        color: white;
        padding: 10px 30px;
        font-size: 1.1em;
        margin-left: 20px;
        margin-top: 5px;}
}

@media screen and (min-width: 801px) and (max-width:850px){
    #miVideo{
        display: none;}
    
    .about_1{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 90px;
        margin-bottom: 0;
        height: 400px;
        background-color: black;}
    
    .foto_perfil_2{
        display: block;
        width: auto;
        height: 108%;
        float: right;
        margin-top: -32px;
        margin-right: -20px;}
    
    .about{
        position: absolute;
        width: 98%;
        margin-left: 0%;
        margin-right: 2.5%;
        top: 680px;
        padding: 0px;}
            
    .presentacion h1{
        font-size: 1.8em;
        line-height: 1.2em;
        letter-spacing: -1px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: 30px;}
    
    .presentacion h1 span{
        font-size: 1.7em;}
    
    .presentacion h1 br{
        display: none;}
    
    .presentacion p{
        font-size: 2vw;
        color: #fff;
        font-weight: 200;
        margin-bottom: 15px;
        margin-left: 20px;
        width: 105%}
    
    .actividades{
        display: block;
        margin-left: -5px;
        margin-bottom: 0px;}
    
    .actividades p span{
        font-size: 16px;
        font-weight: 700;
        margin-right: 5px;
        margin-left: 5px;}

    .actividades p .linea{
        font-weight: 200;
        margin-left: 5px;
        margin-right: 5px;}
    
    .presentacion a{
        background-color: #40c3ff;
        color: white;
        padding: 10px 30px;
        font-size: 1.1em;
        margin-left: 20px;
        margin-top: 5px;}
}

@media screen and (min-width: 851px) and (max-width: 920px){
    #miVideo{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 0px;
        background-color: black;
        padding-left:70px;}
    
    .about{
        position: absolute;
        width: 100%;
        top: 680px;
        left: 0px;
        padding: 0px;
        float: left;
        display: flex;
        align-items: center;}
    
     .foto_perfil_2{
        display: none;}
    
    .presentacion h1{
        font-size: 2.4em;
        line-height: 1.2em;
        letter-spacing: -2px;
        margin-bottom: 10px;
        margin-left: 40px;}
    
    .presentacion h1 span{
        font-size: 1.3em;}
    
    .presentacion p{
        font-size: 1.6vw;
        color: #fff;
        font-weight: 200;
        letter-spacing: 0;
        margin-bottom: 0px;
        margin-left: 40px;
        width: 95%}

    .presentacion b{
        font-weight: 700}

    .actividades p span{
        font-size: 15px;
        font-weight: 700;
        margin-right: 0px;
        margin-left: 0px;}
    
    .actividades p .linea{
        font-weight: 200;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .presentacion a{
        position: relative;
        display: inline-block;
        margin-top: 10px;
        background: #fff;
        color: #000;
        padding: 10px 30px;
        text-decoration: none;
        font-size: 1.2em;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 20px;}

    .presentacion a:hover{
        background-color: #40c3ff;
        color: white;}
}



/*--- ESPECIALIDADES ––– */
.separador_esp{
    width: 40%;
    margin-top: 55px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px white;
}

.especialidades{
    width: 100%;
    height: 100%;}

.especialidades h2{
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: white;}

.especialidades h2 spa{
    color: grey;
    font-weight: 900;
    margin-right: 10px;
    text-align: center;}

.content_especialidades{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0px;}

.content_especialidades .cartas{
    position: relative;
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-bottom: 55px;}

.content_especialidades .cartas .img_bx_1,
.content_especialidades .cartas .img_bx_2{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #40c3ff;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;}

.content_especialidades .cartas .texto_1 h3,
.content_especialidades .cartas .texto_2 h3,{
        width: 100%;
        text-align: center;}

.img_bx_1 img,
.img_bx_2 img{
    max-width: 110px;}

.content_especialidades .cartas .texto_1,
.content_especialidades .cartas .texto_2{
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;}

.content_especialidades .cartas .texto_1 h3,
.content_especialidades .cartas .texto_2 h3,{
    margin-bottom: 5px;
    font-size: 24px;}


/*-------------------------------------------------- MEDIA ESPECIALIDADES ------------------------------------------------*/
@media screen and (min-width:751px){
    .content_especialidades{
        position: relative;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;}
    
    .content_especialidades .cartas{
        width: 45%;
        margin-bottom: 50px;}
    
    .especialidades h2{
        font-weight: 200;
        font-size: 50px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 60px;
        text-align: center;
        color: white;}
    
    .separador_esp{
        width: 40%;
        margin-top: 100px;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 0.5px white;}
}

@media screen and (min-width:1000px){
    .especialidades{
        width: 100%;
        height: 100%;}

    .especialidades h2 spa{
        color: grey;
        font-weight: 900;
        margin-right: 10px;
        text-align: center;}

    .content_especialidades{
        position: relative;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;}

    .content_especialidades .cartas{
        height: 250px;
        background: #fff;
        width: 45%;
        margin-top: 0px;
        margin-bottom: 55px;}

    .content_especialidades .cartas .img_bx_1,
    .content_especialidades .cartas .img_bx_2{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #333;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        transition: 0.5s ease-in-out;}

    .content_especialidades .cartas:hover .img_bx_1{
        width: 150px;
        height: 150px;
        left: calc(50% + 130px);
        z-index: 11;
        top: calc(50% - 75px);
        transition: 0.5s ease-in-out;
        background: #40c3ff;}
    
    .content_especialidades .cartas:hover .img_bx_2{
        width: 150px;
        height: 150px;
        left: -75px;
        z-index: 11;
        top: calc(50% - 75px);
        transition: 0.5s ease-in-out;
        background: #40c3ff;}

    .content_especialidades .cartas .img_bx_1::before,
    .content_especialidades .cartas .img_bx_2::before{
        content: attr(data-text);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 3.4em;
        text-align: center;
        color: rgba(255,255,255,.05);
        font-weight: 700;}

    .img_bx_1 img,
    .img_bx_2 img{
        max-width: 100px;
        transition: 0.5s ease-in-out;}

    .content_especialidades .cartas:hover .img_bx_1 img,
    .content_especialidades .cartas:hover .img_bx_2 img,{
        max-width: 75px;}

    .content_especialidades .cartas .texto_2{
        position: absolute;
        right: 0;
        width: calc(100% - 75px);
        height: 100%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;}
    
    .content_especialidades .cartas .texto_1{
        position: absolute;
        left: 0;
        width: calc(100% - 75px);
        height: 100%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: right;}

    .content_especialidades .cartas .texto_2 h3{
        margin-bottom: 5px;
        font-size: 24px;
        text-align: left;}
    
    .content_especialidades .cartas .texto_1 h3{
        margin-bottom: 5px;
        font-size: 24px;
        text-align: right;}
}


/*-- ESTILOS SECCIÓN PORTFOLIO --*/
.separador_port{
    width: 40%;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px white;
}

.portfolio{
    width: 100%;
    margin-top: 0px;
    color: white;
    text-align: center;
}

.portfolio h2{
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 50px;
}

.portfolio h2 spa{
    color: grey;
    font-weight: 900;
    margin-right: 10px;
}

.container_1{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.container_1 .caja{
    position: relative;
    width: 70%;
    height: 15%;
    margin-bottom: 55px;
    margin-top: 0px;
    background: rgba(0,0,0,0);
    overflow: hidden;
    box-shadow: 0.5px 6px 8px rgba(255,255,255,0.4);
}

.container_1 .caja .imgBox{
    position: relative;
}

.container_1 .caja .imgBox img{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    transition: 0.5s;
}

.content{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    padding: 7.5px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0,0,0,0.4);
}

.content h3{
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -1px;
}

/*------------------------------------------MEDIA PORTFOLIO--------------------------------------------*/
@media screen and (min-width: 550px){
    .container_1{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 25px;}

    .container_1 .caja{
        position: relative;
        width: 45%;
        height: 17%;
        margin-bottom: 30px;
        margin-right: 2.5%;
        margin-left: 2.5%;
        background: rgba(0,0,0,0);
        overflow: hidden;
        box-shadow: 0.5px 6px 8px rgba(255,255,255,0.4);}
}

@media screen and (min-width:751px){
    .portfolio{
        width: 100%;
        margin-top: 0px;
        color: white;
        text-align: center;}
    
    .container_1{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: -30px;}

    .container_1 .caja{
        position: relative;
        width: 45%;
        height: 17%;
        margin-bottom: 30px;
        margin-right: 2.5%;
        margin-left: 2.5%;
        background: rgba(0,0,0,0);
        overflow: hidden;
        box-shadow: 0.5px 6px 8px rgba(255,255,255,0.4);}
    
    .separador_port{
        width: 40%;
        margin-top: 60px;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 0.5px white;}

    .portfolio h2{
        font-weight: 200;
        font-size: 50px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 60px;}
}

@media screen and (min-width: 800px){
    .portfolio{
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        color: white;
        text-align: center;}

    .container_1{
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -30px;
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;}

    .container_1 .caja{
        position: relative;
        width: 30%;
        height: 36%;
        margin-right: 1.5%;
        margin-left: 1.5%;
        margin-bottom: 30px;
        background: rgba(0,0,0,0);
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0.5px 6px 8px rgba(255,255,255,0.4);}

    .container_1 .caja:before{
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        transition: 0.5s;
        transform: scaleX(0);
        opacity: 0;
        z-index: 1;}

    .container_1 .caja:hover:before{
        transform: scaleX(1);
        opacity: 1;}

    .container_1 .caja:after{
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        transition: 0.5s;
        transform: scaleY(0);
        opacity: 0;
        z-index: 1;}

    .container_1 .caja:hover:after{
        transform: scaleY(1);
        opacity: 1;}

    .container_1 .caja .imgBox{
        position: relative;}

    .container_1 .caja .imgBox img{
        display: block;
        width: 100%;
        height: 100%;
        margin-left: 0px;
        transition: 0.5s;}

    .container_1 .caja:hover .imgBox img{
        opacity: 0.2;
        transform: scale(1.2);}

    .content{
        position: absolute;
        width: 100%;
        height: 50%;
        top: -20px;
        transform: translateY(50%);
        z-index: 2;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        background-color: transparent;}

    .content h3{
        margin: 0 0 15px;
        padding: 0;
        color: #fff;
        transition: 0.5s;
        transform: translateY(-50px);
        opacity: 0;
        visibility: hidden;}

    .content p{
        margin: 0;
        padding: 0;
        color: #fff;
        transition: 0.5s;
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
        font-weight: 200;
        letter-spacing: 0;
        transition: 0.5s;
        font-size: 0.9em;}

    .caja:hover .content h3{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);}

    .caja:hover .content p{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition-delay: 0.2s;}
}

@media screen and (min-width: 1000px){    
    .separador_port{
        width: 40%;
        margin-top: 50px;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 0.5px white;}

    .portfolio{
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        color: white;
        text-align: center;}

    .portfolio h2{
        font-weight: 200;
        font-size: 50px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 60px;}

    .portfolio h2 spa{
        color: grey;
        font-weight: 900;
        margin-right: 10px;}

    .container_1{
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -30px;
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;}

    .container_1 .caja{
        position: relative;
        width: 30%;
        margin-right: 1.5%;
        margin-left: 1.5%;
        margin-top: 0px;
        margin-bottom: 30px;
        height: calc(300px - 30px);
        background: rgba(0,0,0,0);
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0.5px 6px 8px rgba(255,255,255,0.4);}

    .container_1 .caja:before{
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        transition: 0.5s;
        transform: scaleX(0);
        opacity: 0;
        z-index: 1;}

    .container_1 .caja:hover:before{
        transform: scaleX(1);
        opacity: 1;}

    .container_1 .caja:after{
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        transition: 0.5s;
        transform: scaleY(0);
        opacity: 0;
        z-index: 1;}

    .container_1 .caja:hover:after{
        transform: scaleY(1);
        opacity: 1;}

    .container_1 .caja .imgBox{
        position: relative;}

    .container_1 .caja .imgBox img{
        display: block;
        width: 100%;
        height: 100%;
        margin-left: 0px;
        transition: 0.5s;}

    .container_1 .caja:hover .imgBox img,{
        opacity: 0.2;
        transform: scale(1.2);}

    .content{
        position: absolute;
        width: 100%;
        height: 50%;
        top: -20px;
        transform: translateY(50%);
        z-index: 2;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        background-color: transparent;}
        
    .content h3{
        margin: 0 0 30px;
        padding: 0;
        color: #fff;
        transition: 0.5s;
        transform: translateY(-50px);
        opacity: 0;
        visibility: hidden;}

    .content p{
        margin: 0;
        padding: 0;
        color: #fff;
        transition: 0.5s;
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
        font-weight: 200;
        letter-spacing: 0;
        transition: 0.5s;
        font-size: 1em;}

    .caja:hover .content h3{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);}

    .caja:hover .content p{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition-delay: 0.2s;}
}


/*-- ESTILOS SECCIÓN HERRAMIENTAS --*/
.separador_tools{
    width: 40%;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px white;
}

.herramientas{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    text-align: center;
}

.herramientas h2{
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 50px;
}

.herramientas h2 spa{
    color: grey;
    font-weight: 900;
    margin-right: 10px;
}

.container{
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    transform: translate(40% -50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.container .box{
    flex-grow: 1;
    width: 20%;
    margin-bottom: 40px;
}

.container .box h3{
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.container .box .chart{
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
}


/*-- ESTILOS SECCIÓN HERRAMIENTAS_IMÁGENES PROGRAMAS --*/
.container .box .chart .chart_1{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/adobe-indesign.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.container .box .chart .chart_2{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/adobe-photoshop.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_3{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/ilustrador-adobe.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_4{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/after-effects.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_5{
    position: absolute;
    width: 70px;
    height: 70px;
    top:50px;
    left: 49px;
    background-image: url(../img/premier.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_6{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/dreamweaver.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_7{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/wordpress.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_8{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/html.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_9{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/css.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_10{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/adobe.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_11{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/miro.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.container .box .chart .chart_12{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50px;
    left: 50px;
    background-image: url(../img/trello.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}



.container .box canvas{
    position: absolute;
    top:0;
    left: 0;
}

/*------------------------------------------- MEDIA HERRAMIENTAS ----------------------------------------------------*/
@media screen and (max-width:700px){
    .container{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;}

    .container .box{
        width: 50%;
        margin-bottom: 40px;}
}

@media screen and (min-width:701px){
     .container{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;}

    .container .box{
        width: 30%;
        margin-bottom: 40px;}
    
    .container .box h3{
        margin-top: 10px;
        text-align: center;
        color: #fff;
        font-size: 25px;
        letter-spacing: -0.5px;
        font-weight: 600;}
}

@media screen and (min-width:751px){
    .separador_tools{
        width: 40%;
        margin-top: 105px;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 0.5px white;}

    .herramientas h2{
        font-weight: 200;
        font-size: 50px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 60px;}
}

@media screen and (min-width:969px){
     .container{
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;}

    .container .box{
        width: 30%;
        margin-bottom: 40px;}
    
    .container .box h3{
        margin-top: 10px;
        text-align: center;
        color: #fff;
        font-size: 25px;
        letter-spacing: -0.5px;
        font-weight: 600;}
}


/*-- ESTILOS SECCIÓN EXPERIENCIA --*/
.separador_exp{
    width: 40%;
    margin-top: 40px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px white;
}

.timeline{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    text-align: center;
    position: relative;
}

.timeline h2{
    font-weight: 200;
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 60px;
}

.timeline h2 spa{
    color: grey;
    font-weight: 900;
    margin-right: 10px;
}

.timeline ul {
    padding: 20px 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 4px;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 0px;
    background: white;
}

.timeline ul li time{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    color: #17d3e6;
}

.gente{
    width: 65%;
    height: auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sana{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.muyfan{
    width: 90%;
    height: auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.timeline ul li div h3{
    letter-spacing: 0px;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.timeline ul li div p{
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 4px;
}

.timeline ul li div span{
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 200;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

/*----COLOR FONDO----*/

.timeline ul li div {
    position: relative;
    width: 350px;
    padding: 25px;
    padding-bottom: 0px;
    background-color: transparent;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

/*----MOVIMIENTO COLOR FONDO----*/
.timeline ul li:nth-child(odd) div {
  left: 15px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent transparent transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -360px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent transparent;
}

/*--- EFECTOS CAJA EXPERIENCIA ––– */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #17d3e6;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(50px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-50px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}
    
/*----------------------------------------------- MEDIA EXPERIENCIA --------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 900px){
    .timeline{
        margin-top: 0px;
        margin-bottom: -20px;}
    
    .timeline ul li::after {
        width: 0px;
        height: 0px;}
    
    .timeline ul li {
        margin-top: 0px;
        padding: 0px;
        width: 0px;
        margin-bottom: 30px;}  
    
    .timeline ul li div {
        margin-top: 0px;}
    
    .sana{
        width: 80%;}

    .muyfan{
        width: 70%;}
    
    .timeline ul li:nth-child(odd) div {
        transform: translate3d(-190px, 0, 0);}
    
    .timeline ul li:nth-child(even) div {
        transform: translate3d(185px, 0, 0);}
}

@media screen and (max-width:750px){
    .separador_exp{
        width: 40%;
        margin-top: 10px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 0.5px white;}
    
    .timeline h2{
        font-size: 30px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 0px;}
}


/*-- ESTILOS SECCIÓN AFICIONES --*/
.separador_afi{
    width: 40%;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px white;
}

.aficiones_1{
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.aficiones_1 h2{
    font-size: 50px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
    color: white;
}

.aficiones_1 h2 spa{
    color: grey;
    font-weight: 900;
    margin-right: 10px;
    text-align: center;
}

.contenedor_afi{
    width: 100%;
}

.aficiones_1 ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.aficiones_1 ul li{
    list-style: none;
}

.aficiones_1 ul li img{
    width: 130px;
    height: 130px;
}


/*---------------------------------------------- MEDIA AFICIONES ---------------------------------------------------*/
@media screen and (max-width:1050px){
    .aficiones_1{
        width: 100%;
        height: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;}
    
    .aficiones_1 ul{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;}
    
    .aficiones_1 ul li img{
        width: 120px;
        height: 120px;}
}

@media screen and (max-width:750px){
    .aficiones_1 h2{
        font-size: 30px;
        margin-bottom: 40px;}
    
    .separador_afi{
        width: 40%;
        margin-top: 40px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 0.5px white;}
}

       
/*-- CONTACTO --*/
.separador_contac{
    width: 40%;
    margin-top: 100px;
    margin-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.5px white;
}

.contactos{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: 0px;
    padding: 40px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: rgba(255,255,255,0.1);
}

.contactos h2{
    font-weight: 200;
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
    color: white;
}

.contactos h2 spa{
    color: grey;
    font-weight: 900;
    margin-right: 10px;
    text-align: center;
}

#contact{
    text-align: center;
    margin-top: 0px;
}

#contact h3,
#contact p{
    color: #fff;
    margin-bottom: 20px;
}

.contactForm{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}

.contactForm form{
    width: 100%;
}

.contactForm .row100{
    display: flex;
    width: 100%;
}

.contactForm .row100 .inputBx50{
    width: 50%;  
    margin: 0 20px;
}

.contactForm .row100 .inputBx100{
    width: 100%;  
    margin: 0 20px;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.contactForm .row100 input{
    position: relative;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 10px 0;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
    resize: none;
}

.contactForm .row100 textarea{
    position: relative;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: transparent;
    width: 100%;
    padding-top: 10px 0;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
    resize: none;
    height: 100px;
    font-family: sans-serif
}

.contactForm .row100 input::placeholder,
.contactForm .row100 textarea::placeholder{
    color: rgba(255, 255, 255, 0.5)
}

.contactForm .row100 input[type="submit"]{
    background: #fff;
    color: #000;
    max-width: 100px;
    text-transform: uppercase;
    letter-spacing: 0px;
    cursor: pointer;
    font-weight: 400;
}

#resultado{
    display: flex;
    align-content: center;
    justify-content: center;
    color: black;
    background-color: rgba(255,255,255,0.5);
    font-weight: 400;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------MEDIA CONTACTOS-------------------------------------------------------*/
@media screen and (max-width:750px){
    .contactos h2{
        font-size: 30px;
        margin-bottom: 40px;}
    
    .separador_contac{
        width: 40%;
        margin-top: 35px;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 0.5px white;}
}



/*-----FOOTER-----*/
footer{
    color: white;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 70px;
    margin-top: 80px;
    padding-top: 10px;
    background-color: black;
    text-align: center;
    box-shadow: 0 -6px 15px rgba(255,255,255,0.2);

}

footer p{
    text-transform: uppercase;
}

.rrss_2{
    display: none
}


/*--------------------------------------------------MEDIA FOOTER-------------------------------------------------------*/
@media screen and (min-width: 768px){
.rrss_2{
    width: 50%;
    display: flex;
    flex-direction: row;
    float: left;
}

.rrss_2 li{
    list-style: none;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 5px;}

.rrss_2 li a{
    position: relative;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 0px 0 0;}

.rrss_2 li a:hover{
    background: #fff;}

.rrss_2 li a img{
    max-width: 18px;
    filter: invert(1);
    mix-blend-mode: difference;}
}

@media screen and (min-width: 768px){
    footer{
        padding: 0px;
        padding-right: 20px;}

    footer p{
        margin-top: 30px;
        float: right;
        text-transform: uppercase;}
}
