*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.swiper-button-prev, .swiper-button-next{
    color: white !important;
    font-weight: 200;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
}

.desktop{
	display: none;
}

.mobile{
	position: relative;
}

/*------MENU------*/

.cont_logo{
    position: absolute;
    z-index: 20;
    margin-left: 5%;
    top: 10px;
    width: 100px;
    height: 35px;
    background: aqua;
}

#btn-menu{
    display: none;
}

.fa-bars{
    font-size: 20px;
    padding: 7.5px 10px;
    position: absolute;
    margin-right: 5%;
    top: 10px;
    right: 0;
    z-index: 20;
    color: #fff;
    background: #30C39E;
    border-radius: 3px;
}

.menu{
    position: absolute;
    z-index: 10;
    top: 50px;
    width: 100%;
    overflow-y: hidden;
}

.menu ul{
    list-style: none;
/*    display: none;*/
    transform: translateY(-100%);
    transition: all 0.3s;
}

.menu ul li{
    margin: auto;
    margin-bottom: none;
    width: 90%;
    text-align: center;
}

.menu ul li a{
    color: #fff;
    font-size: 12px;
    background: #30C39E;
    display: block;
    text-decoration: none;
    padding: 15px 0;
}

#btn-menu:checked ~ .menu ul{
/*    display: block;*/
    transform: translateY(0%);
}

/*-----SLIDER-----*/

.img_slider_desktop{
	filter: brightness(40%);
}

.img_slider_mobile{
	filter: brightness(50%);
} 

.content__banner__mobile{
	position: absolute;
    width: 90%;
    left: 50%;
    margin-left: -45%;
	z-index: 2;
	top: 45px;
}

.content__banner__mobile h1{
	font-size: 25px;
	color: #30C39E;
}

