/* ---------------------------------------------------------Principal-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
    font-family: "nunito";
}
/*------------------------------------------------------------------body---------------------------------------------------------------------- */
body{
    min-height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff00;
}
/*------------------------------------------------------------------Animación cambio de color fondo---------------------------------------------------------------------- */

        .bodyb{
            /* background: rgb(255,255,255); 
            background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(132,213,252,1) 49%, rgba(13,89,246,1) 100%);  */
            min-height: 100vh;
            min-width: 100vw;
            position: absolute;
            z-index: 5;
            overflow: hidden;
            background-color: #020f2b;
        }
        .bodyb_move{
            min-height: 100vh;
            min-width: 100vw;
            position: absolute;
            z-index: 5;
            overflow: hidden;
            animation-delay: 3.5s;
            animation-duration: 7s;
            animation-fill-mode: forwards;
            animation-name: bodyb;
            background-color: #020b1f;
        }
        @keyframes bodyb{
            0%{
                opacity: 100%;
                background-color: #040f25;
            }30%{
                opacity: 0%; 
            }65%{ 
                background-color: #ffffff;
            }80%{
                background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(132,213,252,1) 49%, rgb(10, 63, 168) 100%  ); 
            }100%{
                opacity: 100%;
                background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(132,213,252,1) 49%, rgb(10, 63, 168) 100%); 
            }
        }

/* ---------------------------------------------------------Header------------------------------------------------------- */
header{
    width: 100vw;
    position: relative;
    top: 0px;
    z-index: 98;
    color: rgb(0, 38, 255);
}
        .menuc{
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 70px;
            min-width: 200px;
        }
        .menuh{
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-right: 20px;
        }
        .swal2-html-container{
            font-size: 1.4rem!important;
        }
        .swal2-container{
            backdrop-filter: blur(5px)!important;
        }
        .swal2-popup{
            border-radius: 30px!important;
        }
/* ----------------------------------------------------Boton house-------------------------------------------------- */

        .homeb{
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            padding: 5px 8px;
            transition: all 400ms;
        }
            .homep{
               position: absolute;
               top: 10px;
               left: 10px;
               font-size: 2rem;
            }
        .homeb:hover{
            background-color: #062b7a;
            transition: all 400ms;
        }
        .homeb:hover a{
            color: #fff;
            transition: all 500ms;
            font-size: 2.3rem;
        }
        .menuc a{
            font-size: 2rem;
            color: rgb(0, 38, 255);
            transition: all 400ms;
        }
        .logoh{
            margin-top: 50px;
            display: flex;
            justify-content: space-around;
            align-items: end;
            position: relative;
            z-index: 100;
            height: 100px;
            margin-left: 10px;
        }
/* ------------------------------------------------Titulo------------------------------------------------------- */

        header h1{
            padding: 0px 0px 10px 20px;
            font-size: 3em;
            font-weight: 800;
        }
/* --------------------------------------------Barras de color cabezera------------------------------------------ */

        .bar{
            width: 100%;
            background-color: #7a5b06;
            height: 15px;
            display: flex;
        }
        .bar1{
            width: 33%;
            background: rgb(82,222,255);
            background: linear-gradient(90deg, rgba(82,222,255,1) 0%, rgba(3,41,121,1) 100%);
        }
        .bar2{
            width: 33%;
            background: #01a52a;
            background: linear-gradient(270deg, rgba(135,255,82,1) 0%, rgba(7,121,3,1) 100%);
        }
        .bar3{
            width: 34%;
            background: rgb(255,183,82);
            background: linear-gradient(90deg, rgba(255,183,82,1) 0%, rgba(121,70,3,1) 100%);
        }
/* ---------------------------------------------------------Contenido----------------------------------------------------------- */
     
        .contenido{
            background-color: #ffffff00;
            backdrop-filter: blur(5px);
            width: auto;
            position: relative;
            z-index: 97;
            min-height: 57vh;
            border-radius: 25px;
            margin-top: 5vh;
            margin-left: 15vw;
            margin-right: 15vw;
        
        }
        .content_move{
            background-color: #ffffff85;
            backdrop-filter: blur(2px);
            width: auto;
            opacity: 0%;
            position: relative;
            z-index: 97;
            height: 57vh;
            border-radius: 0px 0px 25px 25px ;
            margin-left: 15vw;
            padding: 2vh;
            margin-right: 15vw;
            animation-delay: 4s;
            animation-duration: 5s;
            animation-fill-mode: forwards;
            animation-name: contentmove;
        }
        .centinfo{
            text-align: center;
        }
