@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html {
    scroll-behavior: smooth;
}

.WEB_DESIGN_FLORIDA_CONTAINER {
    width: 100%;
    height: 100%;
}

.WEB_DESIGN_FLORIDA_HEADER {
    width: 100%;
    margin: auto;
    padding: 0;
    color: #f4f4f4;
    background: #0000009b;
}

#RAINING {
    width: 100%;
    height: 400px;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 20px;
}

.BOX_WELCOME {
    width: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 30px;
}

.WEB_DESIGN_FLORIDA_SERVICE {
    width: 40%;
    margin: auto;
    font-size: 24px;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.765);
    padding: 5px;
    font-family: 'Cabin', sans-serif;

}

.WEB_DESIGN_FLORIDA_TEXT {
    width: 50%;
    margin: 30px auto;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.765);
    padding: 30px;
    text-align: justify;
    font-family: 'Quicksand', sans-serif;
    color: white;
}

.WEB_DESIGN_FLORIDA_h2 {
    width: 30%;
    margin: auto;
    font-size: 18px;
    text-align: center;
    background: rgba(0, 0, 0, 0.765);
    padding: 5px;
    font-family: 'Quicksand', sans-serif;
}

.PRICE_FROM {
    color: #16d0ff;
    font-size: 20px;
}
.STRONG {
    color: #ff5216;
}
.PRICEEE {
    color: #ff5216;
}
.STRONG_2{
    color: #16d0ff;
}

.MAIN_WEB_DESIGN {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    overflow: hidden;
}

.LOGOBOX {
    width: 100%;
}
.WEBARTED_LOGO {
    width: 300px;
    padding: 30px;
}
.SLIDER_WEB_DESIGN {
    width: 300%;
    display: flex;
    animation: movimiento 10s infinite alternate;
    animation-timing-function: ease-in;
}
.SLIDER_1 {
    width: 100%;
    padding: 30px;
}

@keyframes movimiento {
    0% {margin-left:0;}
    30% {margin-left:0;}

    35% {margin-left: -100%;}
    65% {margin-left: -100%;}

    70% {margin-left: -200%;}
    100% {margin-left: -200%;}
}
.WEB_DESIGN_EXP {
    width: 50%;
    margin: auto;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    text-shadow: #bdbdbd 1px 1px 2px;
    color: #ff5216;
    font-family: 'Noto Sans HK', sans-serif;
    border-bottom: white solid 2px;
}

.WEB_DESIGN_P {
    width: 50%;
    margin: auto;
    padding: 20px;
    text-align: justify;
    font-size: 18px;
    background: #9cdafb;
    color: rgb(31, 31, 31);
    font-family: 'Quicksand', sans-serif;
    
}

