@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation:wght@400..700&family=Oswald:wght@200..700&display=swap');
/* font-family: "Oswald", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
/* font-family: "Pacifico", cursive; */
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');
/* font-family: "Platypi", serif; */

:root{
    --font-size-title:60px:
    --font-size2-title:30px;
    --primary-color:#fef007;
    --secondary-color:#1c1678;
    --extra-color:#fef007;
    --sombra-color: #00d0ff;
}

body {
    text-align: center;
    align-items: center;
    align-content: center;
    background: var(#ffffff);
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
    }

h1{
    font-family: "Oswald", sans-serif; 
    font-size: var(--font-size-title);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Pacifico", cursive;
    font-size: 30px;
}

p,
a,
li,
td,
input,
label {
    font-family: "Platypi", serif;
}

nav{
    display: flex;
}

nav .container{
    background: var(--primary-color);
}

nav img{
    width: 150px;
    margin-right: 200px;
    margin-left: 20px;
}

nav.bg-navefra ul li{
    font-family: "Platypi", serif;
    margin-right: 10px;
}

nav.bg-navefra ul li a{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    position: relative;
    bottom: 2px;
    left: 15px;
    transition: .4s;
}

nav.bg-navefra ul li a::after{
    width: 0;
    height: 3px;
    background: transparent;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 10px;
    transition: .4s;
}

nav.bg-navefra ul li a:hover{
    color: #000000;
}

nav.bg-navefra ul li a:hover::after{
    width: 30%;
    cursor: auto;
    background: #000000;
}



/* HERO */

#hero{
    display: flex;
    flex-wrap: wrap;
}

#hero .container{
    background: var(--primary-color);
}

.row{
    align-items: center;
}

.info h1{
    color: #000000;
    font-weight: 700;
    font-size: 80px;
    top: 20px;
}

.info p{
    color: #000000;
    font-weight: 400;  
    font-size: 18px;
    margin-bottom: 40px;
}

.info p a{
    font-size: 18px;
    text-decoration: underline;
    color: #000000;
}


.cont-foto{
    display: flex;
}

.cont-foto img{
    width: 400px;
    margin: 65px 0;
    margin-left: 25px;
}



/* ABOUT */

#about{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#about .container{
    background: #ffffff;
}

.cont-inf h2{
    font-weight: 400;
    color: #000000;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.cont-inf p{
    font-size: 18px;
    color: #000000;
}

.sombra{
    background: var(--primary-color);
    width: 270px;
    height: 350px;
    margin: 60px 50px;
    position: relative;
}

.sombra img{
    width: 270px;
    height: 350px;
    top: 35px;
    left: -35px;
    position: absolute;
}




/* VIDEOS */

#videos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#videos .container{
    background: var(--primary-color);
}
.cont-fotov img{
    width: 500px;
    margin: 60px 0;

}

.cont-infov h3{
    color: #000000;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.cont-infov p{
    color: #000000;
    font-size: 18px;
}




/* SERVICIOS */

#servicios{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#servicios .container{
    background: var(#ffffff);  
}

.cont-infos h2{
    color: #040404;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.cont-infos p{
    color: #000000;
    font-size: 18px;
}

.cont-infos img{
    width: 50px;
    margin: 20px 0;
}

.cont-fotos img{
    width: 500px;
    margin: 40px 0;
}






/* CONTACT */

#contacto{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    height: 250px;
}

#contacto .container{
    background: var(--primary-color);
}

#contacto h2{
    font-size: 40px;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 10px;
}

#contacto p{
    font-size: 18px;
    color: #000000;
}

#contacto p a{
    text-decoration: none;
    color: #06CDFF;
}






/* footer */

footer{
    text-align: center;
}


footer p{
    margin: 15px 0;
    color: #000000;
}







/* TABLET */