/* ---------------------------------------------------------Configuración contenido----------------------------------------------------------- */
       
        .imgesc{
            display: flex;
            width: 100%;
            flex-direction: row;
            justify-content: space-around;
            height: 85px;
        }
        .imgesc img{
            height: 75px;
            width: 75px;
            padding: 5px;
            transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .imgesc img:hover{
            height: 85px;
            width: 85px;
            padding: 5px;
            transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .info, .info1, .info2, .info3, .info4{
            display: none;
        }
        .tit_info, .tit_info1, .tit_info2, .tit_info3, .tit_info4{
            display: none;
        }
        .tit_info_move{
            display: flex;
            margin-top: -5px;
           justify-content: center;
            font-size: 1.1em;
            color: #028122;
            font-weight: 800;
        }
        #info, #info1, #info2, #info3, #info4{
            font-size: 1rem;
        }
        #info{
            background-color: #bedbff;
            border: 3px solid #59a5ff;
        }
        #info1{
            background-color: #66bb6a;
            border: 3px solid #07610b;
        }
        #info2{
            background-color: #df8b1c;
            border: 3px solid #96650a;
        }
        #info3{
            background-color: #ff9f00;
            border: 3px solid #8b5702;
        }
        #info4{
            background-color: #929292;
            border: 3px solid #494949;
        }
        .opc, .opc1, .opc2, .opc3, .opc4{
            border-radius: 15px;
        }
/* ---------------------------------------------------------Clases javascript para ocultar o mostrar----------------------------------------------------------- */

        .info_move{
            display: flex;
            position: absolute;
            border-radius: 35px;
            background-color: #bedbff;
            border: 3px solid #59a5ff;
            bottom: -160px;
            left: 300px;
            justify-content: center;
            padding: 10px;
            z-index: 999;
            height: 80px;
            width: 350px;
            display: flex;
            justify-content: center;
        }
        .opc_move{
            text-decoration: none;
            background-color: #4f4d9c;
            border-radius: 15px;
        }
        .content_move h1{   
            color: #028122;
            font-size: 2.5rem;
            font-weight: 800;
        }
        .content_move p{   
            color: #252525;
            font-size: 1.5rem;
            font-weight: 600;

        }
            @keyframes contentmove{
                0%{
                    
                }100%{
                    opacity: 100%;
                }
            }
        .continic{
            width: 100vw;
            height: 100vh;
            display: flex;
            position: absolute;
            top: 0px;
        }
