@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

@font-face{
    font-family: 'BillionDreams';
    src:url(/fonts/BillionDreams_PERSONAL.ttf);
}

@font-face{
    font-family: 'CASTLEN';
    src:url(/fonts/CASTLEN.TTF);
    font-weight: bold;
}




* {
    margin: 0;
    margin: 0;
     box-sizing: border-box;
     padding: 0;
     text-decoration: none;
        
    }

    .caja-header {
        text-align: center;
        align-items: center;
        position: fixed; /* Con Fixed solucionamos que se quede fijo y ya los otros no necesitan llevar fixed, además los otros tampoco necesitarían el z-index: */
        z-index: 2500;
        width: 100%;
        /*border: solid 1px red;*/
    }

    .topSuperior {
        /*border: solid 2px red;*/
        height: 80px;
        display: flex;
        text-align: center;
        margin: auto;
        /*z-index: 2000;*/
        /*position: fixed;*/
        top: 0px;
        background-image: url(images/Header-Background.jpg);
        background-repeat: no-repeat;
        /*background-color: #dddddd;*/
    }

    .enlace {
        position: absolute;
        padding: 10px 40px;
    }

    .logo {
        width: 80%;
        float: left;
    }

    .navegador-container {
        display: flex;
        text-align: center;
        align-items: center;
        margin: auto;
        max-width: 70%;
        /*border: solid 2px yellow;*/
        /*position: fixed;*/
        z-index: 2500;


    }

    nav {
        background: #e2e7ed;
        width: 75%;
        height: 80px;
        margin-top: 40px; /* La separación del navegador de la parte top */
    }
    
    

    nav ul {
        float: left;
        margin-right: 5px;
    }

    nav ul li {
        display: inline-block;
        line-height:  80px;
        margin: 0 0px;
    }


    nav ul li a {
        color: black;
        font-size: 18px;
        padding: 7px 13px;
        border-radius: 3px;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
    }

    li a.active {
        background: #8e99ff;
        color: white;
        transition: .5s;
    }

    li a:hover{
        background: #8e99ff;;
        transition: .5s;
    }

    li a.btn-Menu {
        color: black;
    }

    li a.btn-Menu:hover {
        color: white;
    }

    .checkbtn{
        font-size: 30px;
        color: #fff;
        float: right;
        line-height: 80px;
        margin-right: 40px;
        cursor: pointer;
        display: none;
    }
    #check{
        display: none;
    }

    .Whats-Area {
        background-image: url(images/Back-Whatsapp.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 30%;
        /*height: 100vh;*/
        display: flex;
        margin-top: 40px;
        /*border: solid 1px black;*/
        height: 80px;
    }

    .numTel-Area {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .whats-icon-area {
        width: 40%;
        /*border: solid 2px yellow;*/   
    }

    .WhatsApp-logo {
        width: 60%;
    }

    .whats-number {
        width: 100%;
    }

    .Txt-Telefono {
        font-family: 'Fira Sans', sans-serif;
        color: white;
        font-weight: 500;
        /*border: solid 2px pink;*/
        width: 100%;
        font-size: 17px;
    }

    .section5{
        background: url(images/bg.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        height: calc(100vh - 80px);
    }


    
    @media (max-width: 980px){

        .checkbtn{
            display: block;
        }
        ul{
            position: fixed;
            width: 100%;
            height: 100vh;
            background: rgba(000, 000, 000, 0.4);
            top: 80px;
            left: -100%;
            text-align: center;
            transition: all .5s;
        }

        nav {
            background: #e2e7ed;
            width: 70%
            height: 80px;
            width: 100%;
            margin-top: 18px;
        }


        .enlace{
            padding-left: 5px;
        }

        nav ul {
            float: left;
            margin-right: 5px;
        }
    
        

        nav ul li a{
            font-size: 13px;
            color: white;
            font-family: 'Fira sans', sans-serif;
            font-size: 20px;
        }

        nav ul li{
            display: block;
            margin: 50px 0;
            line-height: 30px;
            border-bottom: 1px solid #d7e8ff;
            width: 100%;
            
        }

        li a:hover, li a.active{
            background: none;
            color: rgb(220, 255, 65);
        }

        #check:checked ~ ul{
            left:0;
        }

        .logo {
            width: 59%;
            float: left;
        }

        .navegador-container {
            display: flex;
            text-align: center;
            align-items: center;
            margin: auto;
            max-width: 550px;
            /*border: solid 2px yellow;*/
            z-index: 200;
        }

        .Whats-Area {
            background-image: url(images/Back-Whatsapp.jpg);
            background-repeat: no-repeat;
            background-size: auto; /* Para que llene toda el área */
            width: 20%;
            /*height: 100vh;*/
            display: flex;
            margin-top: 18px;
            /*border: solid 1px black;*/
            height: 80px;
        }

        .whats-icon-area {
            width: 100%;
            /*border: solid 2px yellow;*/ 
        }
    
        .WhatsApp-logo {
            width: 110%;
            margin-left: 20px;
        }

        .Txt-Telefono {
            display: none;
        }
    }



    /* /////////////////////////////////////// */
    
    @media (max-width: 700px){

        .checkbtn{
            display: block;
        }

        ul{
            position: fixed;
            width: 100%;
            height: 100vh;
            background-image: url(images/Ubica-background.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            /*background: #6bdafe;*/
            top: 115px; /* para que quede abajo del menú de hamburguesa */
            left: -100%; /* para qque quede afuera del dom */
            text-align: center;
            transition: all .5s;
        }

        .navegador-container {
            /*transform: translateX(30px);*/ /* si le ponemos aquí 30px en ul debemos agregarle al 100% un 30 para que quede en -130%*/
            /*border: solid red 3px;*/
            padding-top: 42px; /* Aquí bajamos el navegador para que deje ver el logo */
        }

        nav {
            background: #e2e7ed;
            width: 70%
            height: 80px;
            width: 100%;
            margin-top: 10px;
            color: white;
        }

        nav ul li{
            display: block;
            margin: 50px 0;
            line-height: 30px;
            border-bottom: 1px solid #d7e8ff;
            width: 100%;
            color: white;
        }
        nav ul li a{
            font-size: 20px;
            color: white;
            
        }

        
        li a:hover, li a.active{
            background: none;
            color: rgb(220, 255, 65);
        }
        #check:checked ~ ul{
            left:0;
        }

        .Whats-Area {
            background-image: url(images/Back-Whatsapp.jpg);
            background-repeat: no-repeat;
            background-size: auto; /* Para que llene toda el área */
            width: 20%;
            /*height: 100vh;*/
            display: flex;
            margin-top: 10px;
            /*border: solid 1px black;*/
            height: 80px;
        }

        .whats-number {
            display: none;
        }

        .whats-icon-area {
            width: 70%;
            /*border: solid 2px yellow;*/ 
        }

        .WhatsApp-logo {
            width: 90%;
        }

        
    }