.EXPERIENCE_WEB {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin: auto;
    
}
.WEB_EXPERIENCE {
   width: 50%;
   margin: auto;
   display: block;
}
.WEB_1 {
    width: 350px;
    height: 400px;
    margin: 40px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px #2d2d2d;
    padding: 20px;
}
.WEB_ICONS {
    width: 35%;
    display: block;
    margin: auto;
    padding: 20px;
}
.DESCRIPTION_ICONS {
    width: 90%;
    margin: auto;
    padding: 10px;
    text-align: justify;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.TITTLE {
    font-weight: 500;
    font-size: 16px;
    color: #0b3851;
}
/*-------------------------------------------------------------------------------------------*/
/*----------------------------------Paginas web ejemplos-------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.WORKSWEB_MADE {
    width: 100%;
    margin-bottom: 50px;
}
.DEVELOPMENT {
    width: 70%;
    margin: auto;
    padding: 30px;
    font-size: 28px;
    font-family: 'Cabin', sans-serif;
    text-align: center;
    color: #052434;
}
.BOX_PROJECTSWEB {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.WORKS {
    display: block;
    width: 500px;
    background: rgb(187, 187, 187);
    margin: 70px auto;
    position: relative;
    border: #5b5b5b 1px solid;
}
.WORKS_MADE {
    width: 100%;
    display: block;
}
.BOX2 {
    width: 70%;
    background: #000000d4;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px 0px 0px 0px;
    font-family: 'Quicksand', sans-serif;
}

.BOX2 h2 {
    width: 100%;
    color: rgb(32, 176, 255);
    text-align: left;
    font-size: 14px;
}
.BOX2 p {
    width: 100%;
    text-align: justify;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 200;

}
.FRONTEND_DEVELOPMENT {
    width: 80%;
    height: 100%;
    padding: 20px;
    background: #00000000;
    display: flex;
    margin: auto;
}
.FRONTEND_BOX {
    width: 50%;
    height: 100%;
    margin: auto;
}

.FRONTEND_WORK {
    width: 80%;
    margin: 30px auto;
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 24px;
    color: #ff5216;
}
.FRONTEND {
    width: 80%;
    margin: 20px auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 700;
    letter-spacing: 1;
}
.FRONTEND_IMG_BOX {
    width: 50%;
    height: 300px;
    margin: auto;
    display: block;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    padding: 10px;
    position: relative;    
}
.MACBOOK_WP {
    width: 400px;
    height: 10em;
    background: #00000000;
    display: block;
    position: absolute;
    top: 25%;
    left: 10%;
}
.MACBOOK {
    width: 70%;
    margin: auto;
    display: block;
    justify-content: center;
    align-self: center;
    position: relative;
}
.BARRITAS_PANTALLA {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 110px;
}
.BARRITA_1 {
    width: 0px;
    height: 5px;
    background: #53b8c5;
    position: absolute;
    top: 0px;
}
.BARRITA_2 {
    position: absolute;
    top: 10px;
    width: 0px;
    height: 5px;
    background: #c57053;
}
.BARRITA_3 {
    width: 0px;
    height: 5px;
    background: #53c59b;
    position: absolute;
    top: 20px;
}
.BARRITA_4 {
    position: absolute;
    top: 30px;
    width: 0px;
    height: 5px;
    background: #53c59b;
}
.BARRITA_5 {
    width: 0px;
    height: 5px;
    background: #f1bd63;
    position: absolute;
    top: 40px;
}
.BARRITA_6 {
    position: absolute;
    top: 50px;
    width: 0px;
    height: 5px;
    background: #53c59b;
}
.BARRITA_7 {
    width: 0px;
    height: 5px;
    background: #c57053;
    position: absolute;
    top: 60px;
}
.BARRITA_8 {
    position: absolute;
    top: 70px;
    width: 0px;
    height: 5px;
    background: #53b8c5;
}
.WEBPAGE_FRONTEND {
    width: 30%;
    margin: auto;
    display: block;
    justify-content: center;
    align-self: center;
    position: relative;
    top: -200px;
    left: 100px;
    animation: flotando 1s ease-in infinite alternate;
}
.MACBOOK_WP:before {
    content: "";
    width: 90px;
    height: 9px;
    background: #45454575;
    position: absolute;
    top: 180px;
    left: 260px;
    z-index: 1;
    border-radius: 80%;
    animation: sombrita 1s ease-in infinite alternate;
}
.BACKEND_DEVELOPMENT {
    width: 80%;
    padding: 20px;
    display: flex;
    margin: auto;
}
.BACKEND_BOX {
    width: 50%;
    margin: auto;
    background: #00000000;
}
.BACKEND_IMG_BOX {
    width: 50%;
    margin: auto;
    height: 20em;
    position: relative;
    background: #00000000;
    z-index: -2;
}
.RUEDITAS {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 10%;
    display: block;
}
.RUEDITA_GRANDE {
    width: 220px;
    position: relative;
    top: 0px;
    animation: rotacion_delante 10s ease-in infinite alternate;
    z-index: -1;
}
.RUEDITA_PEQUENA {
    width: 180px;
    position: relative;
    top: 5px;
    left: -17px;
    animation: rotacion_atras 10s ease-in infinite alternate;
    z-index: -1;
}
.BOXSERVER {
    width: 50%;
    height: 50%;
    display: block;
    position: relative;
    top: 120px;
    left: 10%;
    margin: auto;
}
.SERVER {
    width: 150px;
    display: block;
    margin: auto;
    z-index: 1;
    position: absolute;
}
.LIGHT {
    position: relative;
    top: 15px;
    left: 130px;
    width: 5px;
    height: 5px;
    background: #2dee67;
    border-radius: 50%;
    animation: blink .5s infinite alternate;
    animation-delay: .2s;
    z-index: 2;
}
.LIGHT:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #2dee67;
    border-radius: 50%;
    animation: blink .2s infinite alternate;
    animation-delay: .3s;
    z-index: 2;
}
.LIGHT2 {
    position: relative;
    top: 60px;
    left: 130px;
    width: 5px;
    height: 5px;
    background: #2dee67;
    border-radius: 50%;
    animation: blink .2s infinite alternate;
    animation-delay: .5s;
    z-index: 2;
}
.LIGHT2:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #2dee67;
    border-radius: 50%;
    animation: blink  .1s infinite alternate;
    animation-delay: .1s;
    z-index: 2;
}
.LIGHT3 {
    position: relative;
    top: 105px;
    left: 130px;
    width: 5px;
    height: 5px;
    background: #ef4c4c;
    border-radius: 50%;
    animation: blinkred .2s infinite alternate;
    animation-delay: .5s;
    z-index: 2;
}
.LIGHT3:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2dee67;
    animation: blink .2s infinite alternate;
    z-index: 2;
}
@keyframes blinkred {
    100% {
        box-shadow: #ff646c .5px .5px 1px 1px;
    }
}
@keyframes blink {
    100% {
        box-shadow: #9afd9a .5px .5px 1px 1px;
    }
}
@keyframes rotacion_delante {
    0% {
        transform: rotateZ(360deg);
    }
}
@keyframes rotacion_atras {
    0% {
        transform: rotateZ(-360deg);
    }
}

@keyframes flotando {
    0% {
        transform: translateY(10px);
        
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes sombrita {
    0% {
        transform:scale(1.1);
        
    }
    100% {
        transform:scale(0.8);
    }
}
@keyframes codin_1 {
    100% {
        width: 30px;
    }
}
@keyframes codin_2 {
    100% {
        width: 50px;
    }
}
@keyframes codin_3 {
    100% {
        width: 40px;
    }
}
@keyframes codin_4 {
    100% {
        width: 60px;
    }
}
@keyframes codin_5 {
    100% {
        width: 70px;
    }
}
.BACKEND_WORK {
    width: 80%;
    margin: 30px auto;
    text-align: right;
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 24px;
    color: #ff5216;
}
.BACKEND {
    width: 80%;
    margin: 20px auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    text-align: justify;
    font-weight: 700;
    letter-spacing: 1;
}
.PROGRAMMING_IN {
    width: 100%;
    padding: 10px;
    background: #f8f8f8;
    margin-top: 50px;
}

.WE_PROGRAMMING {
    width: 70%;
    margin: auto;
    padding: 30px;
    font-size: 28px;
    font-family: 'Cabin', sans-serif;
    text-align: center;
    color: #052434;
}
.INTERROGACION {
    font-size: 32px;
    font-family: 'Cabin', sans-serif;
    font-weight: 800;
}
.PROGRAMING_ICONS {
    width: 80%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    position: relative;
}
.ICONOS_WEB {
    width: 110px;
    margin: 20px auto;
    display: block;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 3px 3px 5px #222222;
}
.ICONO_WEB {
    width: 99%;
    margin: auto;
    display: block;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}
/*------------------------------------------*/
/*---------------OJO AQUI-------------------*/
.progress {
    width: 130px;
    height: 130px;
    color: white;
    background: #ffffff linear-gradient(to right, transparent 50%, var(--clr) 0);
    border-radius: 50%;
    position: relative;
    margin: auto;
    box-shadow: 3px 3px 5px #2d2d2d;
}
.progress h3 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    z-index: 2;
    font-weight: 500;
    color: #2d2d2d;
}
.progress h3 span {
    font-size: 0.65em;
    font-weight: 400;
}
.progress h4 {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-weight: 500;
    color: var(--clr);
    text-transform: uppercase;
}
.progress::before {
    content: "";
    display: block;
    height: 100%;
    margin-left: 50%;
    transform-origin: left;
    border-radius: 0 100% 100% 0/50%;
    animation: girando 1s ease-out forwards;
}
.progress::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: #ffffff;
}