/* --------------------------------------------Animaciones circulo incial---------------------------------------- */
        .inic{
            z-index: 99;
            width: 100vw;
            height: 100vh;
            background: rgb(255,94,0);
            /* background: linear-gradient(270deg, rgba(255,94,0,1) 0%, rgba(39,255,0,1) 50%, rgba(0,69,255,1) 100%);    top: 0px; */
            background: linear-gradient(90deg, rgba(0,69,255,1),rgba(39,255,0,1),rgba(255,94,0,1),rgba(0,69,255,1),rgba(39,255,0,1),rgba(255,94,0,1),rgba(0,69,255,1),rgba(39,255,0,1),rgba(255,94,0,1));
            display: flex;
            justify-content: center;
            align-items: center;
            background-size: 400% 400%;
            animation: ones 50s ease-in-out infinite;
        }
        @keyframes ones{
			0%{background-position: 0 50%;}
			50%{background-position: 100% 50%;}
			100%{background-position: 0 50%;}
		}
        .inic_move{ 
            z-index: 99;
            width: 100vw;
            height: 100vh;
            background: rgb(255,94,0);
            background: linear-gradient(270deg, rgba(255,94,0,1) 0%, rgba(39,255,0,1) 50%, rgba(0,69,255,1) 100%);    
            top: 0px;
            animation-delay: 3s;
            animation-duration: 2s;
            animation-fill-mode: forwards;
            animation-name: one;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        @keyframes one{
            0%{
                transform: scale(1);

            }100%{
                border-radius: 100%;
                transform: scale(0); 
                opacity: 0%;
            }
        }
/* ----------------------------------------------------Animaciones pantalla inicial---------------------------------------------------------- */
        .prin{
            background-color: #ffffff9a;
            backdrop-filter: blur(5px);
            width: 400px;
            border-radius: 15px;
            min-height: 57vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
        }
        .prin_move{
            background-color: #ffffffa9;
            backdrop-filter: blur(5px);
            width: 400px;
            border-radius: 15px;
            min-height: 57vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            animation-duration: 1.5s;
            animation-fill-mode: forwards;
            animation-name: prin1;
            padding: 20px;
        }

/* --------------------------------------------Animaciones fondo pantalla de inicio---------------------------------------- */
        @keyframes prin1{
            0%{
                transform: scale(1);
            }25%{
                transform: scale(1.1); 
            }100%{
                transform: scale(0); 
            }
        }
        .fondofamily{
            position: fixed;
            right: 20px;
            bottom: 0px;
            z-index: -1;
            animation-duration: 30s;
            animation-fill-mode: forwards;
            animation-name: fondofami;
            animation-iteration-count: calc(3)
        }
            @keyframes fondofami{
                0%{
                    transform: scale(1);
                }50%{
                    transform: scale(1.1); 
                }100%{
                    transform: scale(1);
                }
            }
            .fondofamily_move{
                position: fixed;
                right: 20px;
                bottom: 0px;
                z-index: -1;
                animation-fill-mode: forwards;
                animation-duration: 2s;
                animation-name: fondofamily2;
            }
                @keyframes fondofamily2{
                    0%{
                        opacity: 100%;
                    }100%{
                        opacity: 0%;
                    }
                }
        .fondoninos{
            position: fixed;
            left: 0px;
            bottom: 0px;
            z-index: -1;
            animation-duration: 30s;
            animation-fill-mode: forwards;
            animation-name: fondoninos;
            animation-iteration-count: calc(3)
        }
            @keyframes fondoninos{
                0%{
                    transform: scale(1);
                }50%{
                    transform: scale(1.1); 
                }100%{
                    transform: scale(1);
                }
            }
        .fondoninos_move{
            position: fixed;
            left: 0px;
            bottom: 0px;
            z-index: -1;
            animation-fill-mode: forwards;
            animation-duration: 2s;
            animation-name: fondoninos2;
        }
            @keyframes fondoninos2{
                0%{
                    opacity: 100%;
                }100%{
                    opacity: 0%;
                }
            }
            .fondotruck{
                position: fixed;
                display: flex;
                justify-content: center;
                bottom:350px;
                height: 20vw;
                z-index: -2;
                animation-duration: 30s;
                animation-fill-mode: forwards;
                animation-name: fondotruck;
                animation-iteration-count: calc(5)
            }
            @keyframes fondotruck{
                0%{
                    opacity: 0%;
                    transform: scale(1.1);
                }25%{
                    opacity: 100%;
                }50%{
                    transform: scale(1); 
                }80%{
                    opacity: 100%;
                    transform: scale(1.1);
                }100%{
                    opacity: 0%; 
                }
            }
        .fondotruck_move{
            position: fixed;
            display: flex;
            justify-content: center;
            bottom:350px;
            height: 20vw;
            z-index: -2;
            animation-fill-mode: forwards;
            animation-delay: 1.5s;
            animation-duration: 2s;
            animation-name: fondotruck2;
        }
            @keyframes fondotruck2{
                0%{

                }95%{
                    transform: translateX(-1400px);
                }100%{
                    opacity: 0%;
                }
            }
/* --------------------------------------------Logo principal---------------------------------------- */
            
        .logoprin{
            background-color: #fff;
            border-radius: 50%;
            height: 40vh;
            width: 40vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .logoprin img{
            height: 24vh;
            width: 25vh;
        }
        .prin h1{
            font-size: 2.3rem;
            font-weight: 800;
            margin-bottom: -5px;
        }
/* --------------------------------------------Boton de inicio---------------------------------------- */
        .anima{
            width: 250px;
            height: 60px;
            border-radius: 20px;
            font-weight: 800;
            font-size: 2rem;
            background-color: #062b7a;
            border: 3px solid #ffffff00;
            color: #fff;
            transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
        }
        .anima:hover{
            font-size: 2.2  rem;
            background-color: #ffffff;
            border: 3px solid #0639e2;
            color: #0639e2;
            transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
        }
     

/* -----------------------------------------------------------------Footer------------------------------------------------------------ */
footer{
    position: absolute;
    z-index: 10;
}
    
        .sectionf{
            background-color: rgb(151, 103, 0);
            height: 13vh;
            width: 100vw;
            border-top: 3rem solid #067a15;
            border-radius: 20px;
        }
        .tierra{
            background-color: #067a15;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 26px 19.5px 0 7.5px;
            border-color: #067a15 rgb(151, 103, 0);
            position: absolute;
            margin-left: 50px;
        }
        .tierra1{
            background-color: #067a15;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 12.5px 0 7.5px;
            border-color: #067a15 rgb(151, 103, 0);
            position: absolute;
            margin-left: 75px;
        }
        .tierra2{
            background-color: #067a15;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 19.5px 0 7.5px;
            border-color: #067a15 rgb(151, 103, 0);
            position: absolute;
            margin-left: 50vw;
        }
        .tierra3{
            background-color: #067a15;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 6.5px 0 7.5px;
            border-color: #067a15 rgb(151, 103, 0);
            position: absolute;
            margin-left: 47.5vw;
        }
        .tierra4{
            background-color: #067a15;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 35px 12.5px 0 7.5px;
            border-color: #067a15 rgb(151, 103, 0);
            position: absolute;
            margin-left: 48.5vw;
        }
        .tierra5{
            background-color: #067a15;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 12.5px 0 7.5px;
            border-color: #067a15 rgb(151, 103, 0);
            position: absolute;
            right: 50px;
        }
        .tierra6{
            background-color: #067a15;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 19.5px 0 7.5px;
            border-color: #067a15 rgb(151, 103, 0);
            position: absolute;
            right: 75px;
        }
        .logof{ 
            margin-top: -8vh;
            height: 5vh;
            border-radius: 50% 50% 0% 0%;
            background-color: #5c4402;
            border-top: 15px solid #97730f;
        }
        .logof2{ 
            margin-top: -4vh;
            height: 6vh;
            border-radius: 50% 50% 0% 0%;
            background-color: #3f2f03;
        }
        .fondo{
            width: 300px;
            height: 300px;
            z-index: 100;
            right: 20px;
            bottom: 8vw;
            position: absolute;
        }
        .fondo1{
            width: 300px;
            height: 300px;
            z-index: 100;
            left: 30px;
            bottom: 6.5vw;
            position: absolute;
        }
        .fondo32{
            width: 450px;
            height: 450px;
            z-index: -1;
            right:  80px;
            bottom: 3.5vw;
            position: absolute;
        }
        .fondo2{
            display: flex;
            opacity: 0%;
            left: -115px;
            width: 600px;
            height: 600px;
            bottom: 28.5vw;
            z-index: 0;
            position: absolute;
            animation-duration: 10s;
            animation-iteration-count: infinite;
            animation-name: solr;
            transition: all 2000ms;
        }
            @keyframes solr{
                0%{
                    transform: rotate(360deg);
                }50%{
                    transform: rotate(0deg);
                }100%{
                    transform: rotate(360deg);
                }
        }
        .encabezadof{
            position: fixed;
            bottom: -10px;
            z-index: 500;
            width: 95vw;
            left: 30px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        } 
        .encabezadof p{
            color: #fff;
            font-size: 0.9rem;
            font-weight: 600;
            text-shadow: 2px 2px 5px #000;
        }
        .footerenc{
            position: inherit;
            z-index: 300;
            bottom: 0px;
            left: 0px;
            width: 300px;
            height: 75px;
            border-radius: 20px 20px 0px 0px;
            background-color: #ffffff7a;
            backdrop-filter: blur(5px);
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 5px;
            
        }
        .logofem{
            height: 60px;
        }
        .logofem1{
            height: 80px;
        }
        .empf{
            position: absolute;
            bottom: 0px;
            right: 15px;
            font-size: 0.9rem;
            text-align: end;
            color: #fff;
        }

/* ------------------------------------------Responsive dispositivos de mas de 1366px-------------------------------- */
@media (min-width: 1367px) {
    .menuc {
        height: 110px;
    }
    .logoh{
        margin-top: 95px;
    }
    .logoh img{
        height: 130px;
    }
    .prin h3{
       font-size: 1.5rem;
    }
    .prin h1{
        font-size: 2.8rem;
     }
     .homeb {
        width: 60px;
        height: 60px;
    }
     .menuc a {
        font-size: 2.5rem;
    }
    .content_move h1 {
        font-size: 3.5rem;
    }
    .content_move p {
        font-size: 1.8rem;
    }
    #info, #info1, #info2, #info3, #info4{
        font-size: 1.8rem;
    }
    .tit_info_move {
        font-size: 1.4em;
    }
    .info_move {
        margin-right: 15vw;
        width: 68vw;
        left: 0px;
        bottom: -195px;
        padding: 20px;
        height: 110px;
    }
    .imgesc img {
        height: 110px;
        width: 110px;
    }
    .prin {
        width: 500px;
        min-height: 72vh;
    }
    .prin_move {
        width: 500px;
        min-height: 72vh;
    }
    footer{
       bottom: 0px;
    }
    .fondo2{
        left: -167px;
        width: 800px;
        height: 800px;
        bottom: 32.5vw;
    }
}

/* ------------------------------------------Responsive dispositivos de menos 1366px-------------------------------- */
@media (min-width: 769px)and (max-width: 1366px){

    #info, #info1, #info2, #info3, #info4{
        font-size: 1.2rem;
    }
    .info_move {
        margin-right: 15vw;
        width: 67vw;
        left: 0px;
        bottom: -140px;
        padding: 20px;
        height: 70px;
    }

    .footerm_move{
        position: absolute;
        z-index: 10;
        bottom: 25px;
        animation-fill-mode: forwards;
        animation-delay: 3s;
        animation-duration: 5s;
        animation-name: footerm;
    }
        @keyframes footerm{
            0%{
                transform: translatey(400px);
            }35%{
                transform: translatey(25px);
            }60%{
                transform: translatey(35px);
            }82%{
                transform: translatey(25px);
            }100%{
                transform: translatey(30px);
            }
        }

}
/* ------------------------------------------Responsive dispositivos de menos de 768px-------------------------------- */
@media (max-width: 768px) {
    html{
        -ms-text-size-adjust: 100%;
    }
    .tierra , .tierra1 , .tierra2 , .tierra3, .tierra4{
        display: none;
        bottom: 2vw;
    }
    .contenido{
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .content_move{
        height: 49vh;
    }
        .content_move h1{   
            color: #028122;
            font-size: 1.5rem;
            font-weight: 800;
        }
        .tit_info_move{
            font-size: 0.8em;
        }
    .imgesc img{
        height: 45px;
        width: 45px;
    }
    .imgesc img:hover{
        height: 75px;
        width: 75px;
    }
    .content_move {
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .content_move p{   
        color: #252525;
        font-size: 0.9rem;
        font-weight: 600;
    }
    .info_move{
        left: 0px;
        bottom: -125px;
        width: auto;
    }
    .fondofamily{
        display: none;
    }
    .fondofamily_move{
        display: none;
    }
    .fondoninos{
        height: 24vh;
        animation-duration: 30s;
        animation-fill-mode: forwards;
        animation-name: fondoninos;
        animation-iteration-count: calc(3)
    }
        @keyframes fondoninos{
            0%{
                transform: scale(1);
            }50%{
                transform: scale(1.1); 
            }100%{
                transform: scale(1);
            }
        }
    .fondoninos_move{
        height: 30vh;
        animation-fill-mode: forwards;
        animation-duration: 2s;
        animation-name: fondoninos2;
    }
        @keyframes fondoninos2{
            0%{
                opacity: 100%;
            }100%{
                opacity: 0%;
            }
        }

    .fondo1{
        display: none;
    }
    .fondo2{
        display: none;
    }
    .resp{
        display: flex;
        left: -60px;
        bottom: 150.5vw;
        width: 350px;
        height: 350px;
    }
            
    .fondo{
        right: 20px;
        bottom: 31vw;
    }
    .fondo32{
        z-index: -1;
        right:  0px;
        bottom: 11.5vw;
    }
    .logoh{
        justify-content: start;
        height: 60px;
    }
    .logoh img{
        height: 60px;
    }
    .prin{
        width: 300px;
    }
    .prin_move{
        width: 300px;
    }
    .logoprin{
        height: 30vh;
        width: 30vh;
    }
    .logoprin img{
        height: 16vh;
        width: 19vh;
    }
    .prin h1{
        font-size: 1.8rem;
    }
    .fondotruck{
        bottom:300px;
        height: 30vw;
    }
.fondotruck_move{
    bottom:300px;
    height: 30vw;
    }
    .encabezadof{
        bottom: -5px;
        left: 10px;
    } 
    .encabezadof p{
        font-size: 0.7rem;
    }
    .footerm_move{
        position: absolute;
        z-index: 10;
        bottom: 100px;
        animation-fill-mode: forwards;
        animation-delay: 3s;
        animation-duration: 5s;
        animation-name: footerm;
    }
        @keyframes footerm{
            0%{
                transform: translatey(380px);
            }35%{
                transform: translatey(43px);
            }60%{
                transform: translatey(52px);
            }82%{
                transform: translatey(43px);
            }100%{
                transform: translatey(46px);
            }
        }
        .empf{
            display: none;
        }
}
