@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,100;1,200&display=swap');

*,* ::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: 'Poppins', sans-serif;
    background: #292929;
}
body::-webkit-scrollbar {
    width: 5px;
    background: #001842;
}

body::-webkit-scrollbar-thumb {
    background: rgba(196, 195, 194, 0.226);
    border-radius: 8px;
}
:root {
    --bg-color: #191f36;
    --snd-bg-color: #262840;
    --text-color: #fff;
    --main-color: #59B2F4;
    --gray-color:rgb(189, 191, 192)4;
    --title-color: #c57a0a;

}
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

.modal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 50;
    animation: modal 2s 3s forwards;
    position: fixed;
    visibility: hidden;
    opacity: 0;

}

.contenido {
    margin: auto;
    width: 40%;
    height: 30%;
    background: white;
    border-radius: 10px;
    border: 50px solid rgb(36, 36, 36);
}

.contenido img {
    height: 80px;
    width: 100px;
    margin: 10px auto;
    display: flex;
}

.contenido h2 {
    text-align: center;
    padding-top: 30px;
    color: #f58e09;
}

.contenido p {
    padding: 5px 20px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.contenido span {
    font-weight: 600;
}

#cerrar {
    display: none;
}

/* #btn-cerrar {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
} */
#btn-cerrar i {
    font-size: 25px;
    
    font-weight: bold;
    padding: 8px 11px;
}

#cerrar + label {
    position: fixed;
    color: #ffff;
    z-index: 51;
    background: rgba(248, 87, 87, 0.479);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    cursor: pointer;
    animation: modal 2s 3s forwards;
    visibility: hidden;
    opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
    display: none;
}

@keyframes modal {
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .contenido {
    width: 80%;
    height: auto;
    background: rgb(1, 3, 39);
    border: 20px solid rgb(36, 36, 36);
    }

    #cerrar + label {
        top: 20px;
        right: 20px;
    }
    
}

@media (min-width: 769px) {

    .modal {
        display: none;
    }
    .contenido, #cerrar + label {
        display: none;
    }
}


.menu {
    background-color: rgba(17, 17, 17, 0.945);
    height: 75px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 5;
}

.menu .logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    
}
.logo {
    color: #fff;
    font-size: 25px;
    padding: 0 60px;

    
}

.logo img {
    height: 40px;
    width: 45px;
    margin: 0 8px;
    padding-bottom: 2px;

}
.menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
}

.menu_items li {
    /* border-radius: 50px; */
    margin: 0 5px;
}

.menu_items li a {
    padding: 2px 13px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    color: #fff;
}

.menu_items li:hover, li.active {
    border-bottom: 3px solid rgb(252, 122, 0);
    /* background-color: rgb(252, 122, 0); */
    transition: .6s ;
}

.btn_menu {
    margin-right: 30px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
}

ul.show {
    top: 65px;
}

@media screen and (max-width:952px) {
    .logo {
        font-size: 15px;
        padding-left: 25px;
    }
    .menu_items li a {
        font-size: 16px;
    }
}

@media screen and (max-width:858px) {
    .menu {
        height: 65px;
    }
    .btn_menu {
        display: inline-flex;
    
    }
    .menu_items {
        position: fixed;
        width: 100vw;
        height: calc(40% - 65px);
        background: #414141;
        top: -100vh;
        text-align: center;
        transition: all .4s;
        flex-direction: column;

    }

    .menu_items li {
        margin: 30px 0 0 0;
        line-height: 30px;
    }
    .menu_items li:hover {
        background: rgb(252, 122, 0);
        border-radius: 1px;
    }

    .menu_items li a {
        font-size: 14px;
        color: #fff;
        
    }

    .menu_items li a:hover {
        color: #fcfcfc;
    }
    .logo {
        font-size: 15px;
        padding-left: 35px;
       
    }
}

@media screen and (max-width:858px) and (orientation: landscape) {
    .menu_items li {
        margin: 5px 0 0 0;
    }
    .menu_items {
        overflow: scroll;
        height: calc(60% - 65px);
    }

    .menu_items li:hover {
        background-color: rgb(252, 122, 0);
        
    }
        
}



header{
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25rem;
    background: rgba(0, 0, 0, 0.8) url(/jpg/bgd_f01.png);
    background-size: cover;
    background-blend-mode: darken;
    /* background: rgba(85, 153, 85, 0.521); */
    /* flex-direction: column; */
    background-repeat: no-repeat;

}


.header-content {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: whitesmoke;
    text-align: center;
    width: 100%;
    
}

.header-content h2 {
    font-size: 14px;
    font-weight: 400;
    color: #fafafa;
}


.blog {
    /* display: flex;
    width: 70%;
    justify-content: space-between; */


    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /*width: 1100px; original*/
    justify-content: center;
    align-items: center;
    /*min-height: 100vh;original*/
    min-height: 50vh;

}

.concep {
    background: #ffffff;
    margin: 0 30rem;
    
}

.concep .ruta {
    background: #434444;
    height: 50px;
    padding-top: 15px;
    color: #d2d3d3;
}

.concep .ruta .rut {
    padding-left: 20px ;
    
}

.concep .ruta a {
    text-decoration: none;
    color: #b5db0a;
    font-size: 18px;
}

.concep p {
    font-size: 18px;
}
@media (max-width: 1024px) {
    .concep {
        margin: 0 auto;
    }

    .concep .ruta {
        padding: 15px 80px;
    }
}

@media (min-width: 1025px) {
    .concep {
        margin: 0 180px;
    }
}