@keyframes girando {
    100% {
        background: var(--clr);
        transform: rotate(calc(((var(--i) - 50) * 0.01turn)));
    }
}
/*----------------TERMINA AQUI--------------*/
/*-----------------------------------------*/
.BOX3 h2 {
    width: 60%;
    text-align: center;
    display: block;
    margin: 30px auto;
    font-size: 18px;
    background: #052434;
    color: white;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 1px;
    border-radius: 10px 10px 0 0;
    padding: 5px;
}
.Skill_Description {
    width: 60%;
    margin: 20px auto;
    text-align: justify;
    padding: 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #052434;
    border-bottom: 2px #052434 solid;
    border-right: 2px #052434 solid;
    border-left: 2px #052434 solid;
    border-radius: 0px 0px 10px 10px;
}
.BOX3::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: #00000000;
}
.BOX3 {
    width: 50%;
    margin: auto;
    padding: 10px;
    background: #3c3c3c linear-gradient(to right, transparent 50%, var(--clr)0);
}
/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
/*-------------CONTACTO---------------*/
/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/

.CONTACT_WEBDEVELOPER {
    width: 100%;
    padding: 20px;
    background:rgb(218, 166, 217);
    border: 3px solid red;
    display:none;
}
.BOX_WEBDEV {
    width: 70%;
    padding: 10px;
    margin: auto;
    border: 3px solid pink;
}
.CONTACT_AD {
    width: 60%;
    background: #db1e1e;
    color: white;
    text-align: center;
    padding: 5px;
    margin: 20px auto;
    font-size: 22px;
    font-family: 'Cabin', sans-serif;
    position: relative;
}