@media screen and (min-width:769px) and (max-width:992px){
    nav img{
        width: 180px;
    }
    nav.bg-navefra ul li a:hover::after{
        width: 10%;
    }
    
    /* hero */

    
    .info{
        text-align: center;
    }
    .info h1{
        font-size: 70px;
        margin: 20px 0;
    }
    .info p{
        font-size: 18px;
        margin-bottom: 40px;
    }

    .cont-foto img{
        width: 300px;
        margin: 50px auto;
    }
    
    
    
    /* ABOUT */ 
    .cont-inf h2{
        font-size: 60px;
        margin-top: 50px;
    }
    .sombra{
        width: 200px;
        height: 250px;
        margin: 30px auto;
        margin-bottom: 60px;
        position: relative;
        top: 0;
    }
    
    .sombra img{
        width: 200px;
        height: 250px;
        position: absolute;
    }
    
    
    
    
    /* VIDEOS */
    
    .cont-fotov img{
        width: 400px;
        margin-top: 50px;
    
    }
    
    .cont-infov h3{
        font-size: 60px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .cont-infov p{
        font-size: 20px;
    }
    
    .cont-redes a img{
        width: 50px;
        margin-top: 20px;
    }
    
    .cont-redes a img:first-child{
        margin-left: 100px;
    }
    
    
    
    
    /* SERVICIOS */
    
    
    
    .cont-infos h2{
        font-size: 60px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    
    .cont-infos p{
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .cont-infos img{
        width: 70px;
        margin-left: 0;
        margin-bottom: 30px;
    }
    
    .cont-fotos img{
        width: 450px;
    }
    
    
    
    
    
    
    /* CONTACT */
        
    #contacto p{
        font-size: 20px;
    }

}

@media screen and (min-width:601px) and (max-width:768px){

    body{
        max-width: 100%;
        overflow-x: hidden;
    }

    nav.bg-navefra ul li a:hover::after{
        width: 0;
    }

    /* HEADER */
    nav img{
        width: 180px;
    }

    /* HERO */
    
    .info h1{
        font-size: 50px;
        margin: 10px 0;
    }
    .info p{
        font-size: 18px;
        margin-bottom: 40px;
    }

    .info a{
        font-size: 15px;
    }
    .cont-foto img{
        width: 260px;
        margin: 50px auto;
    }

    
    
    
    /* ABOUT */
    .cont-inf h2{
        font-size: 40px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .sombra{
        width: 150px;
        height: 200px;
        left: 160px;
        position: 0;
        top: 0;
    }
    
    .sombra img{
        width: 100%;
        height: 100%;
    }
    
    
    
    
    /* VIDEOS */
    .cont-fotov img{
        width: 300px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .cont-infov h3{
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .cont-infov p{
        font-size: 18px;
    }
    
    .cont-redes a img{
        width: 50px;
        margin-left: 60px;
        margin-top: 20px;
    }
    .cont-redes a img:first-child{
        margin-left: 65px;
    }
    
    
    
    /* SERVICIOS */
    .cont-infos h2{
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .cont-infos p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .cont-infos img{
        width: 50px;
        margin: 10px auto;
    }
    
    .cont-fotos img{
        width: 350px;
    }
    
    
    
    
    
    
    /* CONTACT */
        
    #contacto h2{
        margin-top: 30px;
    }
    #contacto p{
        font-size: 20px;
    }

}




/* PHONE */

@media screen and (max-width: 600px){

    body{
        max-width: 100%;
        overflow-x: hidden;
    }
    
    nav img{
        width: 160px;
        margin: 0 auto;
    }
    nav.bg-navefra ul li a:hover::after{
        width: 0;
    }

    /* HERO */
    .info h1{
        font-size: 60px;
        margin: 20px 0;
    }
    .info p{
        font-size: 18px;
        margin-bottom: 40px;
    }

    .cont-foto img{
        width: 250px;
        margin: 40px auto;
    }
    
    
    
    /* ABOUT */
    .cont-inf h2{
        font-size: 40px;
        margin-top: 40px;
    }
    .cont-inf p{
        font-size: 16px;
    }
    .sombra{
        width: 150px;
        height: 200px;
        margin: 60px auto;
        margin-top: 20px;
        top: 0;
    }
    
    .sombra img{
        width: 150px;
        height: 200px;
        top: 35px;
        left: -35px;
    }
    
    
    
    
    /* VIDEOS */
    .cont-fotov img{
        width: 250px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .cont-infov h3{
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    .cont-infov p{
        font-size: 18px;
    }
    
    .cont-redes a img{
        width: 50px;
        margin: 20px auto;
    }
    
    .cont-redes a img:first-child{
        margin-left: 60px;
    }
    
    
    
    
    /* SERVICIOS */
    
    .cont-infos h2{
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .cont-infos p{
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .cont-infos img{
        width: 50px;
        margin-bottom: 20px;
        margin-left: 0;
    }
    
    .cont-fotos img{
        width: 200px;
        margin-bottom: 30px ;
    }
    
    
    
    
    
    
    /* CONTACT */
        
    #contacto p{
        font-size: 18px;
    }
}