.content__banner__mobile h3{
	color: #fff;
/*	text-transform: capitalize;*/
    letter-spacing: 1px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

.content__banner__mobile p{
	font-size: 12px;
	color: #fff;
	margin-top: 3px;
	margin-bottom: 5px;
}

.content__banner__mobile button{
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 7px 12px;
	border-radius: 3px;
	font-size: 9px;
}

.content__banner__mobile button:hover{
	background:#30C39E;
	border: 1px solid #30C39E;
}

.btns_carousel_mobile{
	position: absolute;
	top: 150px;
	z-index: 15;
	width: 100%;
	overflow-x: hidden;
}

.btn_prev_mobile{
	padding: 7px;
	color: #fff;
	background: transparent;
	border: none;
/*	position: relative;*/
    float: left;
	margin-left: -30px;
}

.btn_next_mobile{
	padding: 7px;
	color: #fff;
	background: transparent;
	border:none;
/*	position: relative;*/
    float: right;
	margin-right: -30px;
}

/*----ACERCA DE----*/

.cont__acerca__de{
    background: #F8F9FA;
    overflow-y: hidden;
}

.acerca__de{
	padding: 30px 10px;
	
}

.acerca__de h2{
	margin-bottom: 21px;
	text-align: center;
}

.subrayado{
	text-decoration: underline;
}

.acerca__de ul{
    list-style: none;
}

.acerca__de .sub_acerca{
	margin-bottom: 14px;
}

.acerca__de .des_acerca_de{
	font-size: 13px;
	margin-bottom: 14px;
}

.acerca__de button{
	font-size: 10px;
	padding: 9px 12px;
	border: none;
	border-radius: 4px;
	color: #fff;
	background: #30C39E;
	margin-bottom: 28px;
}

.acerca__de button:hover{
    cursor: pointer;
}

.acerca__de img{
	width: 100%;
	margin-bottom: 28px;
}

.acerca__de ul li h4{
	margin-bottom: 8px;
	font-size: 14px;
}

.porcentaje{
	float: right;
}

.acerca__de ul li p{
	font-size: 13px;
    margin-bottom: 14px;
}

/*----SERVICIOS---*/

.cont__servicios{
    overflow-x: hidden;
}

.servicios{
	padding: 30px 10px;
}

.servicios h2{
	text-align: center;
	margin-bottom: 28px;
}

.servicios article{
	background: #F8F9FA;
	border-radius: 7px;
	padding: 30px 20px;
	margin-bottom: 21px;
    position: relative;
}

.cont_article{
    border-radius: 7px;
    background-position: center;
    background-size: cover;
}

.serv1{
    background-image: url('../wpimages/soporte-tecnico.jpg');
}

.serv2{
    background-image: url('../wpimages/front-end.jpg');
}

.serv3{
    background-image: url('../wpimages/back-end.jpg');
}

.serv4{
    background-image: url('../wpimages/redes.jpg');
}

.servicios article:hover{
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
}

.servicios article ul{
	list-style: none;
}

.servicios article ul li{
	text-align: center;
}
.servicios .fa-bar-chart,
.servicios .fa-laptop,
.servicios .fa-codepen{
	color: #30C39E;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 21px;
}

.servicios article li h3{
	margin-bottom: 7px;
}

.servicios article li p{
	font-size: 13px;
}

/*----CARACTERISTICAS----*/

.cont__caracteristicas{
    overflow-y: hidden;
    background-image: url(../wpimages/mainslide3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.caracteristicas{
    background: rgba(0,0,0,0.7)
}

.caracteristicas h2{
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

.caracteristicas ul{
    padding: 30px 10px 30px 10px; 
}

.caracteristicas ul li{
/*    text-align: center;*/
}

.caracteristicas ul li h3{
    color: #ffff;
    margin-bottom: 7px;
}
 
.caracteristicas ul li p{
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.fa-award{
    color: #00e091;
}

/*--HABILIDADES Y HOBBIES--*/

.cont__habilidades__hobbies{
    background: #F8F9FA;
    overflow-y: hidden;
}

.habilidades__hobbies{
    padding: 30px 10px 0 10px;
}

.habilidades__hobbies h2{
    text-align: center;
    margin-bottom: 30px;
}

.habilidades__hobbies ul{
    list-style: none;
}

.habilidades__hobbies ul li h4{
    margin-bottom: 10px
}

.habilidades__hobbies ul li p{
/*    letter-spacing: .5px;*/
    font-size: 13px;
    margin-bottom: 28px;
}

.nom_habilidad{
    font-size: 14px;
    font-weight: bold;
}

.cont_barra{
    border-radius: 3px;
    border: none;
    height: 14px;
    background:#0000001A;
    margin-top: 3px;
    margin-bottom: 14px;
}

.barra_habilidad{
    border-radius: 3px;
    height: 14px;
    background: #FF6C5F;
}

.porcentaje_habilidad{
    float: right;
}

.hobbies{
    margin-top: 35px;
}

.hobbies .fa-codepen,
.hobbies .fa-hourglass,
.hobbies .fa-camera,
.hobbies .fa-plane,
.hobbies .fa-headphones,
.hobbies .fa-futbol{
    padding: 16px;
    border: 2px solid;
    border-radius: 50%;
}

.hobbies .fa-codepen{
    color: #ff4f81;
    border-color: #ff4f81;
}

.hobbies .fa-hourglass{
    color: #1cc7d0;
    border-color: #1cc7d0;
}

.hobbies .fa-camera{
    color: #8e43e7;
    border-color: #8e43e7;
}

.hobbies .fa-plane{
    color: #ffc20e;
    border-color: #ffc20e;
}

.hobbies .fa-headphones{
    color: #ed1b2e;
    border-color: #ed1b2e;
}

.hobbies .fa-futbol{
    color: #7fbb00;
    border-color: #7fbb00;
}

.hobbies ul li{
    padding-bottom: 30px;
    text-align: center;
}

.hobbies ul li div{
    display: inline-block;
    width: 30%;
}

.hobbies ul div label{
    font-size: 9px;
    width: 100%;
    font-weight: 600;
}

/*----EXPERIENCIA LABORAL----*/

.cont__experiencia__laboral{
    overflow-y: hidden;
}

.experiencia__laboral{
    padding: 0 10px;
}

.experiencia__laboral .cont_foto{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}

.cont_foto img{
    width: 65%;
}

.cont_des_exp h3{
    margin-bottom: 14px;
}

.cont_des_exp p{
    font-size: 13px;
    margin-bottom: 35px;
}

.cont_des_exp .linea_exp{
    border-left: 1px solid #00ba9d;
    padding-left: 15px;
    list-style: none;
    margin-bottom: 20px;
}

.submenu{
    padding: 20px 0;
    position: relative;
}

.submenu h4{
    
}

.submenu h5{

}

.submenu .fa-circle{
    position: absolute;
    top: 25px;
    left: 0;
    margin-left: -22.5px;
    color: #00ba9d;
}

.submenu span{
    color: #00ba9d;
    float: right;
    font-size: 25px;
}

.submenu :hover{
    cursor: pointer;
}

.submenu ul{
    margin-top: 15px;
    display: none;
    list-style: none;
}

.submenu:hover{
    cursor: pointer;
}

/*----PORTAFOLIO----*/

.cont__portafolio{
    padding-bottom: 80px;
}

.portafolio h2{
    text-align: center;
    margin-bottom: 30px;
/*
    font-size: 30px;
*/
}

.portafolio{
    height: 170px;
    margin-bottom: 35px;
}

.swiper-container {
    width: 100%;
/*    height: 40%;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: hidden;
}

.cont_des_proyecto{
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 2%;
    left: 10%;
    padding: 3px;
    border-radius: 2px;
}

.cont_des_proyecto ul{
    list-style: none;
}

.cont_des_proyecto ul li{
    font-size: 8px;
    color: #fff;
}

.cont_des_proyecto ul li a{
    color: #fff;
    text-decoration: none;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 25%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 3px;
}

.gallery-thumbs .swiper-slide { 
    width: 25%;
    height: 100%; 
    opacity: 0.4;
} 

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


/*--MENSAJE DISPONIBILIDAD--*/

.cont__mensaje__disponibilidad{
    overflow-y: hidden;
}

.bg__mensaje__dispo{
    background-image: url(../wpimages/g6.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.mensaje__disponibilidad{
    text-align: center;
}

.mensaje__disponibilidad .cont_mensaje_dis{
    padding: 30px 10px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color:#fff;
    overflow-x: hidden;
}

.mensaje__disponibilidad h3{
    margin-bottom: 20px;
}

.mensaje__disponibilidad h2{
    margin-bottom: 20px;
}

.mensaje__disponibilidad button{
    padding: 12px 0px;
    border-radius: 5px;
    border:none;
    width: 150px;
    margin-bottom: 20px;
}

.mensaje__disponibilidad button:hover{
    cursor: pointer;
}

.mensaje__disponibilidad .btn-uno{
    background: #00e091;
    color: #fff;
}

/*----BLOG----*/

.cont__blogs{
    background: #F8F9FA;
}

.blogs{
    overflow-x: hidden;
    position: relative;
    padding: 30px 10px;
}

.btn_prev_blog,.btn_next_blog{
    position: absolute;
    z-index: 5;
    top: 50%;
    font-size: 13px;
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
}

.btn_prev_blog{
    left: 0;
    margin-left: 10px;
}

.btn_next_blog{
    right: 0;
    margin-right: 10px;
}

.btn_prev_blog:hover{
    cursor: pointer
}

.btn_next_blog:hover{
    cursor: pointer;
}

.blogs h2{
    text-align: center;
    margin-bottom: 35px;
}

.blogs h3{
/*Sin font-size*/
    margin-top: 15px;
} 

.blogs h4{
    font-weight: 400;
    color: #949494;
    font-size:14px;
    margin-bottom: 5px;
}

.blogs p{
    color: #5A5A5A;
    font-size: 13px;
    margin-bottom: 5px;
}

.cont_img_blog img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blogs article{
    border-radius: 10px;
    background: #FFFFFF;
    padding-bottom: 20px;
}

.blogs article .cont_img_blog{
    margin-bottom: 5px;
}

.blogs .cont_descripcion_blog{
    padding: 0 5px;
}

.blogs  article button{
    background: transparent;
    border-radius: 3px;
    border:2px solid #00e091;
    padding: 5px 10px;
    font-size: 10px;
    color: #00e091;
}

.blogs  article button:hover{
    cursor: pointer;
    background: #00e091;
    color: #fff;
}

/*--CONTACTO--*/

.bg__mensaje__contacto{
    background-image: url(../wpimages/mainslide3.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.cont__contacto{
    overflow-y: hidden;
}

.contacto{
    padding: 30px 10px;
}

.contacto ul{
    list-style: none;
}

.contacto h2{
    text-align: center;
    margin-bottom: 35px;
}

.contacto .cont_descripcion{
    margin-bottom: 25px;
}

.contacto .cont_descripcion h3{
    margin-bottom: 15px;
}

.contacto .cont_formulario{
    margin-bottom: 25px;
}

.contacto .cont_formulario h3{
    margin-bottom: 15px
}

.contacto ul li{
    padding: 5px 0;
    font-size: 15px;
}

.contacto .form-group{
    margin-bottom: 10px;
}

.contacto .form-group input{
    width: 100%;
    border-radius: 5px;
    color:#888;
    border: 2px solid #ccc;
    margin-top: 5px;
    padding: 10px;
}

.contacto .fa-map-marker-alt,
.contacto .fa-whatsapp,
.contacto .fa-envelope,
.contacto .fa-user,
.contacto .fa-envelope-open,
.contacto .fa-linkedin,
.contacto .fa-phone,
.contacto .fa-edit{
    color: #00e091;
}

.contacto .form-group textarea{
    width: 100%;
    border-radius: 5px;
    color:#888;
    border: 2px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.contacto .form-group button{
    float: right;
    padding: 10px 25px;
    border-radius: 5px;
    color:#fff;
    background: #00e091;
    border: 1px solid #00e091;
}

.contacto .form-group button:hover{
    cursor: pointer;
    background: transparent;
    color: #00e091;
    border: 1px solid #00e091;
}

.form_contacto .error{
    font-size: 13px;
    color: red;
}

.form_suscripcion button:hover{
    cursor: pointer;
    background:#00e091;
    border: 1px solid #00e091;
    color:#fff;
}


/*----PIE DE PAGINA----*/

/* .cont__mapa__sitio{
    background:rgba(0,0,0,0.9);
} */
  
.mapa_sitio{
    /* color: #00e091; */
    text-align: center;
    padding: 20px 10px;
}

.mapa_sitio ul{
    list-style: none;
}

.mapa_sitio div{
    padding: 20px 0;
}

.mapa_sitio h3{
    padding-bottom: 7px
}

.submapa1 li,.submapa2 li{
    font-size: 12px;
}

.submapa3 form input{
    border-radius: 5px;
    border: none;
    padding: 5px;
    width: 65%;
    line-height: 20px;
    color: #888;
}

.submapa3 form button{
    padding: 5px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    width: 25%;
    line-height: 20px;
}

.copyright{
    text-align: center;
    /* background:rgba(0,0,0,0.9); */
    /* color: #fff; */
    padding: 0 10px;
}

.copyright h4{
    margin-bottom: 20px;
}

.copyright h3{
    padding-bottom: 40px;
}


/*Boton Ir Arriba*/

.ir-arriba{
	display: none;
	padding:10px 12px;
	background:#00e091;
	border-radius: 50%;
	font-size: 22px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:80px;
	right:10px;
    z-index: 10;
	font-weight: bold;
}

.ir-arriba:hover{
    border: 2px solid #00e091;
    color: #00e091;
	background:#fff;
}

.white{
    text-decoration: none;
    color: white;
}

a:hover{
    cursor: pointer;
}

.color-one{
    color: 00e091;
}

@media(min-width:256px){
    
    /*--------MENU-------*/
    
    .cont_logo{
        top: 20px;
/*
        margin-left: 5%;
        width: 100px;
        height: 35px;
*/
    }

    .fa-bars{
/*
        font-size: 20px;
        padding: 7.5px 10px;
*/
        margin-right: 5%;
        top: 20px;
    }    
    
    .menu ul li{
        width: 90%;
    }
    
    .menu{
        top: 60px;
        width: 100%;
        overflow-y: hidden;
    }
    
    /*-------SLIDER------*/
    
    .content__banner__mobile{
        top: 70px;
    }

    .content__banner__mobile h1{
        font-size: 26px;
    }

    .content__banner__mobile h3{
        font-size: 20px;
    }

    .content__banner__mobile p{
        font-size: 13px;
        color: #fff;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .content__banner__mobile button{
        padding: 9px 13px;
        font-size: 12px;
    }

/*
    .btns_carousel_mobile{
        top: 150px;
    }

    .btn_prev_mobile{
        padding: 7px;
        margin-left: -30px;
    }

    .btn_next_mobile{
        padding: 7px;
        margin-right: -30px;
    }
*/

    /*----ACERCA DE (>256px)----*/


    .acerca__de{
        padding: 30px 15px;
    }

/*
    .acerca__de h2{
        margin-bottom: 21px;
    }

    .acerca__de .sub_acerca{
        margin-bottom: 14px;
    }
*/

    .acerca__de .des_acerca_de{
        font-size: 14px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de button{
        font-size: 12px;
        padding: 9px 13px;
        border-radius: 5px;
/*        margin-bottom: 28px;*/
    }

/*
    .acerca__de img{
        width: 100%;
        margin-bottom: 28px;
    }
*/

    .acerca__de ul li h4{
/*        margin-bottom: 8px;*/
        font-size: 16px;
    }

    .acerca__de ul li p{
        font-size: 14px;
    }

    /*----SERVICIOS (>256px)---*/

    .servicios{
        padding: 30px 15px;
    }

    .servicios h2{
        text-align: center;
        margin-bottom: 28px;
    }

    .servicios article{
        background: #F8F9FA;
        padding: 30px 20px;
        margin-bottom: 21px;
    }
    
    .servicios .fa-bar-chart,
    .servicios .fa-laptop,
    .servicios .fa-codepen{
        font-size: 30px;
    }

    .servicios article li h3{
        margin-bottom: 7px;
    }

    .servicios article li p{
        font-size: 14px;
    } 

    /*----CARACTERISTICAS (>256px)----*/

    .caracteristicas ul{
        padding: 30px 15px 30px 15px; 
    }

    .caracteristicas ul li h3{
        margin-bottom: 7px;
    }

    .caracteristicas ul li p{
        font-size: 14px;
    }

    /*--HABILIDADES Y HOBBIES (>256px)--*/

    .habilidades__hobbies{
        padding: 30px 15px 0 15px;
        background: #F8F9FA;
    }

    .habilidades__hobbies h2{
        margin-bottom: 30px;
    }

    .habilidades__hobbies ul li h4{
        margin-bottom: 10px;
        font-size: 16px;
    }

    .habilidades__hobbies ul li p{
        font-size: 14px;
/*        margin-bottom: 28px;*/
    }

    .nom_habilidad{
        font-size: 15px;
    }

    .cont_barra{
        border-radius: 3px;
        height: 14px;
/*
        margin-top: 3px;
        margin-bottom: 14px;
*/
    }

    .barra_habilidad{
        border-radius: 3px;
        height: 14px;
    }

/*
    .hobbies{
        margin-top: 35px;
    }
*/

    .hobbies .fa-codepen,
    .hobbies .fa-hourglass,
    .hobbies .fa-camera,
    .hobbies .fa-plane,
    .hobbies .fa-headphones,
    .hobbies .fa-futbol{
        padding: 18px;
/*        border: 2px solid;*/
        border-radius: 50%;
    }

/*
    .hobbies ul li{
        padding-bottom: 30px;
        text-align: center;
    }
*/

    .hobbies ul li div{
/*        display: inline-block;*/
        width: 30%;
    }

    .hobbies ul div label{
        font-size: 10px;
/*
        width: 100%;
        font-weight: 600;
*/
    }

    /*----EXPERIENCIA LABORAL (>256px)----*/

    .experiencia__laboral{
        padding: 0 15px;
    }

/*
    .experiencia__laboral .cont_foto{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 35px;
    }
*/

    .cont_foto img{
        width: 70%;
    }

/*
    .cont_des_exp h3{
        margin-bottom: 14px;
    }
*/

    .cont_des_exp p{
        font-size: 14px;
/*        margin-bottom: 35px;*/
    }

    .cont_des_exp .linea_exp{
        padding-left: 10px;
/*        margin-bottom: 20px;*/
    }

/*
    .submenu{
        padding: 20px 0;
        position: relative;
    }
*/
    
    .submenu h4{
        font-size: 16px;
    }

    .submenu h5{
        font-size: 14px;
    }

    .submenu .fa-circle{
        position: absolute;
        top: 25px;
        left: 0;
        margin-left: -17.5px;
        color: #00ba9d;
    }

/*
    .submenu span{
        float: right;
        font-size: 25px;
    }
*/

/*
    .submenu ul{
        margin-top: 15px;
    }
*/

    /*----PORTAFOLIO (>256px)----*/

    .portafolio{
        height: 200px;
/*        margin-bottom: 35px;*/
    }
    
    

/*
    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
*/
    
    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 2%;
        left: 6%;
        padding: 3px;
        border-radius: 2px;
    }

    .cont_des_proyecto ul li{
        font-size: 10px;
    }


/*
    .gallery-top {
        height: 80%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide { 
        width: 25%;
        height: 100%; 
        opacity: 0.4;
    } 

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
*/


    /*--MENSAJE DISPONIBILIDAD (>256px)--*/

    .mensaje__disponibilidad .cont_mensaje_dis{
        padding: 30px 15px;
        width: 100%;
        background: rgba(0,0,0,0.5);
        color:#fff;
    }

    .mensaje__disponibilidad h3{
        font-size: 20px;
        margin-bottom: 20px;
    }

/*
    .mensaje__disponibilidad h2{
        margin-bottom: 20px;
    }
*/

/*
    .mensaje__disponibilidad button{
        padding: 12px 0px;
        width: 150px;
        margin-bottom: 20px;
    }
*/

    /*----BLOG (>256px)----*/

    .blogs{
        overflow-x: hidden;
        position: relative;
        padding: 30px 15px;
    }

    .btn_prev_blog,.btn_next_blog{
        top: 50%;
        font-size: 13px;
        padding: 10px 12px;
        border: none;
        border-radius: 3px;
    }

    .btn_prev_blog{
        margin-left: 10px;
    }

    .btn_next_blog{
        margin-right: 10px;
    }

    .blogs h2{
        margin-bottom: 35px;
    }

    .blogs h3{
        font-size: 20px;
    }

    .blogs h4{
        font-size:16px;
        margin-bottom: 5px;
    }

    .blogs p{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .blogs article .cont_img_blog{
        margin-bottom: 5px;
    }
    
    .blogs .cont_descripcion_blog{
        padding: 0 5px;
    }

    .blogs  article button{
        background: transparent;
        border-radius: 3px;
        border:2px solid #00e091;
        padding: 5px 10px;
        font-size: 12px;
        color: #00e091;
    }


    /*--CONTACTO (>256px)--*/

    .contacto{
        padding: 30px 15px;
    }

/*
    .contacto h2{
        margin-bottom: 35px;
    }
*/

/*
    .contacto .cont_descripcion{
        margin-bottom: 25px;
    }
*/

/*
    .contacto .cont_descripcion h3{
        margin-bottom: 15px;
    }
*/

/*
    .contacto .cont_formulario{
        margin-bottom: 25px;
    }
*/

/*
    .contacto .cont_formulario h3{
        margin-bottom: 15px
    }
*/

/*
    .contacto ul li{
        padding: 5px 0;
    }
*/

/*
    .contacto .form-group{
        margin-bottom: 10px;
    }
*/

/*
    .contacto .form-group input{
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        margin-top: 5px;
        padding: 10px;
    }
*/
/*

    .contacto .form-group textarea{
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        padding: 10px;
    }
*/

/*
    .contacto .form-group button{
        float: right;
        padding: 10px 25px;
    }
*/

    /*----PIE DE PAGINA (>256px)----*/

    .mapa_sitio{
        padding: 20px 15px;
    }

/*
    .mapa_sitio div{
        padding: 20px 0;
    }
*/

/*
    .mapa_sitio h3{
        padding-bottom: 7px
    }
*/
    
    .submapa1 li,.submapa2 li{
        font-size: 18px;
    }

/*
    .submapa3 form input{
        border-radius: 5px;
        border: none;
        padding: 5px;
        width: 65%;
        line-height: 20px;
        color: #888;
    }
*/

/*
    .submapa3 form button{
        padding: 5px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        width: 25%;
        line-height: 20px;
    }
*/

    .copyright{
/*        text-align: center;*/
        padding: 0px 15px;
    }

/*
    .copyright h4{
        margin-bottom: 20px;
    }

    .copyright h3{
        padding-bottom: 40px;
    }
*/


    /*Boton Ir Arriba*/

    .ir-arriba{
        padding:12px 15px;
        font-size: 24px;
/*
        background:rgba(0,128,110);
        border-radius: 50%;
        bottom:20px;
        right:20px;
*/
    }
    
}

@media(min-width:290px){
    
    .ir-arriba{
        padding:9px 13px;
        font-size: 26px;
        background:#00e091;
        border-radius: 50%;
        right:10px;
        bottom:85px;
    }
    
}

@media(min-width:320px){
    
    /*--------MENU-------*/
    
    .cont_logo{
        top: 20px;
        margin-left: 10%;
/*
        width: 100px;
        height: 35px;
*/
    }

    .fa-bars{
/*
        font-size: 20px;
        padding: 7.5px 10px;
*/
        margin-right: 10%;
        top: 20px;
    }    
    
    .menu ul li{
        width: 80%;
    }
    
    .menu{
        top: 60px;
        width: 100%;
        overflow-y: hidden;
    }
    
    /*-------SLIDER------*/
    
    .content__banner__mobile{
        top: 100px;
        margin-left: -40%;
        width: 80%;
    }

    .content__banner__mobile h1{
        font-size: 28px;
    }

    .content__banner__mobile h3{
        font-size: 22px;
    }

    .content__banner__mobile p{
        font-size: 15px;
        color: #fff;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .content__banner__mobile button{
        padding: 9px 14px;
        font-size: 13px;
    }

    .btns_carousel_mobile{
        top: 50%;
        z-index: 20;
    }

    .btn_prev_mobile{
        padding: 8px 5px;
        font-size: 28px;
        margin-left: 0px;
    }

    .btn_next_mobile{
        padding: 8px 5px;
        font-size: 28px;
        margin-right: 0px;
    }

    /*----ACERCA DE (>320px)----*/

    .acerca__de{
        padding: 30px;
    }

/*
    .acerca__de h2{
        margin-bottom: 21px;
    }
*/

    .acerca__de .sub_acerca{
        font-size: 17px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de .des_acerca_de{
        font-size: 15px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de button{
        font-size: 13px;
        padding: 9px 14px;
        border-radius: 5px;
/*        margin-bottom: 28px;*/
    }

/*
    .acerca__de img{
        width: 100%;
        margin-bottom: 28px;
    }
*/

    .acerca__de ul li h4{
/*        margin-bottom: 8px;*/
        font-size: 17px;
    }

    .acerca__de ul li p{
        font-size: 15px;
    }

    /*----SERVICIOS (>320px)---*/

    .servicios{
        padding: 30px;
    }

/*
    .servicios h2{
        text-align: center;
        margin-bottom: 28px;
    }
*/

    .servicios article{
        padding: 30px 25px;
/*        margin-bottom: 21px;*/
    }
    
    .servicios .fa-bar-chart,
    .servicios .fa-laptop,
    .servicios .fa-codepen{
        font-size: 32px;
    }

    .servicios article li h3{
        font-size: 21px;
/*        margin-bottom: 7px;*/
    }

    .servicios article li p{
        font-size: 15px;
    }

    /*----CARACTERISTICAS (>320px)----*/

    .caracteristicas ul{
        padding: 30px 30px 15px 30px; 
    }

    .caracteristicas ul li h3{
        margin-bottom: 7px;
        font-size: 21px;
    }

    .caracteristicas ul li p{
        font-size: 15px;
    }

    /*--HABILIDADES Y HOBBIES (>320px)--*/

    .habilidades__hobbies{
        padding: 30px 30px 0 30px;
    }

    .habilidades__hobbies h2{
        margin-bottom: 30px;
    }

    .habilidades__hobbies ul li h4{
/*        margin-bottom: 10px;*/
        font-size: 17px;
    }

    .habilidades__hobbies ul li p{
        font-size: 15px;
/*        margin-bottom: 28px;*/
    }

    .nom_habilidad{
        font-size: 16px;
    }

    .cont_barra{
/*        border-radius: 3px;*/
        height: 15px;
/*
        margin-top: 3px;
        margin-bottom: 14px;
*/
    }

    .barra_habilidad{
/*        border-radius: 3px;*/
        height: 15px;
    }

/*
    .hobbies{
        margin-top: 35px;
    }
*/

    .hobbies .fa-codepen,
    .hobbies .fa-hourglass,
    .hobbies .fa-camera,
    .hobbies .fa-plane,
    .hobbies .fa-headphones,
    .hobbies .fa-futbol{
        padding: 18px;
/*        border: 2px solid;*/
        border-radius: 50%;
    }

/*
    .hobbies ul li{
        padding-bottom: 30px;
        text-align: center;
    }
*/

    .hobbies ul li div{
/*        display: inline-block;*/
        width: 30%;
    }

    .hobbies ul div label{
        font-size: 11px;
/*
        width: 100%;
        font-weight: 600;
*/
    }

    /*----EXPERIENCIA LABORAL (>320px)----*/

    .experiencia__laboral{
        padding: 0 30px;
    }

/*
    .experiencia__laboral .cont_foto{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 35px;
    }
*/

    .cont_foto img{
        width: 70%;
    }

    .cont_des_exp h3{
        font-size: 21px;
/*        margin-bottom: 14px;*/
    }

    .cont_des_exp p{
        font-size: 15px;
/*        margin-bottom: 35px;*/
    }

    .cont_des_exp .linea_exp{
        padding-left: 12px;
/*        margin-bottom: 20px;*/
    }

/*
    .submenu{
        padding: 20px 0;
        position: relative;
    }
*/
    
    .submenu h4{
        font-size: 17px;
    }

    .submenu h5{
        font-size: 15px;
    }

    .submenu .fa-circle{
/*        position: absolute;*/
/*        top: 25px;*/
/*        left: 0;*/
        margin-left: -20px;
/*        color: #00ba9d;*/
    }

/*
    .submenu span{
        float: right;
        font-size: 25px;
    }
*/

/*
    .submenu ul{
        margin-top: 15px;
    }
*/

    /*----PORTAFOLIO (>320px)----*/

    .portafolio{
        height: 260px;
/*        margin-bottom: 35px;*/
    }

/*
    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
*/
    
    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 2%;
        left: 6%;
        padding: 5px 8px;
        border-radius: 2px;
    }

    .cont_des_proyecto ul li{
        font-size: 12px;
    }


/*
    .gallery-top {
        height: 80%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide { 
        width: 25%;
        height: 100%; 
        opacity: 0.4;
    } 

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
*/


    /*--MENSAJE DISPONIBILIDAD (>320px)--*/

    .mensaje__disponibilidad .cont_mensaje_dis{
        padding: 30px;
/*        width: 100%;*/
/*
        background: rgba(0,0,0,0.5);
        color:#fff;
*/
    }

    .mensaje__disponibilidad h3{
        font-size: 21px;
/*        margin-bottom: 20px;*/
    }

/*
    .mensaje__disponibilidad h2{
        margin-bottom: 20px;
    }
*/

/*
    .mensaje__disponibilidad button{
        padding: 12px 0px;
        width: 150px;
        margin-bottom: 20px;
    }
*/

    /*----BLOG (>320px)----*/

    .blogs{
        padding: 30px;
    }

    .btn_prev_blog,.btn_next_blog{
        top: 50%;
        font-size: 13px;
        padding: 12px 14px;
        border: none;
        border-radius: 3px;
    }

    .btn_prev_blog{
        margin-left: 10px;
    }

    .btn_next_blog{
        margin-right: 10px;
    }

    .blogs h2{
        margin-bottom: 35px;
    }

    .blogs h3{
        font-size: 21px;
    }

    .blogs h4{
        font-size:17px;
        margin-bottom: 5px;
    }

    .blogs p{
        font-size: 15px;
        margin-bottom: 5px;
    }

    .blogs article .cont_img_blog{
        margin-bottom: 5px;
    }
    
    .blogs .cont_descripcion_blog{
        padding: 0 5px;
    }

    .blogs  article button{
        background: transparent;
        border-radius: 3px;
        border:2px solid #00e091;
        padding: 9px 14px;
        font-size: 12px;
        color: #00e091;
    }


    /*--CONTACTO (>320px)--*/

    .contacto{
        padding: 30px;
    }

/*
    .contacto h2{
        margin-bottom: 35px;
    }
*/

/*
    .contacto .cont_descripcion{
        margin-bottom: 25px;
    }
*/

    .contacto .cont_descripcion h3{
/*        margin-bottom: 15px;*/
        font-size: 21px;
    }
    
    .contacto .cont_descripcion li{
        font-size: 18px;
    }

/*
    .contacto .cont_formulario{
        margin-bottom: 25px;
    }
*/

    .contacto .cont_formulario h3{
        font-size: 21px;
/*        margin-bottom: 15px*/
    }
    
    .form_contacto label{
        font-size: 18px;
    }

/*
    .contacto ul li{
        padding: 5px 0;
    }
*/

/*
    .contacto .form-group{
        margin-bottom: 10px;
    }
*/

/*
    .contacto .form-group input{
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        margin-top: 5px;
        padding: 10px;
    }
*/
/*

    .contacto .form-group textarea{
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        padding: 10px;
    }
*/

/*
    .contacto .form-group button{
        float: right;
        padding: 10px 25px;
    }
*/

    /*----PIE DE PAGINA (>320px)----*/

    .mapa_sitio{
        padding: 30px;
    }

/*
    .mapa_sitio div{
        padding: 20px 0;
    }
*/

    .mapa_sitio h3{
        padding-bottom: 7px;
        font-size: 21px;
    }
    
    .submapa1 li,.submapa2 li{
        font-size: 18px;
    }

    .submapa3 form input{
        padding: 9px;
/*
        border-radius: 5px;
        border: none;
        width: 65%;
        line-height: 20px;
        color: #888;
*/
    }

    .submapa3 form button{
        padding: 9px;
        font-weight: bold;
/*
        background: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        width: 25%;
        line-height: 20px;
*/
    }

    .copyright{
/*        text-align: center;*/
        padding: 0px 30px;
    }

/*
    .copyright h4{
        margin-bottom: 20px;
    }

    .copyright h3{
        padding-bottom: 40px;
    }
*/


    /*Boton Ir Arriba*/

    .ir-arriba{
        padding:9px 13px;
        font-size: 27px;
/*
        background:rgba(0,128,110);
        border-radius: 50%;
        bottom:20px;
        right:20px;
*/
    }
    
}

@media(min-width:360px){
    
    /*--------MENU-------*/
    
    .cont_logo{
        top: 40px;
        margin-left: 10%;
        height: 45px;
/*
        width: 100px;
*/
    }

    .fa-bars{
        padding: 10px 11px;
        font-size: 25px;
        margin-right: 10%;
        top: 40px;
    }    
    
    .menu ul li{
        width: 80%;
    }
    
    .menu{
        top: 90px;
        width: 100%;
        overflow-y: hidden;
    }
    
    .menu ul li a{
        font-size: 14px;
        padding: 15px 0;
    }
    
    /*-------SLIDER------*/
    
    .content__banner__mobile{
        top: 100px;
    }

    .content__banner__mobile h1{
        font-size: 29px;
    }

    .content__banner__mobile h3{
        font-size: 23px;
    }

    .content__banner__mobile p{
        font-size: 16px;
/*
        color: #fff;
        margin-top: 7px;
        margin-bottom: 7px;
*/
    }

    .content__banner__mobile button{
        padding: 10px 14px;
        font-size: 14px;
    }

    .btns_carousel_mobile{
        top: 50%;
    }

    .btn_prev_mobile{
        padding: 8px 5px;
        font-size: 30px;
        margin-left: 0px;
    }

    .btn_next_mobile{
        padding: 8px 5px;
        font-size: 30px;
        margin-right: 0px;
    }

    /*----ACERCA DE (>360px)----*/


/*
    .acerca__de{
        padding: 30px;
    }
*/

    .acerca__de h2{
/*        margin-bottom: 21px;*/
        font-size: 27px;
    }

    .acerca__de .sub_acerca{
        font-size: 18px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de .des_acerca_de{
        font-size: 16px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de button{
        font-size: 14px;
        padding: 10px 14px;
/*        border-radius: 5px;*/
/*        margin-bottom: 28px;*/
    }

/*
    .acerca__de img{
        width: 100%;
        margin-bottom: 28px;
    }
*/

    .acerca__de ul li h4{
/*        margin-bottom: 8px;*/
        font-size: 18px;
    }

    .acerca__de ul li p{
        font-size: 16px;
    }

    /*----SERVICIOS (>360px)---*/

    .servicios{
        padding: 30px;
    }

    .servicios h2{
        font-size: 27px;
/*
        text-align: center;
        margin-bottom: 28px;
*/
    }

    .servicios article{
        padding: 40px 30px;
/*        margin-bottom: 21px;*/
    }
    
    .servicios .fa-bar-chart,
    .servicios .fa-laptop,
    .servicios .fa-codepen{
        font-size: 33px;
    }

    .servicios article li h3{
        font-size: 22px;
/*        margin-bottom: 7px;*/
    }

    .servicios article li p{
        font-size: 16px;
    }

    /*----CARACTERISTICAS (>360px)----*/
    .caracteristicas h2{
        font-size: 27px;
    }    

    .caracteristicas ul{
        padding: 30px 30px 15px 30px; 
    }

    .caracteristicas ul li h3{
        margin-bottom: 7px;
        font-size: 22px;
    }

    .caracteristicas ul li p{
        font-size: 16px;
    }

    /*--HABILIDADES Y HOBBIES (>360px)--*/

    .habilidades__hobbies{
        padding: 30px 30px 0 30px;
    }

    .habilidades__hobbies h2{
/*        margin-bottom: 30px;*/
        font-size: 27px;
    }

    .habilidades__hobbies ul li h4{
/*        margin-bottom: 10px;*/
        font-size: 18px;
    }

    .habilidades__hobbies ul li p{
        font-size: 16px;
/*        margin-bottom: 28px;*/
    }

    .nom_habilidad{
        font-size: 16px;
    }

    .cont_barra{
/*        border-radius: 3px;*/
        height: 16px;
/*
        margin-top: 3px;
        margin-bottom: 14px;
*/
    }

    .barra_habilidad{
/*        border-radius: 3px;*/
        height: 16px;
    }

/*
    .hobbies{
        margin-top: 35px;
    }
*/

    .hobbies .fa-codepen,
    .hobbies .fa-hourglass,
    .hobbies .fa-camera,
    .hobbies .fa-plane,
    .hobbies .fa-headphones,
    .hobbies .fa-futbol{
/*        padding: 18px;*/
/*        border: 2px solid;*/
        border-radius: 50%;
    }

/*
    .hobbies ul li{
        padding-bottom: 30px;
        text-align: center;
    }
*/

    .hobbies ul li div{
/*        display: inline-block;*/
        width: 30%;
    }

    .hobbies ul div label{
        font-size: 11px;
/*
        width: 100%;
        font-weight: 600;
*/
    }

    /*----EXPERIENCIA LABORAL (>320px)----*/

    .experiencia__laboral{
        padding: 0 30px;
    }

/*
    .experiencia__laboral .cont_foto{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 35px;
    }
*/

    .cont_foto img{
        width: 70%;
    }

    .cont_des_exp h3{
        font-size: 22px;
/*        margin-bottom: 14px;*/
    }

    .cont_des_exp p{
        font-size: 16px;
/*        margin-bottom: 35px;*/
    }

    .cont_des_exp .linea_exp{
        padding-left: 12px;
/*        margin-bottom: 20px;*/
    }

/*
    .submenu{
        padding: 20px 0;
        position: relative;
    }
*/
    .submenu h4{
        font-size: 18px;
    }
    
    .submenu h5{
        font-size: 16px
    }

    .submenu .fa-circle{
/*        position: absolute;*/
/*        top: 25px;*/
/*        left: 0;*/
        margin-left: -20px;
/*        color: #00ba9d;*/
    }

/*
    .submenu span{
        float: right;
        font-size: 25px;
    }
*/

/*
    .submenu ul{
        margin-top: 15px;
    }
*/

    /*----PORTAFOLIO (>360px)----*/

    .portafolio{
        height: 300px;
/*        margin-bottom: 35px;*/
    }

/*
    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
*/

    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 3%;
        left: 5%;
        padding: 5px 8px;
        border-radius: 2px;
    }

    .cont_des_proyecto ul li{
        font-size: 14px;
    }
    
/*
    .gallery-top {
        height: 80%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide { 
        width: 25%;
        height: 100%; 
        opacity: 0.4;
    } 

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
*/


    /*--MENSAJE DISPONIBILIDAD (>360px)--*/

    .mensaje__disponibilidad .cont_mensaje_dis{
        padding: 30px;
/*        width: 100%;*/
/*
        background: rgba(0,0,0,0.5);
        color:#fff;
*/
    }

    .mensaje__disponibilidad h3{
        font-size: 22px;
/*        margin-bottom: 20px;*/
    }

    .mensaje__disponibilidad h2{
/*        margin-bottom: 20px;*/
        font-size: 27px;
    }

/*
    .mensaje__disponibilidad button{
        padding: 12px 0px;
        width: 150px;
        margin-bottom: 20px;
    }
*/

    /*----BLOG (>360px)----*/

    .blogs{
        padding: 30px;
    }

    .btn_prev_blog,.btn_next_blog{
        top: 50%;
        font-size: 13px;
        padding: 12px 14px;
        border: none;
        border-radius: 3px;
    }

    .btn_prev_blog{
        margin-left: 10px;
    }

    .btn_next_blog{
        margin-right: 10px;
    }

    .blogs h2{
        font-size: 27px;
        margin-bottom: 35px;
    }

    .blogs h3{
        font-size: 22px;
    }

    .blogs h4{
        font-size:18px;
        margin-bottom: 5px;
    }

    .blogs p{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .blogs article .cont_img_blog{
        margin-bottom: 5px;
    }
    
    .blogs .cont_descripcion_blog{
        padding: 0 5px;
    }

    .blogs  article button{
        background: transparent;
        border-radius: 3px;
        border:2px solid #00e091;
        padding: 9px 14px;
        font-size: 12px;
        color: #00e091;
    }

    /*--CONTACTO (>360px)--*/

    .contacto{
        padding: 30px;
    }

/*
    .contacto h2{
        margin-bottom: 35px;
    }
*/

/*
    .contacto .cont_descripcion{
        margin-bottom: 25px;
    }
*/

    .contacto .cont_descripcion h3{
        margin-bottom: 15px;
        font-size: 22px;
    }
    
    .contacto .cont_descripcion li{
        font-size: 18px;
    }

/*
    .contacto .cont_formulario{
        margin-bottom: 25px;
    }
*/

    .contacto .cont_formulario h3{
        font-size: 22px;
/*        margin-bottom: 15px*/
    }
    
    .form_contacto label{
        font-size: 18px;
    }

/*
    .contacto ul li{
        padding: 5px 0;
    }
*/

/*
    .contacto .form-group{
        margin-bottom: 10px;
    }
*/

    .contacto .form-group input{
        font-size: 15px;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        margin-top: 5px;
        padding: 10px;
*/
    }

    .contacto .form-group textarea{
        font-size: 15px;
        font-family: sans-serif;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        padding: 10px;
*/
    }

/*
    .contacto .form-group button{
        float: right;
        padding: 10px 25px;
    }
*/

    /*----PIE DE PAGINA (>360px)----*/

    .mapa_sitio{
        padding: 30px;
    }

/*
    .mapa_sitio div{
        padding: 20px 0;
    }
*/

    .mapa_sitio h3{
        padding-bottom: 7px;
        font-size: 22px;
    }
    
    .submapa1 li,.submapa2 li{
        font-size: 19px;
    }

    .submapa3 form input{
        font-size: 15px;
        padding: 9px;
/*
        border-radius: 5px;
        border: none;
        width: 65%;
        line-height: 20px;
        color: #888;
*/
    }

    .submapa3 form button{
        padding: 9px;
        font-weight: bold;
/*
        background: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        width: 25%;
        line-height: 20px;
*/
    }

    .copyright{
/*        text-align: center;*/
        padding: 0px 30px;
    }

/*
    .copyright h4{
        margin-bottom: 20px;
    }

    .copyright h3{
        padding-bottom: 40px;
    }
*/


    /*Boton Ir Arriba*/

    .ir-arriba{
        padding:9px 13px;
        font-size: 27px;
/*
        background:rgba(0,128,110);
        border-radius: 50%;
        bottom:20px;
        right:20px;
*/
    }
    
}

@media(min-width:420px){
    
    /*PORTAFOLIO >420px*/
    .portafolio{
        height: 360px;
    }
    
    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 5%;
        left: 6%;
        padding: 5px 8px;
        border-radius: 2px;
    }

    .cont_des_proyecto ul li{
        font-size: 16px;
    }
    
}


@media(min-width:480px){
    
    /*--------MENU-------*/
    
    .cont_logo{
        top: 60px;
        margin-left: 10%;
        height: 50px;
/*
        width: 100px;
*/
    }

    .fa-bars{
        top: 60px;
        margin-right: 10%;
        padding: 10px 12px;
        font-size: 30px;
    }    
    
    .menu ul li{
        width: 80%;
    }
    
    .menu{
        top: 120px;
        width: 100%;
        overflow-y: hidden;
    }
    
    .menu ul li a{
        font-size: 15px;
        padding: 15px
    }
    
    /*--------SLIDER--------*/
    
    .content__banner__mobile{
        top: 150px;     
    }

    .content__banner__mobile h1{
        font-size: 32px;
    }

    .content__banner__mobile h3{
        font-size: 25px;
    }

    .content__banner__mobile p{
        font-size: 17px;
/*
        color: #fff;
        margin-top: 7px;
        margin-bottom: 7px;
*/
    }

    .content__banner__mobile button{
        padding: 10px 14px;
        font-size: 14px;
    }

    .btns_carousel_mobile{
        top: 50%;
        margin-top: -35px;
    }

    .btn_prev_mobile{
        padding: 12px;
        font-size: 35px;
        margin-left: 0px;
    }

    .btn_next_mobile{
        padding: 12px;
        font-size: 35px;
        margin-right: 0px;
    }

    /*----ACERCA DE (>480px)----*/


    .acerca__de{
        padding: 40px 50px;
    }

    .acerca__de h2{
/*        margin-bottom: 21px;*/
        font-size: 28px;
    }

    .acerca__de .sub_acerca{
        font-size: 18px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de .des_acerca_de{
        font-size: 17px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de button{
        font-size: 14px;
        padding: 10px 14px;
/*        border-radius: 5px;*/
/*        margin-bottom: 28px;*/
    }

/*
    .acerca__de img{
        width: 100%;
        margin-bottom: 28px;
    }
*/

    .acerca__de ul li h4{
/*        margin-bottom: 8px;*/
        font-size: 18px;
    }

    .acerca__de ul li p{
        font-size: 17px;
    }

    /*----SERVICIOS (>480px)---*/

    .servicios{
        padding: 40px 50px;
    }

    .servicios h2{
        font-size: 28px;
/*
        text-align: center;
        margin-bottom: 28px;
*/
    }

    .servicios article{    
        padding: 40px 30px;
/*        margin-bottom: 21px;*/
    }
    
    .servicios .fa-bar-chart,
    .servicios .fa-laptop,
    .servicios .fa-codepen{
        font-size: 36px;
    }

    .servicios article li h3{
        font-size: 25px;
/*        margin-bottom: 7px;*/
    }

    .servicios article li p{
        font-size: 17px;
    }

    /*----CARACTERISTICAS (>480px)----*/
    
    .caracteristicas h2{
        font-size: 28px;
    }    

    .caracteristicas ul{
        padding: 40px 40px 30px 40px; 
    }

    .caracteristicas ul li h3{
        margin-bottom: 7px;
        font-size: 25px;
    }

    .caracteristicas ul li p{
        font-size: 17px;
    }

    /*--HABILIDADES Y HOBBIES (>480px)--*/

    .habilidades__hobbies{
        padding: 40px 50px 0 50px;
    }

    .habilidades__hobbies h2{
        font-size: 28px;
/*        margin-bottom: 30px;*/
    }

    .habilidades__hobbies ul li h4{
/*        margin-bottom: 10px;*/
        font-size: 18px;
    }

    .habilidades__hobbies ul li p{
        font-size: 17px;
/*        margin-bottom: 28px;*/
    }

    .nom_habilidad{
        font-size: 17px;
    }

    .cont_barra{
/*        border-radius: 3px;*/
        height: 17px;
/*
        margin-top: 3px;
        margin-bottom: 14px;
*/
    }

    .barra_habilidad{
/*        border-radius: 3px;*/
        height: 17px;
    }

/*
    .hobbies{
        margin-top: 35px;
    }
*/

    .hobbies .fa-codepen,
    .hobbies .fa-hourglass,
    .hobbies .fa-camera,
    .hobbies .fa-plane,
    .hobbies .fa-headphones,
    .hobbies .fa-futbol{
/*        padding: 18px;*/
/*        border: 2px solid;*/
        border-radius: 50%;
    }

/*
    .hobbies ul li{
        padding-bottom: 30px;
        text-align: center;
    }
*/

    .hobbies ul li div{
/*        display: inline-block;*/
        width: 30%;
    }

    .hobbies ul div label{
        font-size: 12px;
/*
        width: 100%;
        font-weight: 600;
*/
    }

    /*----EXPERIENCIA LABORAL (>480px)----*/

    .experiencia__laboral{
        padding: 0 50px;
    }

/*
    .experiencia__laboral .cont_foto{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 35px;
    }
*/

    .cont_foto img{
        width: 70%;
        max-width: 300px;
    }

    .cont_des_exp h3{
        font-size: 25px;
/*        margin-bottom: 14px;*/
    }

    .cont_des_exp p{
        font-size: 17px;
/*        margin-bottom: 35px;*/
    }

    .cont_des_exp .linea_exp{
        padding-left: 18px;
/*        margin-bottom: 20px;*/
    }

/*
    .submenu{
        padding: 20px 0;
        position: relative;
    }
*/
    .submenu h4{
        font-size: 19px;
    }
    
    .submenu h5{
        font-size: 17px
    }

    .submenu .fa-circle{
/*        position: absolute;*/
/*        top: 25px;*/
/*        left: 0;*/
        margin-left: -26px;
/*        color: #00ba9d;*/
    }

/*
    .submenu span{
        float: right;
        font-size: 25px;
    }
*/

/*
    .submenu ul{
        margin-top: 15px;
    }
*/

    /*----PORTAFOLIO (>480px)----*/

    .portafolio{
        height: 400px;
/*        margin-bottom: 35px;*/
    }

/*
    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
*/
    
    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 6%;
        left: 6%;
        padding: 8px;
        border-radius: 5px;
    }

    .cont_des_proyecto ul li{
        font-size: 16px;
    }

/*
    .gallery-top {
        height: 80%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide { 
        width: 25%;
        height: 100%; 
        opacity: 0.4;
    } 

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
*/


    /*--MENSAJE DISPONIBILIDAD (>480px)--*/

    .mensaje__disponibilidad .cont_mensaje_dis{
        padding: 40px;
/*        width: 100%;*/
/*
        background: rgba(0,0,0,0.5);
        color:#fff;
*/
    }

    .mensaje__disponibilidad h3{
        font-size: 25px;
/*        margin-bottom: 20px;*/
    }

    .mensaje__disponibilidad h2{
/*        margin-bottom: 20px;*/
        font-size: 28px;
    }

/*
    .mensaje__disponibilidad button{
        padding: 12px 0px;
        width: 150px;
        margin-bottom: 20px;
    }
*/

    /*----BLOG (>480px)----*/

    .blogs{
        padding: 40px 50px;
    }

    .btn_prev_blog,.btn_next_blog{
        top: 50%;
        font-size: 13px;
        padding: 12px 14px;
        border: none;
        border-radius: 3px;
    }

    .btn_prev_blog{
        margin-left: 10px;
    }

    .btn_next_blog{
        margin-right: 10px;
    }

    .blogs h2{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .blogs h3{
        font-size: 25px;
    }

    .blogs h4{
        font-size:18px;
        margin-bottom: 5px;
    }

    .blogs p{
        font-size: 17px;
        margin-bottom: 5px;
    }

    .blogs article .cont_img_blog{
        margin-bottom: 5px;
    }
    
    .blogs .cont_descripcion_blog{
        padding: 0 5px;
    }

    .blogs  article button{
        background: transparent;
        border-radius: 3px;
        border:2px solid #00e091;
        padding: 10px 14px;
        font-size: 14px;
        color: #00e091;
    }

    /*--CONTACTO (>480px)--*/

    .contacto{
        padding: 40px 50px;
    }

    .contacto h2{
/*        margin-bottom: 35px;*/
        font-size: 28px;
    }

/*
    .contacto .cont_descripcion{
        margin-bottom: 25px;
    }
*/

    .contacto .cont_descripcion h3{
/*        margin-bottom: 15px;*/
        font-size: 25px;
    }
    
    .contacto .cont_descripcion li{
        font-size: 19px;
    }

/*
    .contacto .cont_formulario{
        margin-bottom: 25px;
    }
*/

    .contacto .cont_formulario h3{
        font-size: 25px;
/*        margin-bottom: 15px*/
    }
    
    .form_contacto label{
        font-size: 19px;
    }

/*
    .contacto ul li{
        padding: 5px 0;
    }
*/

/*
    .contacto .form-group{
        margin-bottom: 10px;
    }
*/

    .contacto .form-group input{
        font-size: 15px;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        margin-top: 5px;
        padding: 10px;
*/
    }

    .contacto .form-group textarea{
        font-size: 15px;
        font-family: sans-serif;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        padding: 10px;
*/
    }

    .contacto .form-group button{
/*        float: right;*/
        font-size: 14px;
        font-weight: bold;
        padding: 10px 25px;
    }

    /*----PIE DE PAGINA (>480px)----*/

    .mapa_sitio{
        padding: 40px 50px;
    }

/*
    .mapa_sitio div{
        padding: 20px 0;
    }
*/

    .mapa_sitio h3{
        padding-bottom: 7px;
        font-size: 25px;
    }
    
    .submapa1 li,.submapa2 li{
        font-size: 20px;
    }

    .submapa3 form input{
        font-size: 15px;
        padding: 9px;
/*
        border-radius: 5px;
        border: none;
        width: 65%;
        line-height: 20px;
        color: #888;
*/
    }

    .submapa3 form button{
        padding: 9px;
        font-weight: bold;
        font-size: 15px;
/*
        background: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        width: 25%;
        line-height: 20px;
*/
    }

    .copyright{
/*        text-align: center;*/
        padding: 0px 50px;
    }

    .copyright h4{
/*        margin-bottom: 20px;*/
        font-size: 20px;
    }

    .copyright h3{
/*        padding-bottom: 40px;*/
        font-size: 22px;
    }

    /*Boton Ir Arriba*/

    .ir-arriba{
        padding:9px 13px;
        font-size: 27px;
/*
        background:rgba(0,128,110);
        border-radius: 50%;
        bottom:20px;
        right:20px;
*/
    }
    
}

@media(min-width:600px){
    
    /*--------MENU-------*/
    
    .cont_logo{
        top: 80px;
        margin-left: 12.5%;
        height: 56px;
/*
        width: 100px;
*/
    }

    .fa-bars{
        padding: 12px 14px;
        font-size: 32px;
        margin-right: 12.5%;
        top: 80px;
    }    
    
    .menu ul li{
        width: 75%;
    }
    
    .menu{
        top: 90px;
        width: 100%;
        overflow-y: hidden;
    }
    
    .menu ul li a{
        font-size: 14px;
        padding: 15px 0;
    }
    
    /*-------SLIDER------*/
    
    .content__banner__mobile{
        top: 200px;
        margin-left: -37.5%;
        width: 75%;
    }
    
    .content__banner__mobile h1{
        font-size: 35px;
    }

    .content__banner__mobile h3{
        font-size: 30px;
    }

    .content__banner__mobile p{
        font-size: 19px;
/*
        color: #fff;
        margin-top: 7px;
        margin-bottom: 7px;
*/
    }

    .content__banner__mobile button{
        padding: 12px 14px;
        font-size: 15px;
    }

    .btns_carousel_mobile{
        top: 50%;
        margin-top: -70px;
    }

    .btn_prev_mobile{
        padding: 15px;
        font-size: 45px;
        margin-left: 0px;
    }

    .btn_next_mobile{
        padding: 15px;
        font-size: 45px;
        margin-right: 0px;
    }

    /*----ACERCA DE (>600px)----*/


    .acerca__de{
        padding: 40px 80px;
    }

    .acerca__de h2{
/*        margin-bottom: 21px;*/
        font-size: 32px;
    }

    .acerca__de .sub_acerca{
        font-size: 20px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de .des_acerca_de{
        font-size: 19px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de button{
        font-size: 15px;
        padding: 12px 14px;
/*        border-radius: 5px;*/
/*        margin-bottom: 28px;*/
    }

/*
    .acerca__de img{
        width: 100%;
        margin-bottom: 28px;
    }
*/

    .acerca__de ul li h4{
/*        margin-bottom: 8px;*/
        font-size: 20px;
    }

    .acerca__de ul li p{
        font-size: 19px;
    }

    /*----SERVICIOS (>600px)---*/

    .servicios{
        padding: 40px 80px;
    }

    .servicios h2{
        font-size: 32px;
/*
        text-align: center;
        margin-bottom: 28px;
*/
    }

    .servicios article{    
        padding: 70px 60px;
/*        margin-bottom: 21px;*/
    }
    
    .servicios .fa-bar-chart,
    .servicios .fa-laptop,
    .servicios .fa-codepen{
        font-size: 40px;
    }

    .servicios article li h3{
        font-size: 30px;
/*        margin-bottom: 7px;*/
    }

    .servicios article li p{
        font-size: 19px;
    }

    /*----CARACTERISTICAS (>600px)----*/
    .caracteristicas h2{
        font-size: 32px;
    }    

    .caracteristicas ul{
        padding: 40px 80px 30px 80px; 
    }

    .caracteristicas ul li h3{
        margin-bottom: 7px;
        font-size: 28px;
    }

    .caracteristicas ul li p{
        font-size: 19px;
    }

    /*--HABILIDADES Y HOBBIES (>600px)--*/

    .habilidades__hobbies{
        padding: 40px 80px 0 80px;
    }

    .habilidades__hobbies h2{
        font-size: 32px;
/*        margin-bottom: 30px;*/
    }

    .habilidades__hobbies ul li h4{
/*        margin-bottom: 10px;*/
        font-size: 20px;
    }

    .habilidades__hobbies ul li p{
        font-size: 19px;
/*        margin-bottom: 28px;*/
    }

    .nom_habilidad{
        font-size: 19px;
    }

    .cont_barra{
/*        border-radius: 3px;*/
        height: 19px;
/*
        margin-top: 3px;
        margin-bottom: 14px;
*/
    }

    .barra_habilidad{
/*        border-radius: 3px;*/
        height: 19px;
    }

/*
    .hobbies{
        margin-top: 35px;
    }
*/

    .hobbies .fa-codepen,
    .hobbies .fa-hourglass,
    .hobbies .fa-camera,
    .hobbies .fa-plane,
    .hobbies .fa-headphones,
    .hobbies .fa-futbol{
/*        padding: 18px;*/
/*        border: 2px solid;*/
        border-radius: 50%;
    }

/*
    .hobbies ul li{
        padding-bottom: 30px;
        text-align: center;
    }
*/

    .hobbies ul li div{
/*        display: inline-block;*/
        width: 30%;
    }

    .hobbies ul div label{
        font-size: 12px;
/*
        width: 100%;
        font-weight: 600;
*/
    }

    /*----EXPERIENCIA LABORAL (>600px)----*/

    .experiencia__laboral{
        padding: 0 80px;
    }

/*
    .experiencia__laboral .cont_foto{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 35px;
    }
*/

    .cont_foto img{
        width: 70%;
        max-width: 300px;
    }

    .cont_des_exp h3{
        font-size: 30px;
/*        margin-bottom: 14px;*/
    }

    .cont_des_exp p{
        font-size: 19px;
/*        margin-bottom: 35px;*/
    }

    .cont_des_exp .linea_exp{
        padding-left: 18px;
/*        margin-bottom: 20px;*/
    }

/*
    .submenu{
        padding: 20px 0;
        position: relative;
    }
*/
    .submenu h4{
        font-size: 20px;
    }
    
    .submenu h5{
        font-size: 18px
    }

    .submenu .fa-circle{
/*        position: absolute;*/
/*        top: 25px;*/
/*        left: 0;*/
        margin-left: -27px;
/*        color: #00ba9d;*/
    }

/*
    .submenu span{
        float: right;
        font-size: 25px;
    }
*/

/*
    .submenu ul{
        margin-top: 15px;
    }
*/

    /*----PORTAFOLIO (>600px)----*/

    .portafolio{
        height: 500px;
/*        margin-bottom: 35px;*/
    }

/*
    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
*/
    
    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 4%;
        left: 6%;
        padding: 12px;
        border-radius: 5px;
    }

    .cont_des_proyecto ul li{
        font-size: 18px;
    }

/*
    .gallery-top {
        height: 80%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide { 
        width: 25%;
        height: 100%; 
        opacity: 0.4;
    } 

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
*/


    /*--MENSAJE DISPONIBILIDAD (>600px)--*/

    .mensaje__disponibilidad .cont_mensaje_dis{
        padding: 40px;
/*        width: 100%;*/
/*
        background: rgba(0,0,0,0.5);
        color:#fff;
*/
    }

    .mensaje__disponibilidad h3{
        font-size: 28px;
/*        margin-bottom: 20px;*/
    }

    .mensaje__disponibilidad h2{
/*        margin-bottom: 20px;*/
        font-size: 32px;
    }

/*
    .mensaje__disponibilidad button{
        padding: 12px 0px;
        width: 150px;
        margin-bottom: 20px;
    }
*/

    /*----BLOG (>600px)----*/

    .blogs{
        padding: 40px 80px;
    }

    .btn_prev_blog,.btn_next_blog{
        top: 50%;
        font-size: 13px;
        padding: 12px 14px;
        border: none;
        border-radius: 3px;
    }

    .btn_prev_blog{
        margin-left: 10px;
    }

    .btn_next_blog{
        margin-right: 10px;
    }

    .blogs h2{
        font-size: 32px;
        margin-bottom: 35px;
    }

    .blogs h3{
        font-size: 30px;
    }

    .blogs h4{
        font-size:20px;
        margin-bottom: 5px;
    }

    .blogs p{
        font-size: 19px;
        margin-bottom: 5px;
    }

    .blogs article .cont_img_blog{
        margin-bottom: 5px;
    }
    
    .blogs .cont_descripcion_blog{
        padding: 0 5px;
    }
    
    .blogs  article button{
        background: transparent;
        border-radius: 3px;
        border:2px solid #00e091;
        padding: 10px 14px;
        font-size: 15px;
        color: #00e091;
    }


    /*--CONTACTO (>600px)--*/

    .contacto{
        padding: 40px 80px;
    }

    .contacto h2{
/*        margin-bottom: 35px;*/
        font-size: 32px;
    }

/*
    .contacto .cont_descripcion{
        margin-bottom: 25px;
    }
*/

    .contacto .cont_descripcion h3{
/*        margin-bottom: 15px;*/
        font-size: 28px;
    }
    
    .contacto .cont_descripcion li{
        font-size: 20px;
    }

/*
    .contacto .cont_formulario{
        margin-bottom: 25px;
    }
*/

    .contacto .cont_formulario h3{
        font-size: 28px;
/*        margin-bottom: 15px*/
    }
    
    .form_contacto label{
        font-size: 20px;
    }

/*
    .contacto ul li{
        padding: 5px 0;
    }
*/

/*
    .contacto .form-group{
        margin-bottom: 10px;
    }
*/

    .contacto .form-group input{
        font-size: 16px;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        margin-top: 5px;
        padding: 10px;
*/
    }

    .contacto .form-group textarea{
        font-size: 16px;
        font-family: sans-serif;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        padding: 10px;
*/
    }

    .contacto .form-group button{
/*        float: right;*/
        font-size: 15px;
        font-weight: bold;
        padding: 10px 25px;
    }

    /*----PIE DE PAGINA (>600px)----*/

    .mapa_sitio{
        padding: 40px 80px;
    }

/*
    .mapa_sitio div{
        padding: 20px 0;
    }
*/

    .mapa_sitio h3{
        padding-bottom: 7px;
        font-size: 25px;
    }
    
    .submapa1 li,.submapa2 li{
        font-size: 20px;
    }

    .submapa3 form input{
        font-size: 15px;
        padding: 9px;
/*
        border-radius: 5px;
        border: none;
        width: 65%;
        line-height: 20px;
        color: #888;
*/
    }

    .submapa3 form button{
        padding: 9px;
        font-weight: bold;
        font-size: 15px;
/*
        background: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        width: 25%;
        line-height: 20px;
*/
    }

    .copyright{
/*        text-align: center;*/
        padding: 0px 50px;
    }

    .copyright h4{
/*        margin-bottom: 20px;*/
        font-size: 20px;
    }

    .copyright h3{
/*        padding-bottom: 40px;*/
        font-size: 25px;
    }

    /*Boton Ir Arriba*/

    .ir-arriba{
        padding:9px 13px;
        font-size: 28px;
/*
        background:rgba(0,128,110);
        border-radius: 50%;
        bottom:20px;
        right:20px;
*/
    }
    
}

@media(min-width:720px){
    
    /*--------MENU-------*/
    
    .cont_logo{
        top: 80px;
        margin-left: 12.5%;
        height: 56px;
/*
        width: 100px;
*/
    }

    .fa-bars{
        padding: 12px 14px;
        font-size: 32px;
        margin-right: 12.5%;
        top: 80px;
    }    
    
    .menu ul li{
        width: 75%;
    }
    
    .menu{
        top: 140px;
        width: 100%;
        overflow-y: hidden;
    }
    
    .menu ul li a{
        font-size: 15px;
        padding: 17px 0;
    }
    
    /*-------SLIDER-------*/
    
    .content__banner__mobile{
        top: 25%;
        width: 75%;
    }

    .content__banner__mobile h1{
        font-size: 35px;
    }

    .content__banner__mobile h3{
        font-size: 30px;
    }

    .content__banner__mobile p{
        font-size: 19px;
        margin-bottom: 21px;
        margin-top: 21px;
/*
        color: #fff;
*/
    }

    .content__banner__mobile button{
        padding: 12px 14px;
        font-size: 15px;
    }

    .btns_carousel_mobile{
        top: 50%;
        margin-top: -80px;
    }

    .btn_prev_mobile{
        padding: 15px;
        font-size: 60px;
        margin-left: 0px;
    }

    .btn_next_mobile{
        padding: 15px;
        font-size: 60px;
        margin-right: 0px;
    }

    /*----ACERCA DE (>720px)----*/


    .acerca__de{
        padding: 40px 50px;
    }

    .acerca__de h2{
/*        margin-bottom: 21px;*/
        font-size: 32px;
    }
    
    .cont_subs_acerca_de{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .sub1_acerca_de{
        width: 58%;
    }
    
    .sub2_acerca_de{
        width: 38%;
    }
    
    .sub3_acerca_de{
        margin-top: 35px;
        width: 100%;
    }

    .acerca__de .sub_acerca{
        font-size: 20px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de .des_acerca_de{
        font-size: 19px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de button{
        font-size: 15px;
        padding: 12px 14px;
/*        border-radius: 5px;*/
/*        margin-bottom: 28px;*/
    }

/*
    .acerca__de img{
        width: 100%;
        margin-bottom: 28px;
    }
*/

    .acerca__de ul li h4{
/*        margin-bottom: 8px;*/
        font-size: 20px;
    }

    .acerca__de ul li p{
        font-size: 19px;
    }

    /*----SERVICIOS (>720px)---*/

    .servicios{
        padding: 40px 50px;
    }

    .servicios h2{
        font-size: 32px;
/*
        text-align: center;
        margin-bottom: 28px;
*/
    }
    
    .cont_sub_servicios{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .cont_article{
        margin-bottom: 30px;
        width: 48%;
    }

    .servicios article{ 
        width: 100%;
        height: 100%;
        padding: 40px 25px;

        
/*        max-width: 300px;*/
/*        margin-bottom: 21px;*/
    }    
    
    .servicios .fa-bar-chart,
    .servicios .fa-laptop,
    .servicios .fa-codepen{
        font-size: 40px;
    }

    .servicios article li h3{
        font-size: 30px;
/*        margin-bottom: 7px;*/
    }

    .servicios article li p{
        font-size: 19px;
    }

    /*----CARACTERISTICAS (>720px)----*/
    
    .caracteristicas h2{
        font-size: 32px;
    }

    .caracteristicas ul{
        padding: 40px 50px 30px 50px; 
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        list-style: none;
    }
    
    .caracteristicas ul li{
        width: 48%;
    }

    .caracteristicas ul li h3{
        margin-bottom: 7px;
        font-size: 28px;
    }

    .caracteristicas ul li p{
        font-size: 19px;
    }

    /*--HABILIDADES Y HOBBIES (>720px)--*/

    .habilidades__hobbies{
        padding: 40px 50px 0 50px;
    }

    .habilidades__hobbies h2{
        font-size: 32px;
/*        margin-bottom: 30px;*/
    }
    
    .habilidades__hobbies .cont_subs_habilidades_hobbies{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .habilidades__hobbies .habilidades{
        width: 48%;
    }
    
    .habilidades__hobbies .hobbies{
        margin: 0;
        width: 48%;
    }
    
    .sub1_habilidades,.sub2_habilidades{
        height: 160px;
    }

    .habilidades__hobbies ul li h4{
/*        margin-bottom: 10px;*/
        font-size: 20px;
    }

    .habilidades__hobbies ul li p{
        font-size: 19px;
/*        margin-bottom: 28px;*/
    }

    .nom_habilidad{
        font-size: 19px;
    }

    .cont_barra{
/*        border-radius: 3px;*/
        height: 19px;
/*
        margin-top: 3px;
        margin-bottom: 14px;
*/
    }

    .barra_habilidad{
/*        border-radius: 3px;*/
        height: 19px;
    }

/*
    .hobbies{
        margin-top: 35px;
    }
*/

    .hobbies .fa-codepen,
    .hobbies .fa-hourglass,
    .hobbies .fa-camera,
    .hobbies .fa-plane,
    .hobbies .fa-headphones,
    .hobbies .fa-futbol{
/*        padding: 18px;*/
/*        border: 2px solid;*/
        border-radius: 50%;
    }

/*
    .hobbies ul li{
        padding-bottom: 30px;
        text-align: center;
    }
*/

    .hobbies ul li div{
/*        display: inline-block;*/
        width: 30%;
    }

    .hobbies ul div label{
        font-size: 12px;
/*
        width: 100%;
        font-weight: 600;
*/
    }

    /*----EXPERIENCIA LABORAL (>720px)----*/

    .experiencia__laboral{
        padding: 40px 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .experiencia__laboral .cont_foto{
        width: 48%;
        margin: 0;
/*
        text-align: center;
        margin-bottom: 35px;
*/
    }
    
    .experiencia__laboral .cont_des_exp{
        width: 48%;
    }

    .cont_foto img{
        width: 100%;
        max-width: 300px;
    }

    .cont_des_exp h3{
        font-size: 30px;
/*        margin-bottom: 14px;*/
    }

    .cont_des_exp p{
        font-size: 19px;
        margin-bottom: 14px;
    }

    .cont_des_exp .linea_exp{
        padding-left: 18px;
/*        margin-bottom: 20px;*/
    }

    .submenu{
        padding: 10px 0;
        position: relative;
    }
    .submenu h4{
        font-size: 20px;
    }
    
    .submenu h5{
        font-size: 18px
    }

    .submenu .fa-circle{
/*        position: absolute;*/
/*        top: 25px;*/
/*        left: 0;*/
        margin-left: -27px;
/*        color: #00ba9d;*/
    }

/*
    .submenu span{
        float: right;
        font-size: 25px;
    }
*/

/*
    .submenu ul{
        margin-top: 15px;
    }
*/

    /*----PORTAFOLIO (>720px)----*/

    .portafolio{
        height: 600px;
/*        margin-bottom: 35px;*/
    }

/*
    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
*/
    
    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 4%;
        left: 6%;
        padding: 15px;
        border-radius: 5px;
    }

    .cont_des_proyecto ul li{
        font-size: 18px;
    }

/*
    .gallery-top {
        height: 80%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide { 
        width: 25%;
        height: 100%; 
        opacity: 0.4;
    } 

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
*/


    /*--MENSAJE DISPONIBILIDAD (>720px)--*/

    .mensaje__disponibilidad .cont_mensaje_dis{
        padding:50px;
/*        width: 100%;*/
/*
        background: rgba(0,0,0,0.5);
        color:#fff;
*/
    }

    .mensaje__disponibilidad h3{
        font-size: 28px;
/*        margin-bottom: 20px;*/
    }

    .mensaje__disponibilidad h2{
/*        margin-bottom: 20px;*/
        font-size: 32px;
    }

/*
    .mensaje__disponibilidad button{
        padding: 12px 0px;
        width: 150px;
        margin-bottom: 20px;
    }
*/

    /*----BLOG (>720px)----*/

    .blogs{
        padding: 40px 50px;
    }

    .btn_prev_blog,.btn_next_blog{
        top: 50%;
        font-size: 13px;
        padding: 12px 14px;
        border: none;
        border-radius: 3px;
    }

    .btn_prev_blog{
        margin-left: 10px;
    }

    .btn_next_blog{
        margin-right: 10px;
    }

    .blogs h2{
        font-size: 32px;
        margin-bottom: 35px;
    }

    .blogs h3{
        font-size: 30px;
    }

    .blogs h4{
        font-size:20px;
        margin-bottom: 5px;
    }

    .blogs p{
        font-size: 19px;
        margin-bottom: 5px;
    }

    .blogs article .cont_img_blog{
        margin-bottom: 5px;
    }
    
    .blogs .cont_descripcion_blog{
        padding: 0 5px;
    }
    
    .blogs  article button{
        background: transparent;
        border-radius: 3px;
        border:2px solid #00e091;
        padding: 10px 14px;
        font-size: 15px;
        color: #00e091;
    }

    /*--CONTACTO (>720px)--*/

    .contacto{
        padding: 40px 50px;
    }

    .contacto h2{
/*        margin-bottom: 35px;*/
        font-size: 32px;
    }
    
    .cont_subs_contacto{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contacto .cont_descripcion{
        width: 38%;
        margin-bottom: 25px;
    }

    .contacto .cont_formulario{
        width: 58%;
        margin-bottom: 25px;
    }
    
    .contacto .cont_descripcion h3{
/*        margin-bottom: 15px;*/
        font-size: 28px;
    }
    
    .contacto .cont_descripcion li{
        font-size: 20px;
    }


    .contacto .cont_formulario h3{
        font-size: 28px;
/*        margin-bottom: 15px*/
    }
    
    .form_contacto label{
        font-size: 20px;
    }

/*
    .contacto ul li{
        padding: 5px 0;
    }
*/

/*
    .contacto .form-group{
        margin-bottom: 10px;
    }
*/

    .contacto .form-group input{
        font-size: 16px;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        margin-top: 5px;
        padding: 10px;
*/
    }

    .contacto .form-group textarea{
        font-size: 16px;
        font-family: sans-serif;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        padding: 10px;
*/
    }

    .contacto .form-group button{
/*        float: right;*/
        font-size: 15px;
        font-weight: bold;
        padding: 10px 25px;
    }

    /*----PIE DE PAGINA (>720px)----*/

    .mapa_sitio{
        padding: 40px 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .submapa1{
        width: 20%;
    }
    
    .submapa2{
        width: 30%;
    }
    
    .submapa3{
        width: 48%;
    }

/*
    .mapa_sitio div{
        padding: 20px 0;
    }
*/

    .mapa_sitio h3{
        padding-bottom: 7px;
        font-size: 25px;
    }
    
    .submapa1 li,.submapa2 li{
        font-size: 20px;
    }

    .submapa3 form input{
        font-size: 15px;
        padding: 9px;
/*
        border-radius: 5px;
        border: none;
        width: 65%;
        line-height: 20px;
        color: #888;
*/
    }

    .submapa3 form button{
        padding: 9px;
        font-weight: bold;
        font-size: 15px;
/*
        background: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        width: 25%;
        line-height: 20px;
*/
    }

    .copyright{
/*        text-align: center;*/
        padding: 0px 50px;
    }

    .copyright h4{
/*        margin-bottom: 20px;*/
        font-size: 20px;
    }

    .copyright h3{
/*        padding-bottom: 40px;*/
        font-size: 25px;
    }

    /*Boton Ir Arriba*/

    .ir-arriba{
        padding:9px 13px;
        font-size: 28px;
/*
        background:rgba(0,128,110);
        border-radius: 50%;
        bottom:20px;
        right:20px;
*/
    }
    
}

@media(min-width:768px){
    
    .mobile{
        display: none;
    }
    
    .desktop{
        display: block;
        position: relative;
    }
    
    /*------MENU------*/

    .cont_logo{
        position: absolute;
        z-index: 20;
        margin-left: 8%;
        top: 10px;
        width: 150px;
        height: 55px;
        background: aqua;
    }

    #btn-menu{
        display: none;
    }
    
    #fa-bars{
        display: none;
    }

    .menu{
        position: absolute;
        z-index: 10;
        top: 0;
        width: 60%;
        right: 8%;
    }

    .menu ul{
        transform: translateY(0%);
        display: flex;
    }

    .menu ul li{
        text-align: center;
    }

    .menu ul li a{
        font-size: 15px;
        background: none;
        padding: 25px 5px;
        width: 100%;
    }
    
    .menu ul li a:hover{
        color: #30C39E;
    }
    
    /*-------SLIDER-------*/
    
    .content__banner__desktop{
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 25%;
    }
    
    .sub_cont_desk{
        width: 70%;
        margin-left: 8%;
    }

    .content__banner__desktop h1{
        font-size: 35px;
        color: #30C39E;
    }

    .content__banner__desktop h3{
        color: #fff;
    /*	text-transform: capitalize;*/
        letter-spacing: 1px;
        text-shadow: 0 2px 2px rgb(0 0 0 / 20%);
        font-size: 25px;
    }

    .content__banner__desktop p{
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 21px;
        margin-top: 21px;
    }

    .content__banner__desktop button{
        color: #fff;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 3px;
        padding: 10px 12px;
        font-size: 15px;
    }

    .content__banner__desktop button:hover{
        background:#30C39E;
        border: 1px solid #30C39E;
    }
    
    .btns_carousel_desktop{
        position: absolute;
        top: 25%;
        margin-top: 60px;
        z-index: 5;
        width: 100%;
        overflow-x: hidden;
    }

    .btn_prev_desktop{
        color: #fff;
        background: transparent;
        border: none;
    /*	position: relative;*/
        float: left;
        font-weight: bold;
        margin-left: 0;
        padding: 15px;
        font-size: 60px;
    }

    .btn_next_desktop{
        color: #fff;
        background: transparent;
        border:none;
    /*	position: relative;*/
        float: right;
        margin-right: 0;
        padding: 15px;
        font-size: 60px;
    }
    
    /*----ACERCA DE (>768px)----*/


    .acerca__de{
        padding: 50px;
    }

    .acerca__de h2{
/*        margin-bottom: 21px;*/
        font-size: 30px;
    }
    
    .cont_subs_acerca_de{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .sub1_acerca_de{
        width: 58%;
    }
    
    .sub2_acerca_de{
        width: 38%;
    }
    
    .sub3_acerca_de{
        margin-top: 35px;
        width: 100%;
    }

    .acerca__de .sub_acerca{
        font-size: 19px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de .des_acerca_de{
        font-size: 16px;
/*        margin-bottom: 14px;*/
    }
 
    .acerca__de button{
        font-size: 15px;
        padding: 10px 12px;
/*        border-radius: 5px;*/
/*        margin-bottom: 28px;*/
    }

/*
    .acerca__de img{
        width: 100%;
        margin-bottom: 28px;
    }
*/

    .acerca__de ul li h4{
/*        margin-bottom: 8px;*/
        font-size: 19px;
    }

    .acerca__de ul li p{
        font-size: 16px;
    }

    /*----SERVICIOS (>768px)---*/

    .servicios{
        padding: 50px;
    }

    .servicios h2{
        font-size: 30px;
/*
        text-align: center;
        margin-bottom: 28px;
*/
    }
    
    .cont_sub_servicios{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .servicios .cont_article{
        max-width: 300px;
    }

    .servicios article{ 
        padding: 40px 25px;
/*        max-width: 300px;*/
/*        margin-bottom: 21px;*/
    }
    
    .servicios .fa-bar-chart,
    .servicios .fa-laptop,
    .servicios .fa-codepen{
        font-size: 40px;
    }

    .servicios article li h3{
        font-size: 25px;
/*        margin-bottom: 7px;*/
    }

    .servicios article li p{
        font-size: 16px;
    }

    /*----CARACTERISTICAS (>768px)----*/
    
    .caracteristicas h2{
        font-size: 30px;
    }

    .caracteristicas ul{
        padding: 50px 50px 30px 50px; 
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        list-style: none;
    }
    
    .caracteristicas ul li{
        width: 48%;
    }

    .caracteristicas ul li h3{
        margin-bottom: 7px;
        font-size: 25px;
    }

    .caracteristicas ul li p{
        font-size: 16px;
    }

    /*--HABILIDADES Y HOBBIES (>768px)--*/

    .habilidades__hobbies{
        padding: 40px 50px 0 50px;
    }

    .habilidades__hobbies h2{
        font-size: 30px;
/*        margin-bottom: 30px;*/
    }
    
    .habilidades__hobbies .cont_subs_habilidades_hobbies{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .habilidades__hobbies .habilidades{
        width: 48%;
    }
    
    .habilidades__hobbies .hobbies{
        margin: 0;
        width: 48%;
    }
    
    .sub1_habilidades,.sub2_habilidades{
        height: 160px;
    }

    .habilidades__hobbies ul li h4{
/*        margin-bottom: 10px;*/
        font-size: 19px;
    }

    .habilidades__hobbies ul li p{
        font-size: 16px;
/*        margin-bottom: 28px;*/
    }

    .nom_habilidad{
        font-size: 17px;
    }

    .cont_barra{
/*        border-radius: 3px;*/
        height: 18px;
/*
        margin-top: 3px;
        margin-bottom: 14px;
*/
    }

    .barra_habilidad{
/*        border-radius: 3px;*/
        height: 18px;
    }

/*
    .hobbies{
        margin-top: 35px;
    }
*/

    .hobbies .fa-codepen,
    .hobbies .fa-hourglass,
    .hobbies .fa-camera,
    .hobbies .fa-plane,
    .hobbies .fa-headphones,
    .hobbies .fa-futbol{
/*        padding: 18px;*/
/*        border: 2px solid;*/
        border-radius: 50%;
    }

/*
    .hobbies ul li{
        padding-bottom: 30px;
        text-align: center;
    }
*/

    .hobbies ul li div{
/*        display: inline-block;*/
        width: 30%;
    }

    .hobbies ul div label{
        width: 100%;
        font-size: 13.5px;
/*
        width: 100%;
        font-weight: 600;
*/
    }

    /*---EXPERIENCIA LABORAL (>768px)---*/

    .experiencia__laboral{
        padding: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .experiencia__laboral .cont_foto{
        width: 48%;
        margin: 0;
/*
        text-align: center;
        margin-bottom: 35px;
*/
    }
    
    .experiencia__laboral .cont_des_exp{
        width: 48%;
    }

    .cont_foto img{
        width: 100%;
        max-width: 300px;
    }

    .cont_des_exp h3{
        font-size: 25px;
/*        margin-bottom: 14px;*/
    }

    .cont_des_exp p{
        font-size: 16px;
        margin-bottom: 14px;
    }

    .cont_des_exp .linea_exp{
        padding-left: 18px;
/*        margin-bottom: 20px;*/
    }

    .submenu{
        padding: 10px 0;
        position: relative;
    }
    .submenu h4{
        font-size: 19px;
    }
    
    .submenu h5{
        font-size: 15px
    }

    .submenu .fa-circle{
/*        position: absolute;*/
/*        top: 25px;*/
/*        left: 0;*/
        margin-left: -27px;
/*        color: #00ba9d;*/
    }

/*
    .submenu span{
        float: right;
        font-size: 25px;
    }
*/

/*
    .submenu ul{
        margin-top: 15px;
    }
*/

    /*----PORTAFOLIO (>768px)----*/

    .portafolio{
        height: 750px;
        margin-bottom: 50px;
    }

/*
    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
*/
    
    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 4%;
        left: 6%;
        padding: 16px;
        border-radius: 5px;
    }

    .cont_des_proyecto ul li{
        font-size: 18px;
    }

/*
    .gallery-top {
        height: 80%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide { 
        width: 25%;
        height: 100%; 
        opacity: 0.4;
    } 

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
*/


    /*--MENSAJE DISPONIBILIDAD (>768px)--*/

    .mensaje__disponibilidad .cont_mensaje_dis{
        padding: 50px;
/*        width: 100%;*/
/*
        background: rgba(0,0,0,0.5);
        color:#fff;
*/
    }

    .mensaje__disponibilidad h3{
        font-size: 25px;
/*        margin-bottom: 20px;*/
    }

    .mensaje__disponibilidad h2{
/*        margin-bottom: 20px;*/
        font-size: 30px;
    }

    .mensaje__disponibilidad button{
        font-size: 15px;
/*
        padding: 12px 0px;
        width: 150px;
        margin-bottom: 20px;
*/
    }

    /*----BLOG (>768px)----*/

    .blogs{
        padding: 50;
    }

    .btn_prev_blog,.btn_next_blog{
        top: 50%;
        font-size: 13px;
        padding: 12px 14px;
        border: none;
        border-radius: 3px;
    }

    .btn_prev_blog{
        margin-left: 10px;
    }

    .btn_next_blog{
        margin-right: 10px;
    }

    .blogs h2{
        font-size: 30px;
        margin-bottom: 35px;
    }

    .blogs h3{
        font-size: 25px;
    }

    .blogs h4{
        font-size:19px;
        margin-bottom: 5px;
    }

    .blogs p{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .blogs article .cont_img_blog{
        margin-bottom: 5px;
    }
    
    .blogs .cont_descripcion_blog{
        padding: 0 5px;
    }
    
    .blogs  article button{
        background: transparent;
        border-radius: 3px;
        border:2px solid #00e091;
        padding: 10px 14px;
        font-size: 15px;
        color: #00e091;
    }


    /*--CONTACTO (>768px)--*/

    .contacto{
        padding: 50px;
    }

    .contacto h2{
/*        margin-bottom: 35px;*/
        font-size: 30px;
    }
    
    .cont_subs_contacto{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contacto .cont_descripcion{
        width: 38%;
        margin-bottom: 25px;
    }

    .contacto .cont_formulario{
        width: 58%;
        margin-bottom: 25px;
    }
    
    .contacto .cont_descripcion h3{
/*        margin-bottom: 15px;*/
        font-size: 25px;
    }
    
    .contacto .cont_descripcion li{
        font-size: 18px;
    }


    .contacto .cont_formulario h3{
        font-size: 25px;
/*        margin-bottom: 15px*/
    }
    
    .form_contacto label{
        font-size: 18px;
    }

/*
    .contacto ul li{
        padding: 5px 0;
    }
*/

/*
    .contacto .form-group{
        margin-bottom: 10px;
    }
*/

    .contacto .form-group input{
        font-size: 16px;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        margin-top: 5px;
        padding: 10px;
*/
    }

    .contacto .form-group textarea{
        font-size: 16px;
        font-family: sans-serif;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        padding: 10px;
*/
    }

    .contacto .form-group button{
/*        float: right;*/
        font-size: 15px;
        font-weight: bold;
        padding: 10px 25px;
    }

    /*----PIE DE PAGINA (>768px)----*/

    .mapa_sitio{
        padding: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .submapa1{
        width: 20%;
    }
    
    .submapa2{
        width: 30%;
    }
    
    .submapa3{
        width: 48%;
    }

/*
    .mapa_sitio div{
        padding: 20px 0;
    }
*/

    .mapa_sitio h3{
        padding-bottom: 7px;
        font-size: 25px;
    }
    
    .submapa1 li,.submapa2 li{
        font-size: 20px;
    }

    .submapa3 form input{
        font-size: 15px;
        padding: 9px;
/*
        border-radius: 5px;
        border: none;
        width: 65%;
        line-height: 20px;
        color: #888;
*/
    }

    .submapa3 form button{
        padding: 9px;
        font-weight: bold;
        font-size: 15px;
/*
        background: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        width: 25%;
        line-height: 20px;
*/
    }

    .copyright{
/*        text-align: center;*/
        padding: 0px 50px;
    }

    .copyright h4{
/*        margin-bottom: 20px;*/
        font-size: 20px;
    }

    .copyright h3{
/*        padding-bottom: 40px;*/
        font-size: 25px;
    }

    /*Boton Ir Arriba*/

    .ir-arriba{
        padding:9px 13px;
        font-size: 29px;
/*
        background:rgba(0,128,110);
        border-radius: 50%;
        bottom:20px;
        right:20px;
*/
    }
    
    
}


@media(min-width:1024px){
    

    /*------MENU (>1024px)------*/

    .cont_logo{
        position: absolute;
        z-index: 20;
        margin-left: 10%;
        top: 10px;
        width: 150px;
        height: 55px;
    }

    #btn-menu{
        display: none;
    }
    
    #fa-bars{
        display: none;
    }

    .menu{
        position: absolute;
        z-index: 10;
        top: 0;
        width: 40%;
        right: 8%;
    }

    .menu ul{
        transform: translateY(0%);
        display: flex;
    }

    .menu ul li{
        text-align: center;
    }
    
    .menu ul li a{
        font-size: 15px;
        background: none;
        padding: 25px 5px;
        width: 100%;
    }
    
    .menu ul li a:hover{
        color: #30C39E;
/*        background: rgba(255,255,255,.8);*/
        background: rgba(0,0,0,.4);
    }
    
    /*-------SLIDER (>1024px)-------*/
    
    .content__banner__desktop{
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 15%;
        padding: 60px 0;
    }
    
    .sub_cont_desk{
        width: 70%;
        margin-left: 10%;
    }

    .content__banner__desktop h1{
        font-size: 60px;
        color: #30C39E;
    }

    .content__banner__desktop h3{
        color: #fff;
    /*	text-transform: capitalize;*/
        letter-spacing: 1px;
        text-shadow: 0 2px 2px rgb(0 0 0 / 20%);
        font-size: 28px;
    }

    .content__banner__desktop p{
        font-size: 17px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 21px;
        margin-top: 21px;
    }

    .content__banner__desktop button{
        color: #fff;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 3px;
        padding: 12px 14px;
        font-size: 15px;
    }

    .content__banner__desktop button:hover{
        cursor: pointer;
        background:#30C39E;
        border: 1px solid #30C39E;
    }
    
    .btns_carousel_desktop{
        position: absolute;
        top: 25%;
        margin-top: 120px;
        z-index: 5;
        width: 100%;
        overflow-x: hidden;
    }

    .btn_prev_desktop{
        color: #fff;
        background: transparent;
        border: none;
    /*	position: relative;*/
        float: left;
        font-weight: bold;
        margin-left: 20px;
        padding: 15px;
        font-size: 60px;
        transition: all 2s;
    }

    .btn_next_desktop{
        color: #fff;
        background: transparent;
        border:none;
    /*	position: relative;*/
        float: right;
        margin-right: 20px;
        padding: 15px;
        font-size: 60px;
        transition: all 2s;
    }
    
    .btn_prev_desktop:hover{
        cursor: pointer;
    }
    
    .btn_next_desktop:hover{
        cursor: pointer;
    }
    
    /*----ACERCA DE (>1024px)----*/


    .acerca__de{
        margin: auto;
        padding: 80px 50px;
        max-width: 1110px;
    }

    .acerca__de h2{
        margin-bottom: 35px;
        font-size: 30px;
    }
    
    .cont_subs_acerca_de{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .sub1_acerca_de{
        width: 35%;
        padding-right: 20px;
    }
    
    .sub2_acerca_de{
        width: 30%;
    }
    
    .sub3_acerca_de{
        padding-left: 20px;
        margin-top: 0;
        width: 35%;
    }

    .acerca__de .sub_acerca{
        font-size: 19px;
/*        margin-bottom: 14px;*/
    }

    .acerca__de .des_acerca_de{
        font-size: 17px;
/*        margin-bottom: 14px;*/
    }
 
    .acerca__de button{
        font-size: 15px;
        padding: 10px 12px;
/*        border-radius: 5px;*/
/*        margin-bottom: 28px;*/
    }

/*
    .acerca__de img{
        width: 100%;
        margin-bottom: 28px;
    }
*/

    .acerca__de ul li h4{
/*        margin-bottom: 8px;*/
        font-size: 19px;
    }

    .acerca__de ul li p{
        font-size: 17px;
    }

    /*----SERVICIOS (>1024px)---*/
    
    .servicios{
        margin: auto;
        padding: 80px 50px;
        max-width: 1110px;
    }

    .servicios h2{
        font-size: 30px;
        margin-bottom: 35px;
/*
        text-align: center;
*/
    }
    
    .cont_sub_servicios{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .servicios .cont_article{
        max-width: 300px;
    }

    .servicios article{ 
        padding: 40px 25px;
/*        margin-bottom: 21px;*/
    }
    
    .servicios .fa-bar-chart,
    .servicios .fa-laptop,
    .servicios .fa-codepen{
        font-size: 40px;
    }

    .servicios article li h3{
        font-size: 25px;
/*        margin-bottom: 7px;*/
    }

    .servicios article li p{
        font-size: 17px;
    }

    /*----CARACTERISTICAS (>1024px)----*/
    
    .caracteristicas h2{
        font-size: 30px;
    }
    
    .caracteristicas ul{
        margin: auto;
        max-width: 1110px;
        padding: 50px 50px 40px 50px; 
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
    }
    
    .caracteristicas ul li{
        width: 48%;
    }

    .caracteristicas ul li h3{
        margin-bottom: 7px;
        font-size: 25px;
    }

    .caracteristicas ul li p{
        font-size: 17px;
    }

    /*--HABILIDADES Y HOBBIES (>1024px)--*/

    .habilidades__hobbies{
        margin: auto;
        max-width: 1110px;
        padding: 80px 50px 80px 50px;
    }

    .habilidades__hobbies h2{
        font-size: 30px;
        margin-bottom: 35px;
    }
    
    .habilidades__hobbies .cont_subs_habilidades_hobbies{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .habilidades__hobbies .habilidades{
        width: 48%;
    }
    
    .habilidades__hobbies .hobbies{
        margin: 0;
        width: 48%;
    }
    
    .sub1_habilidades,.sub2_habilidades{
        height: 160px;
    }

    .habilidades__hobbies ul li h4{
/*        margin-bottom: 10px;*/
        font-size: 19px;
    }

    .habilidades__hobbies ul li p{
        font-size: 16px;
/*        margin-bottom: 28px;*/
    }

    .nom_habilidad{
        font-size: 17px;
    }

    .cont_barra{
/*        border-radius: 3px;*/
        height: 18px;
/*
        margin-top: 3px;
        margin-bottom: 14px;
*/
    }

    .barra_habilidad{
/*        border-radius: 3px;*/
        height: 18px;
    }

/*
    .hobbies{
        margin-top: 35px;
    }
*/

    .hobbies .fa-codepen,
    .hobbies .fa-hourglass,
    .hobbies .fa-camera,
    .hobbies .fa-plane,
    .hobbies .fa-headphones,
    .hobbies .fa-futbol{
/*        padding: 18px;*/
/*        border: 2px solid;*/
        border-radius: 50%;
    }

/*
    .hobbies ul li{
        padding-bottom: 30px;
        text-align: center;
    }
*/

    .hobbies ul li div{
/*        display: inline-block;*/
        width: 30%;
    }

    .hobbies ul div label{
        width: 100%;
        font-size: 13.5px;
/*
        width: 100%;
        font-weight: 600;
*/
    }

    /*---EXPERIENCIA LABORAL (>1024px)---*/

    .experiencia__laboral{
        margin: auto;
        max-width: 1110px;
        padding: 80px 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .experiencia__laboral .cont_foto{
        width: 38%;
        margin: 0;
        text-align: center;
/*
        margin-bottom: 35px;
*/
    }
    
    .experiencia__laboral .cont_des_exp{
        width: 58%;
    }

    .cont_foto img{
        width: 100%;
        max-width: 300px;
    }

    .cont_des_exp h3{
        font-size: 25px;
        margin-bottom: 21px;
    }

    .cont_des_exp p{
        font-size: 17px;
        margin-bottom: 21px;
    }

    .cont_des_exp .linea_exp{
        padding-left: 18px;
/*        margin-bottom: 20px;*/
    }

    .submenu{
        padding: 10px 0;
        position: relative;
    }
    
    .submenu h4{
        font-size: 19px;
    }
    
    .submenu h5{
        font-size: 16px
    }

    .submenu .fa-circle{
/*        position: absolute;*/
        top: 15px;
/*        left: 0;*/
        margin-left: -27px;
/*        color: #00ba9d;*/
    }

/*
    .submenu span{
        float: right;
        font-size: 25px;
    }
*/

/*
    .submenu ul{
        margin-top: 15px;
    }
*/

    /*----PORTAFOLIO (>1024px)----*/

    .cont__portafolio{
        padding: 80px 0;
        background: #F8F9FA;
    }
    
    .portafolio{
        margin: auto;
        max-width: 950px;
        height: 800px;
        margin-bottom: 50px;
    }
    
    .portafolio h2{
        text-align: center;
        font-size: 30px;
        margin-bottom: 35px;
    }

    .swiper-container {
        border-radius: 5px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

/*
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
*/
    
    .cont_des_proyecto{
        background: rgba(0,0,0,0.7);
        bottom: 6%;
        left: 4%;
        padding: 15px;
        border-radius: 5px;
    }

    .cont_des_proyecto ul li{
        font-size: 18px;
    }

/*
    .gallery-top {
        height: 80%;
        width: 100%;
    }
*/

    .gallery-thumbs {
        margin-top: 5px;
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    
    .gallery-thumbs:hover{
        cursor: pointer;
    }

/*
    .gallery-thumbs .swiper-slide { 
        width: 25%;
        height: 100%; 
        opacity: 0.4;
    } 
*/

    /* .swiper-button-prev, .swiper-button-next{
        font-size: 50px !important;
        color: white !important;
        background-color: red !important;
        padding: 40px;
    } */
/*     
    .swiper-button-next{
        padding: 40px;
        color: white !important;
    }
     */
    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }


    /*--MENSAJE DISPONIBILIDAD (>768px)--*/

    .mensaje__disponibilidad .cont_mensaje_dis{
/*        width: 100%;*/
/*
        background: rgba(0,0,0,0.5);
        color:#fff;
*/
    }

    .mensaje__disponibilidad h3{
        font-size: 25px;
/*        margin-bottom: 20px;*/
    }

    .mensaje__disponibilidad h2{
/*        margin-bottom: 20px;*/
        font-size: 30px;
    }

    .mensaje__disponibilidad button{
        font-size: 15px;
/*
        padding: 12px 0px;
        width: 150px;
        margin-bottom: 20px;
*/
    }

    /*----BLOG (>1024px)----*/

    .blogs{
        padding: 50px;
        max-width: 1110px;
        margin: auto;
    }

    .btn_prev_blog,.btn_next_blog{
        top: 50%;
        font-size: 13px;
        padding: 12px 14px;
        border: none;
        border-radius: 3px;
    }

    .btn_prev_blog{
        margin-left: 10px;
    }

    .btn_next_blog{
        margin-right: 10px;
    }

    .blogs h2{
        font-size: 30px;
        margin-bottom: 35px;
    }

    .blogs h3{
        font-size: 25px;
    }

    .blogs h4{
        font-size:19px;
        margin-bottom: 5px;
    }

    .blogs p{
        font-size: 17px;
        margin-bottom: 5px;
    }

    .blogs article .cont_img_blog{
        margin-bottom: 5px;
    }
    
    .blogs .cont_descripcion_blog{
        padding: 0 15px;
    }
    
    .blogs  article button{
        background: transparent;
        border-radius: 3px;
        border:2px solid #00e091;
        padding: 10px 14px;
        font-size: 15px;
        color: #00e091;
    }


    /*--CONTACTO (>1024px)--*/

    .contacto{
        margin: auto;
        max-width: 1110px;
        padding: 80px 50px;
    }

    .contacto h2{
/*        margin-bottom: 35px;*/
        font-size: 30px;
    }
    
    .cont_subs_contacto{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contacto .cont_descripcion{
        width: 38%;
        margin-bottom: 25px;
    }

    .contacto .cont_formulario{
        width: 58%;
        margin-bottom: 25px;
    }
    
    .contacto .cont_descripcion h3{
/*        margin-bottom: 15px;*/
        font-size: 25px;
    }
    
    .contacto .cont_descripcion li{
        font-size: 17px;
    }


    .contacto .cont_formulario h3{
        font-size: 25px;
/*        margin-bottom: 15px*/
    }
    
    .form_contacto label{
        font-size: 17px;
    }

/*
    .contacto ul li{
        padding: 5px 0;
    }
*/

/*
    .contacto .form-group{
        margin-bottom: 10px;
    }
*/

    .contacto .form-group input{
        font-size: 16px;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        margin-top: 5px;
        padding: 10px;
*/
    }

    .contacto .form-group textarea{
        font-size: 16px;
        font-family: sans-serif;
/*
        width: 100%;
        border-radius: 5px;
        color:#888;
        border: 2px solid #ccc;
        padding: 10px;
*/
    }

    .contacto .form-group button{
/*        float: right;*/
        font-size: 15px;
        font-weight: bold;
        padding: 10px 25px;
    }

    /*----PIE DE PAGINA (>1024px)----*/

    .mapa_sitio{
        margin: auto;
        max-width: 1110px;
        padding: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .submapa1{
        width: 20%;
    }
    
    .submapa2{
        width: 30%;
    }
    
    .submapa3{
        width: 48%;
    }

/*
    .mapa_sitio div{
        padding: 20px 0;
    }
*/

    .mapa_sitio h3{
        padding-bottom: 7px;
        font-size: 25px;
    }
    
    .submapa1 li,.submapa2 li{
        font-size: 20px;
    }

    .submapa3 form input{
        font-size: 15px;
        padding: 9px;
/*
        border-radius: 5px;
        border: none;
        width: 65%;
        line-height: 20px;
        color: #888;
*/
    }

    .submapa3 form button{
        padding: 9px;
        font-weight: bold;
        font-size: 15px;
/*
        background: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        width: 25%;
        line-height: 20px;
*/
    }

    .copyright{
/*        text-align: center;*/
        padding: 0px 50px;
    }

    .copyright h4{
/*        margin-bottom: 20px;*/
        font-size: 20px;
    }

    .copyright h3{
/*        padding-bottom: 40px;*/
        font-size: 25px;
    }

    /*Boton Ir Arriba*/

    .ir-arriba{
        padding:10px 14px;
        font-size: 30px;
/*
        background:rgba(0,128,110);
        border-radius: 50%;
        bottom:20px;
        right:20px;
*/
    }
    
}


@media(min-width:1200px){
    
    /*------MENU (>1200px)------*/

    .cont_logo{
        position: absolute;
        z-index: 20;
        margin-left: 15%;
        top: 20px;
        width: 150px;
        height: 55px;
    }

    .menu{
        position: absolute;
        z-index: 10;
        top: 0;
        width: 40%;
        right: 15%;
    }

    .menu ul li a{
        font-size: 16px;
        padding: 35px 5px;
        width: 100%;
    }
    
    /*-------SLIDER (>1200px)-------*/
    
    .content__banner__desktop{
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 15%;
        padding: 120px 0;
    }
    
    .sub_cont_desk{
        width: 40%;
        margin-left: 15%;
    }
    
    .btns_carousel_desktop{
        position: absolute;
        top: 25%;
        margin-top: 120px;
        z-index: 5;
        width: 100%;
        overflow-x: hidden;
    }

    .btn_prev_desktop{
        margin-left: 5%;
        padding: 15px;
        font-size: 60px;
    }

    .btn_next_desktop{
        margin-right: 5%;
        padding: 15px;
        font-size: 60px;
    }
    
}






.owl-nav {
    display: none !important;
}