.BOX_WEBDEV p {
    width: 70%;
    padding: 20px;
    margin: auto;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    background: #db1e1e;
    color: rgb(255, 255, 255);
}

.MIAMI_CONTACT, .CALIFORNIA_CONTACT {
    width: 50%;
    background:rgb(156, 247, 160);
    padding: 20px;
    position: relative;
    
}

.MIAMI, .CALIFORNIA {
    width: 160px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    background: #189d0e;
    display: block;
    margin: auto;
    border-radius: 20px;
    color: white;
    font-family: 'Cabin', sans-serif;
    transition: transform .2s;
}
.WSP_icon {
    width: 40px;
    position: absolute;
    bottom: 15%;
    left: 30%;
    z-index: 1;
}

.MIAMI:hover , .CALIFORNIA:hover {
    transform: scale(.9);
  }
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
.BG_CONTACT {
    width: 60%;
    margin: 50px auto;
    background-image: url(workplace.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.BOX_CONTACT {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    background-color: #000000ca;
    padding: 20px;
}
.Box_A_contact {
    width: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.contact_tittle {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
    color: white;
}
.contact_text {
    width: 80%;
    text-align: center;
    font-size: 16px;
    margin: auto;
    color: white;
}
.Box_B_contact {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.SubBox_A {
    width: 100%;
    display: block;
}
.Get_Quote {
    width: 260px;
    font-size: 28px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 600;
    display: block;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px black;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    color: white;
    animation: Quote 2s ease-in-out infinite alternate;
    background-image: linear-gradient(to left bottom, #f51111, #f01212, #eb1313, #e61313, #e11414);
}
.SubBox_B {
    width: 100%;
    display: none;
}
@keyframes Quote {
    0% {transform: scale(0.9);}
    100% {transform: scale(1);}
}
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
.FOOTER {
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    color: white;
    display: flex;
    flex-wrap: wrap;
}
.FOOTER p {
    font-family: 'Quicksand', sans-serif;
}

.BOXFOOTER_1 {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
}

.FOOTERINFO {
    width: 30%;
    margin: auto;
    padding: 10px;
}
.FOOTERINFO h2 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin: auto;
}
.FOOTERINFO p {
    width: 90%;
    font-size: 13px;
    text-align: justify;
    margin: auto;
    padding: 10px;
}
.FOOTERLOGO {
    width: 40%;
    margin: auto;
    padding: 20px;
}
.LOGO {
    width: 200px;
    display: block;
    margin: auto;
    
}
.FOOTERLOCAT {
    width: 30%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 20px;
}
.FOOTERLOCAT h2 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin: auto;
}
.MIAMI_LOCAT, .CALI_LOCAT {
    width: 100%;
    display: flex;
    padding: 10px;
}
.BOX_MIA, .BOX_CALI {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.MIA, .CALI {
    width: 100%;
    font-size: 16px;
    display: block;
    text-align: left;
    
}

.MIAMI_ICON, .CALI_ICON {
    width: 50px;
    display: block;
    margin: auto;
    justify-content: center;
}
.MIA_PHONE, .CALI_PHONE {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    font-size: 18px;
    align-content: center;
    justify-content: left;
    align-items: center;
    color: white;
    text-decoration: none;
}
.BOXFOOTER_2 {
    width: 100%;
}
.BOXFOOTER_2 p {
    width: 80%;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    margin: auto;
    border-top: white 2px solid;
}
body::-webkit-scrollbar {
    width: 15px;
}
body::-webkit-scrollbar-thumb {
    background: #59a8d3;
    border-radius: 2px;
}

















