.it-blog {
    width: 280px;
    height: 360px;
    padding: 2rem 1rem;
    background: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    transition: 0.5s ease-in-out;

    width: 320px;
    margin: 20px;
    padding: 40px 30px;

}

.it-blog:hover {
    transform: translateY(20px);
}

.it-blog:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(0, 176, 155, 0.5), rgba(150, 201, 61,1)); */
    background: linear-gradient(to bottom, rgba(8, 167, 230, 0.5), rgb(201, 140, 61));
    z-index: 2;
    transition: 0.5s all;
    opacity: 1;

}

.it-blog:hover:before {
    opacity: 1;
}

.it-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;

}

.it-blog .info {
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 1;
    transform: translateY(30px);
    transition: 0.5s all;


}

.it-blog:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.it-blog .info h1 {
    margin: 0;
}

.it-blog .info p {
    /* letter-spacing: 1px; */
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgb(201, 140, 61));
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
   
}

.it-blog .info .leer {
    text-decoration: none;
    padding: 0.5rem 1rem;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.war {
    width: 100%;
    padding: 20px 50px;
    /* background: linear-gradient(90deg, rgba(2, 3, 129, 0.674), rgba(40, 116, 252, 0.574)), url(/jpg/bg_ser.jpg); */
    background-blend-mode:darken ;
    background-repeat: no-repeat;
    background: url(/jpg/bg_ser.jpg);
    background-color:rgba(5, 55, 221, 0.8);
    

}

.war .wr {
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(2, 3, 129, 0.674), rgba(40, 116, 252, 0.574));
    padding: 20px 30px;
    border-radius: 10px;
}

.war .wr h2 {
    color: #ffffff;
    padding-bottom: 5px;

}

.war .wr p {
    color: #ffffff;
    padding-bottom: 15px;
}

.war .wr a {
    color: #60fcfc;
}

@media (min-width:1100px) {

    .war {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .war .wr {
        width: 70%;
    }
}

.pie-pagina {
    width: 100%;
    background-color: #001842;
    
}

.pie-pagina .gr-1 {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
}

.pie-pagina .gr-1 .box figure {
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-pagina .gr-1 .box figure img {
    width: 180px;
    margin-left: 200px;
}

.pie-pagina .gr-1 .box h2 {
    color: white;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
}

.pie-pagina .gr-1 .box .siguenos {
    color: white;
    margin-bottom: 25px;
    font-size: 20px;
    margin-right: 100px;
}


.pie-pagina .gr-1 .box p {
    color: #efefef;
    margin-bottom: 10px;
    text-align: center;
}

.pie-pagina .gr-1 .red-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #1f2349;
    text-align: center;
    transition: all 300ms ease;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 6px 6px 15px -2px rgba(0, 0, 0, 0.2), 
               -6px -6px 15px -2px rgba(4, 3, 32, 0.959),
               -6px -6px 15px -2px rgba(20, 2, 2, 0.7);
    
}

.pie-pagina .gr-1 .red-social a:hover {
    box-shadow: inset 3px 3px 6px -1px rgba(0, 0, 0, 0.5), 
                inset -4px -4px 6px -1px rgba(112, 147, 243, 0.884),
                -0.5px -0.5px 0px rgba(255, 255, 255, 0.7),
                0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
                 0px 12px 10px -10px rgba(0, 0, 0, 0.15); 
    background: #72cdf13b;
}
.pie-pagina .gr-1 .red-social i {
    font-size: 20px;
    color: #fafafa;
    transition: transform 0.5s;
    padding-top: 17px;
} 

.pie-pagina .gr-1 .red-social a:hover i {
    transform: scale(0.90)
    
}
.pie-pagina a:hover .fa-instagram {
    color: mediumvioletred;
}

.pie-pagina a:hover .fa-facebook {
    color: rgb(26, 11, 240);
}
.pie-pagina a:hover .fa-linkedin {
    color: rgb(4, 121, 167);
}

.pie-pagina a:hover .fa-youtube {
    color: red;
}

.pie-pagina a:hover .bxl-twitter {
    color: black;
}


.pie-pagina .gr-2 {
    background-color: #001842;
    padding: 15px 10px;
    text-align: center;
    color: #c57a0a;
} 

.pie-pagina .gr-2 a {
    text-decoration: none;
    padding: 0 20px;
    color: #32a3b1;
    font-size: 12px;
}

.pie-pagina .gr-3 {
    background-color: #010b1b;
    padding: 15px 10px;
    text-align: center;
    color: #c57a0a;
}

.pie-pagina .gr-3 small {
    font-size: 11px;
}

@media screen and (max-width:768px) {
   
    .pie-pagina .gr-1 {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        padding: 35px 0px;  
    }
    .pie-pagina figure {
        padding: auto;
        padding-left: 7rem;
        justify-content: center;
        align-items: center;

    }

    .pie-pagina .gr-1 .box figure img {
        margin-left: 55px;
    }

    .pie-pagina .gr-1 .box .siguenos {
        margin-right: 10px;
        
    }
    .pie-pagina .gr-1 p {
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px 30px;
    }

    .pie-pagina .gr-1 .red-social {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pie-pagina .gr-2 {
        padding: 15px 0px;
    }

    .pie-pagina .gr-2 a {
        padding: 10px 15px;
        margin-top: 20px;
    }

    .pie-pagina .gr-3 {
        padding: 15px 0px;
    }
}

/*FOOTER END*/

.btn-wsp {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
    z-index: 48;
}

.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #fff;
    width: 55px;
    height: 55px;
    transition: .5s ease-out;
    box-shadow: 2px 5px 8px rgba(228, 228, 228, 0.8);

}