@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Work+Sans:wght@100;300;400;600;800&display=swap');
*{
    box-sizing: border-box;
    font-family: 'Work Sans';
    margin: 0;
    padding: 0;
}
html{
    /* me permite deslizar cuando hago clic en los links del menu */
    scroll-behavior: smooth;
}
/* MENU */
.contenedor-header{
    background: linear-gradient(to top, rgba(8, 30, 235, 0.8), rgb(170, 24, 184));
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.contenedor-header header{
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.contenedor-header header .logo a{
    font-family: 'Righteous';
    font-size: 36px;
    color: #ffffff;
    text-decoration: none;
}
.contenedor-header header ul{
    display: flex;
    list-style: none;
}
.contenedor-header header nav ul li a{
    text-align: none;
    color: #fff;
    margin: 0 15px;
    padding: 3px;
    transition: .5s;
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.contenedor-header header nav ul li a:hover{
    color: #0b20e6;
}
.nav-responsive{
    background-color: #0b20e6;
    color:#fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}


/* SECCION I N I C I O */
.inicio{
    background: linear-gradient(to top, rgba(97, 114, 124, 0.8), rgb(31, 50, 61)),
    url(../img/services/1\ Luxury.jpg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.inicio{
    background: linear-gradient(to top, rgba(97, 114, 124, 0.8), rgb(31, 50, 61)),
    url(../img/services/1\ Luxury.jpg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.inicio{
    background: linear-gradient(to top, rgba(97, 114, 124, 0.8), rgb(31, 50, 61)),
    url(../img/services/1\ Luxury.jpg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.inicio{
    background: linear-gradient(to top, rgba(97, 114, 124, 0.8), rgb(31, 50, 61)),
    url(../img/services/1\ Luxury.jpg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.inicio{
    background: linear-gradient(to top, rgba(97, 114, 124, 0.8), rgb(31, 50, 61)),
    url(../img/services/1\ Luxury.jpg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.inicio{
    background: linear-gradient(to top, rgba(97, 114, 124, 0.8), rgb(31, 50, 61)),
    url(../img/services/1\ Luxury.jpg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}
.inicio{
    background: linear-gradient(to top, rgba(97, 114, 124, 0.8), rgb(31, 50, 61)),
    url(../img/services/1\ Luxury.jpg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}




.inicio .contenido-banner{
    padding: 20px;
    background: linear-gradient(to top, rgba(8, 30, 235, 0.8), rgb(170, 24, 184));
    max-width: 350px;
    margin: auto;
    text-align: center;
    border-radius: 40px;
}
.inicio .contenido-banner img{
    margin-top: 40px;
    border: 10px solid #06eafa;
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 100%;
}
.inicio .contenido-banner h1{
    margin-top: 40px;
    font-size: 42px;
    font-family: 'Righteous';
}
.inicio .contenido-banner h2{
    font-size: 15px;
    font-weight: normal;
}
.inicio .contenido-banner .redes a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: .3s;
}
.inicio .contenido-banner .redes a:hover{
    background-color: #1CB698;
}
.sobremi{
    background-image:linear-gradient(45deg, rgba(10, 1, 136, 0.945), rgb(14, 2, 14), rgb(216, 15, 182), rgb(1, 225, 255));
    background-size: 400%, 400%;
    color: #fff;
    padding: 50px 20px;
    animation: cambiar 10s ease infinite;
    -webkit-animation: cambiar1 20s ease infinite;
  }
  @keyframes cambiar1{
    0%{background-position: 0 50%;}
    50%{background-position: 100% 50%;}
    100%{background-position: 0 50%;}
  }
.sobremi .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.sobremi h2{
    font-size: 48px;
    font-family: 'Bookman Old Style';
    text-align: center;
    padding: 20px 0;

}
.sobremi .contenido-seccion p{
    font: 60px;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
.sobremi .contenido-seccion p span{
    color: #100485;
    font-weight: bold;
}
.sobremi .fila{
    display: flex;
}
.sobremi .fila .col
{
    width: 50%;
}
.sobremi .fila .col h3{
    font-size: 28px;
    font-family: 'Righteous';
    margin-bottom: 25px;
}
.sobremi .fila .col ul{
    list-style: none;
}
.sobremi .fila .col ul li{
    margin: 12px 0;
}
.sobremi .fila .col ul li strong{
    display: inline-block;
    color: #0517b8;
    width: 130px;
}
.sobremi .fila .col ul li span{
    background-color: #0321a8;
    padding: 3px;
    font-weight: bold;
    border-radius: 5px;
}
.sobremi .fila .col .contenedor-intereses{
    display: flex;
    flex-wrap: wrap;
}
.sobremi .fila .col .contenedor-intereses .interes{
    width: 100px;
    height: 100px;
    background-color: #252A2E;
    border-radius: 10px;
    margin: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}.sobremi .fila .col .contenedor-intereses .interes:hover{
    background-color: #0323af;
}
.sobremi .fila .col .contenedor-intereses .interes i{
    font-size: 30px;
    margin-bottom: 10px;
}
.sobremi button{
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #fff;
    width: fit-content;
    display: block;
    margin: 20px auto;
    padding: 10px 22px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.sobremi button .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0421c7;
    z-index: -1;
    transition: 1s;
}
.sobremi button:hover .overlay{
    width: 100%;
}
/* SECCION S K I L L S */
.skills{
    background: linear-gradient(to top, rgba(23, 164, 189, 0.8), rgb(153, 19, 168));
    color: #fff;
    padding: 50px 20px;
}
.skills .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.skills h2{
    font-size: 48px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;

}
.skills .fila{
    display: flex;
}
.skills .fila .col{
    width: 50%;
    padding: 0 20px;
}
.skills .fila .col h3{
    font-size: 28px;
    font-family: 'Righteous';
    margin-bottom: 25px;
}
.skills .skill > span{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.skills .skill .barra-skill{
    height: 8px;
    width: 80%;
    background-color: #131517;
    position: relative;
    margin-bottom: 30px;
}
.skills .skill .progreso{
    background-color: #01dbf8;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
}
.skills .skill .barra-skill span{
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #041da5;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    top: -17px;
    right: -15px;
    font-size: 14px;
}
/* Estas clases se agregaran dinamicamente mediante javascript */
.skills .skill .MESES{
    width: 0%;
    animation: 2s MESES forwards;
    -webkit-animation: 2s MESES forwards;
}
@keyframes MESES {
    0%{width: 0%;}
    100%{width: 30%;}
}

.skills .skill .PORCENTAJE{
    width: 0%;
    animation: 2s PORCENTAJE forwards;
    -webkit-animation: 2s PORCENTAJE forwards;
}
@keyframes PORCENTAJE {
    0%{width: 0%;}
    100%{width: 20%;}
}


.skills .skill .MESES1{
    width: 0%;
    animation: 2s MESES1 forwards;
    -webkit-animation: 2s MESES1 forwards;
}
@keyframes MESES1 {
    0%{width: 0%;}
    100%{width: 50%;}
}

.skills .skill .PORCENTAJE1{
    width: 0%;
    animation: 2s PORCENTAJE1 forwards;
    -webkit-animation: 2s PORCENTAJE1 forwards;
}
@keyframes PORCENTAJE1 {
    0%{width: 0%;}
    100%{width: 50%;}
}


.skills .skill .MESES2{
    width: 0%;
    animation: 2s MESES2 forwards;
    -webkit-animation: 2s MESES2 forwards;
}
@keyframes MESES2 {
    0%{width: 0%;}
    100%{width: 10%;}
}

.skills .skill .PORCENTAJE2{
    width: 0%;
    animation: 2s PORCENTAJE2 forwards;
    -webkit-animation: 2s PORCENTAJE2 forwards;
}
@keyframes PORCENTAJE2 {
    0%{width: 0%;}
    100%{width: 80%;}
}


.skills .skill .MESES3{
    width: 0%;
    animation: 2s MESES3 forwards;
    -webkit-animation: 2s MESES3 forwards;
}
@keyframes MESES3 {
    0%{width: 0%;}
    100%{width: 30%;}
}

.skills .skill .PORCENTAJE3{
    width: 0%;
    animation: 2s PORCENTAJE3 forwards;
    -webkit-animation: 2s PORCENTAJE3 forwards;
}
@keyframes PORCENTAJE3 {
    0%{width: 0%;}
    100%{width: 90%;}
}


.skills .skill .MESES4{
    width: 0%;
    animation: 2s MESES4 forwards;
    -webkit-animation: 2s MESES4 forwards;
}
@keyframes MESES4 {
    0%{width: 0%;}
    100%{width: 40%;}
}

.skills .skill .PORCENTAJE4{
    width: 0%;
    animation: 2s PORCENTAJE4 forwards;
    -webkit-animation: 2s PORCENTAJE4 forwards;
}
@keyframes PORCENTAJE4 {
    0%{width: 0%;}
    100%{width: 95%;}
}






/* SECCION CURRICULUM */
.curriculum{
    background: linear-gradient(to top, rgb(153, 19, 168), rgba(23, 164, 189, 0.8));
    color: #fff;
    padding: 50px 20px;
}
.curriculum .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.curriculum h2{
    font-size: 48px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;

}
.curriculum .fila{
    display: flex;
    justify-content: space-between;
}
.curriculum .fila .col{
    width: 1000%;
    padding: 0 20px;
}
.curriculum .fila .col h3{
    font-size: 28px;
    font-family: 'Righteous';
    margin-bottom: 25px;
}

.curriculum .fila .item{
    padding: 25px;
    margin-bottom: 30px;
    background: linear-gradient(to top, rgba(44, 51, 114, 0.8), rgb(91, 61, 94));
    position: relative;
}
.curriculum .fila .item h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.curriculum .fila .item .casa{
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    display: block;
}
.curriculum .fila .item .fecha{
    display: block;
    color: #1CB698;
    margin-bottom: 10px;
}
.curriculum .fila .item p{
    line-height: 24px;
}
.curriculum .fila .izq{
    border-right: 2px solid #012088;
    margin-right: 20px;
}

.curriculum .fila .item .conectori{
    height: 2px;
    background-color: #1CB698;
    width: 47px;
    position: absolute;
    top: 50%;
    right: -47px;
    z-index: 5;
}
.curriculum .fila .item .conectori .circuloi{
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #1CB698;
    float: right;
    position: relative;
    bottom: 4px;
}
.curriculum .fila .item .conectord{
    height: 2px;
    background-color: #1CB698;
    width: 47px;
    position: absolute;
    top: 50%;
    left: -47px;
    z-index: 5;
}
.curriculum .fila .item .conectord .circulod{
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #1CB698;
    float: left;
    position: relative;
    bottom: 4px;
}
/* SECCION PORTFOLIO */
.portfolio{
    background-color: #252A2E;
    color: #fff;
    padding: 50px 20px;
}
.portfolio .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.portfolio h2{
    font-size: 48px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
}
.portfolio .galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.portfolio .galeria .proyecto{
    position: relative;
    max-width: 340px;
    height: fit-content;
    margin: 10px;
    cursor: pointer;
}
.portfolio .galeria .proyecto img{
    width: 100%;
    display: block;
}
.portfolio .galeria .proyecto .overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: linear-gradient(rgba(28,182,152,.8), rgba(28,182,152,.8));
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s;
    font-size: 18px;
    letter-spacing: 3px;
    opacity: 0;
}
.portfolio .galeria .proyecto .overlay h3{
    margin-bottom: 20px;
    transition: 1s;
}
.portfolio .galeria .proyecto .overlay:hover{
    opacity: 1;
}
.portfolio .galeria .proyecto .overlay:hover h3{
    margin-bottom: 0px;
}

footer{
    background: linear-gradient(to top, rgba(23, 164, 189, 0.8), rgb(153, 19, 168));
    color: #fff;
    padding: 50px 0 30px 0;
    text-align: center;
    position: relative;
    width: 100%;
}
footer .redes{
    margin-bottom: 20px;
}
footer .redes a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: .3s;
}
footer .arriba{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #1CB698;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;
}
/* SECCION RESPONSIVE */
@media screen and (max-width:980px){
    nav{
        display: none;
    }
    .nav-responsive{
        display: block;
    }
    nav.responsive{
        display: block;
        position: absolute;
        right: 0;
        top: 75px;
        background-color: #252A2E;
        width: 180px;
    }
    nav.responsive ul{
        display: block !important;
    }
    nav.responsive ul li{
        border-bottom: 1px solid #fff;
        padding: 10px 0;
    }
}
@media screen and (max-width:700px){
    .sobremi .fila{
        display: block;
    }
    .sobremi .fila .col{
        width: fit-content;
    }

    .skills .fila{
        display: block;
    }
    .skills .fila .col{
        width: 100%;
    }
    .skills .fila .col .barra-skill{
        width: 100%;
    }

    .curriculum .fila{
        display: block;
    }
    .curriculum .fila .col{
        width: 90%;
    }
    .curriculum .fila .derecha{
        margin-left: 20px;
    }

    .portfolio .galeria{
        display: block;
        width: 100%;
    }
    .portfolio .galeria .proyecto{
        max-width: 100%;
    }
    .portfolio .galeria .proyecto img{
        width: 100%;
    }
    .contacto .fila{
        display: block;
    }
    .contacto .fila .col{
        width: 100%;
    }
}




.pricing-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing-table{
	width: 22%;
    min-width: 280px;     
    margin: auto;    
	transition: transform .5s ease;

	-webkit-perspective: 2000px;
	perspective: 2000px;  
}

.pricing-table:hover{
	transform: scale(1.07);
}

.pricing-table-cont{
	background: #fff;
	text-align: center;
	position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
	height: 380px;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	transition: .3s ease;
}

.pricing-table-cont1{
	background: #fff;
	text-align: center;
	position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
	height: 300px;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	transition: .3s ease;
}

.pricing-table-month , .pricing-table-year{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.pricing-table-year{
	transform: rotateY(180deg);
}

.rotando-tabla{
	transform: rotateY(180deg);
}

.pricing-table-head{
	color: #173D50;
	padding: 30px 0px;
}

.pricing-table-head h2{
	font-size: 16px;
	letter-spacing: 2px;	
	font-weight: bold;
}

.pricing-table-head h3{
	font-size: 60px;
	font-weight: 400;
	display: inline;
}

.pricing-table-head h4{
	font-size: 20px;
	letter-spacing: 2px;	
	font-weight: bold;
}

.pricing-table-head h3 sup, .pricing-table-head h3 sub{
	font-size: 20px;
	color: #ABB8C0;
	font-weight: 600;
}

.pricing-table-head h3 sub{
	font-size: 13px;
}

.pricing-table-head.estandar-title h2,
.pricing-table-head.estandar-title h3,
.pricing-table-head.estandar-title h3 sup,
.pricing-table-head.estandar-title h3 sub{
	color: #E97D68;
}

.pricing-table-list li{
	background: #F1F3F5;
	padding: 10px 0;
}

.pricing-table-list li:nth-child(2n){
	background: #fff;
}

.pricing-table-button{
	display: block;
	width: 100%;
	padding: 20px 0;
	background: #0C1F28;
	color: #fff;
	margin-top: 23px;
}

.pricing-table-button.estandar{
	background: #E97D68;
}