:root{
    --bg-color: #ffffff;
    --main-color: #023373; 
    --second-color: #cea035;
    --spinner:#F28322; 
    --third-color:#0f71f2;
    --fourth-color: #caccd0d2;
    --text-color-b: #000000;
    --bg-color-t: transparent;
}
html{
    overflow-x: hidden;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Foco', sans-serif;
    font-weight: bold;
    background: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    transition: background-color 0.3s ease;
}
section{
    min-height: 100vh;
    padding: 9rem 5% 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section h2{
    display: flex;
    align-items: center;
    font-size: 5rem;
    font-weight: bold;
    z-index: 10;
    margin-bottom: 2.5rem;
}
section h2 img{
    width: 7rem;
    margin-right: 1rem;
}
/* header upper */
.auto-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1.3rem;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box;
}
.auto-container a, .auto-container a h4{
    text-decoration: none;
    width: 100%;
    color: #222;
    font-weight: bold;
    transition: color 0.3s ease;
    box-sizing: border-box;
}
.auto-container .logo img{
    max-width: 260px;
    height: 90px;
    padding: 5px;
}
.auto-container a:hover, .auto-container a:hover h4{
    color: var(--third-color);
}
.container-info{
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box;
}
.icon-box{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.icon-box a img{
    width: 70%;
    height: 70%;
    margin-left: 8px;
    object-fit: cover;
}
.icon-box2 a img{
    width: 90%;
    height: 90%;
    object-fit: cover;
}

/* hero-section */
.hero{
    display: flex;
    width: 100vw;
    justify-content: center;
    align-items: center;
    background: url('./images/grph_foto_escoltas.png');
    background-size: contain;
    background-position: center;
}
/* efect */
.hero .efect{
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    height: 100%;
    background: rgba(2, 51, 115, 0.7);
    justify-content:space-evenly;
    align-items: stretch;   
}
.hero .efect h1{
    display: flex;
    width: 95%;
    font-family: 'principal';
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: .2rem;
    color: var(--bg-color);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.hero .efect div{
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    height: auto;
    color: var(--bg-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 0 10px;
}
.efect .title-1{
    padding-top: 5%;
    text-align: right;
}
.efect .title-2{
    align-items: flex-end;
    padding: 5% 0;
}
.hero .efect .about-img{
    min-width: 400px;
    height: 400px;
}
.about-img{
    position: relative;
    width: 400px;
    height: 400px;
    border: solid 1rem var(--text-color);
    border-radius: 50%;
    align-self: center;
}
.about-img img{
    position: absolute;
    width: 49.6%;
    height: 49.8%;
    left: 25.2%;
    top: 25%;
    object-fit: cover;
    border-radius: 50%;
    filter: opacity(0.5);
}
.about-img .circle-spin4{
    position: absolute;
    width:  48%;
    height: 48%;
    top: 26.2%;
    left:26.1%;
    transform: translate(0%, 0%) rotate(0deg);
    border-radius: 50%;
    border-top: .35rem solid var(--spinner); 
    border-bottom: .35rem solid var(--bg-color);
    border-left: .35rem solid transparent;
    border-right: .35rem solid var( --third-color);
    animation: aboutSpinner2 15s linear infinite;
}
.about-img .circle-spin{
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    transform: translate(0%, 0%) rotate(0deg);
    border-radius: 50%;
    border-top: .5rem solid var(--spinner); 
    border-bottom: .5rem solid var(--bg-color);
    border-left: .5rem solid transparent;
    border-right: .5rem solid var( --third-color);
    animation: aboutSpinner 30s linear infinite;
}
.about-img .circle-spin3{
    position: absolute;
    width: 74%;
    height: 74%;
    top: 13%;
    left: 13%;
    transform: translate(0%, 0%) rotate(0);
    border-radius: 50%;
    border-top: .5rem solid rgba(5, 5, 52, 0.763);
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid  var(--bg-color);
    border-right: .5rem solid  var(--bg-color);
    animation: aboutSpinner2 15s linear infinite;
} 
.about-img .circle-spin2{
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    transform:translate(0%, 0%) rotate(0);
    border-radius: 50%;
    border-top: .5rem solid  var(--bg-color);
    border-bottom: .5rem solid rgb(55, 75, 255);
    border-left: .5rem solid var(--third-color);
    border-right: .5rem solid var(--third-color);
    animation: aboutSpinn 15s linear infinite;
}
.about-img .circle-spin2 span{
    position: absolute;
    border-radius: 5px;
    width: 10px;
    height: 70px;
    background-color: var(--third-color);
}
.about-img .circle-spin2 .bar1{
    bottom: 0px;
    transform: rotate(49deg);
}
.about-img .circle-spin2 .bar2{
    right: 0px;
    transform: rotate(52deg);
}
.about-img .circle-spin2 .bar3{
    bottom: 0px;
    right:  0px;
    transform: rotate(130deg);
}
.about-img .circle-spin2 .bar4{
    top: 0px;
    transform: rotate(128deg);
}
@keyframes aboutSpinner {
    100%{
        transform: translate(0%, 0%) rotate(360deg);
    }  
}
@keyframes aboutSpinner2 {
    100%{
        transform: translate(0%, 0%) rotate(-360deg);
    }  
}
#menu-ico{
    font-size: 3.6rem;
    color: var(--text-color);
    cursor: pointer;
    display: none;
}
/* ----navbar--- */
.navbar{
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.953);
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.navbar_list {
    min-width: 250px;
    margin:5px 0;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}
.navbar ul li{
    list-style: none;
    width: 326px;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    padding: 3px 0px;
    margin: 0 40px;
}
.navbar ul li a {
    display: flex;
    padding: 2px 0;
    text-decoration: none;
    color: var(--text-color-b);
    justify-content: flex-start;
    align-items: center;
    transition: color 0.3s ease;
    flex-direction: row;
}
.navbar ul li a:hover{
    color: var(--third-color);
}
.navbar ul li a img{
    width: 33px;
    height: 33px;
    margin-bottom: 8px;
}
.navbar ul li a h2{
    padding-left: 12px;
    font-size: 1.5rem;
    font-weight: bold;
}
.whoWeAre{
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    background: var(--main-color);
    color: var(--bg-color);
    border-radius: 15px;
    padding: 25px;
}
.whoWeAre .content{
    align-items: center;
    justify-content: center;
}
.whoWeAre h2 img{
    width: 12%;
    height: 12%;
}
.whoWeAre h2{    
    display: flex;
    flex-wrap: nowrap;
    font-size: 5.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.whoWeAre .img-container{
    width: 35%;
    margin: 5% auto;
    background: rgb(2, 51, 115);
}
.whoWeAre .img-container img{
    width: 100%;
    height: 100%;
}
.whoWeAre p{
    text-align: justify;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 2.2rem;
}
.content-column{
    width: 60%;
}
.content-column h2{
    padding: 15px 0;
}
.content-column{
    width: 100%;
    display: flex;
    justify-content: center;
}
.content-column img{
    width: 100vh;
    height: 100vh;
}
/* guards */
.guards  h2{
    display: flex;
    align-items: center;
    align-self: flex-start;
}
.g_armed .p_circle{
    position: relative;
    width:  950px;
    height:  950px;
    margin: auto;
    margin-bottom: 30px;
}
.g_armed .linea1,
.g_armed .linea2,
.g_armed .linea3,
.g_armed .linea4{
    position: absolute;
    background: rgb(204, 204, 204);
    width: 8px;
    height: 60px;
    margin: 5px;
    border-radius: 6px;
}
.g_armed .linea1 {
    top: 0;
    left: 49%;
}
.g_armed .linea2{
    left: 49%;
    bottom: 0px;
}
.g_armed .linea3{
    top: 47%;
    left: 35px;
    transform: rotate(90deg);
}
.g_armed .linea4{
    top: 47%;
    right: 25px;
    transform: rotate(90deg);
}
.g_armed .content-column{
    width: 100%;
    display: flex;
    justify-content: center;
}
.g_armed .img_p_circle .exp {
    width: 670px;
    height: 338px;
    position: absolute;
    left: 132px;
    top: 14px;
    overflow: hidden;
}
.g_armed .img_p_circle .pers{
    width:  380px;
    height: 590px; 
    margin-top: 220px;
    overflow: hidden;   
}
.g_armed .img_p_circle .tecn{
    width:  380px;
    height: 590px;  
    margin-top: 220px;
    overflow: hidden;
}
.card{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 100%;
    height: 90vh;
    border: none;
    margin-bottom: 78px;
}
.card-light {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    border: 6px solid var(--main-color);
    border-radius: 30px;
    width: 98%;
    margin-left: 20px;
    margin-top: 130px;
}
.card-text{
    padding: 20px 20px 20px 0;
    width: 50%;
    margin-left: 50%;
}
.card-img{
    position: absolute;
    width: 50%;
    left: -25px;
    top: 25px;
    background-size:contain;
    background-repeat: no-repeat;
}
.card .card-img img{
    width: 100%;
    height: 100%;
}
.card-light h3{
    font-size: 3.2rem;
    color: var(--main-color);
    font-weight: bold;
}
.card-light h4{
    font-size: 2rem;
    font-weight: bold;
}
.card-light p {
    text-align: justify;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.3rem;
}
.card-dark {
    display: flex;
    justify-content: start;
    padding: 20px 0px 20px 20px;
    flex-wrap: wrap;
    width: 98%;
    border: 6px solid var(--second-color);
    background: var(--second-color);
    border-radius: 30px;
    margin-top: 130px;
}
.card-text-b {
    padding: 0px 20px 20px 0px;
    width: 50%;
}
.card-img-b{
    position: absolute;
    width: 50%;
    right: 0;
    top: 145px;
    background-size:contain;
    background-repeat: no-repeat;
}
.card-img-b img{
    width: 100%;
    height: 100%;
}
.card-dark h3{
    font-size: 3.2rem;
    color: var(--fourth-color);
    font-weight: bold;
}
.card-dark h4{
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-color-b);
}
.card-dark p{
    text-align: justify;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: var(--text-color-b);
}
/* guard intramural */
.intramural h2 img{
    width: 6rem;
    align-self: center;
}
.list-row{
    display: flex;
    flex-wrap: wrap;
    height: 50%;
}
.list-column{
    width: 50%;
}
.list-row li{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 35px;
}
.list-row li h3{
    font-size: 3rem;
    padding-left: 50px;
}
.list-row li img{
    width: 80px;
    height: 80px;
}
.security{
    align-items:center ;
    padding: 4rem 2% 2rem;   
}
.security h2 {
    display: flex;
    align-items: center;
    font-size: 5rem;
    font-weight: bold;
    z-index: 10;
    margin-bottom: 2.5rem;
}
.content-security{
    margin-top: 100px;
    width: 100%;
}   
.content-security p {
    text-align: justify;
    padding: 0 40px;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 2.9rem;
    color: var(--text-color-b);
}
/* ---------------why_choose_us----------- */
.why_choose_us .content{
    margin-top: 30px;
    padding: 80px 50px 50px 50px;
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    align-items: center;
    line-height: 2.3rem;
    text-align: left;
    color: var(--text-color-b);
}
.content h3{
    font-size: 3.2rem;
    color: var(--main-color);
    font-weight: bold;
    padding-left: 0px;
    margin: 1.5rem 0;
}
.content .c-img img {
    width: 90px;
    height: 90px;
    margin: 30px 47px 0 0;
}
.content p{
    padding-right: 15px;
    font-size: 2.3rem;
    text-align: justify;
    line-height: 3rem;
}
.contact .content p {
    padding: 45px;
    text-align: justify;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.3rem;
    color: var(--text-color-b);
}
.p_circle {
    position: relative;
    width: 900px;
    height: 933px;
    margin: auto;
    margin-bottom: 50px;
}
.linea1,
.linea2,
.linea3,
.linea4{
    position: absolute;
    background: rgb(204, 204, 204);
    width: 8px;
    height: 60px;
    margin: 5px;
    border-radius: 6px;
}
.linea1{
    top: -10px;
    left: 49%;
}
.linea2{
    left: 49%;
    bottom: -20px;
}
.linea3{
    top: 47%;
    bottom: 0px;
    transform: rotate(90deg);
}
.linea4{
    top: 47%;
    right: 0px;
    transform: rotate(90deg);
}
.img_p_circle{
    position: relative;
    display: flex;
    top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
    width:  850px;
    min-height: auto;
    margin: auto;
}
.img_p_circle img{
    width:  600px;
    height: 380px;  
    margin: 10px;
}
.img_p_circle .exp{
    width: 670px;
    height: 361px;
    position: absolute;
    left: 80px;
    top: -2px;
    overflow: hidden;
}
.img_p_circle .pers{
    width:  380px;
    height: 590px; 
    margin-top: 220px;
    overflow: hidden;
}
.img_p_circle .tecn{
    width:  380px;
    height: 590px;  
    margin-top: 220px;
    overflow: hidden;
}
/* -----guards intramural----- */
.g_i_circle{
    position: relative;
    display: flex;
    top: 63px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
    width:  820px;
    min-height: auto;
    margin: auto;
}
.g_i_circle img{
    width:  400px;
    height: 400px;  
    margin: 5px;
    overflow: hidden;
}
/* contact form */
.contact{
    background: var(--fourth-color);
    min-height: auto;
    padding-bottom: 3rem;
}
.contact form {
    max-width: 45rem;
    margin: 0 auto;
    text-align: center;
}
.contact form .input-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact form .input-box .input-field{
    position: relative;
    width: 49%;
    margin: .7rem 0;
}
.contact form .input-box .input-field input,
.contact form .textarea-field textarea {
    width: 100%; 
    height: 100%;
    padding: .7rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: var(--text-color);
    background: transparent; 
    border-radius: .6rem;
    border: .2rem solid var(--main-color);
}
.contact form .textarea-field textarea{
    height: 80%;
}
.contact form .input-box .input-field input::placeholder,
.contact form .textarea-field textarea::placeholder{
    color: var(--text-color);
}
/* efecto inputs */
.contact form .focus{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height:100%;
    background: var(--third-color);
    border-radius: .6rem;
    z-index: -1;
    transition: .5s;
}
.contact form .input-box .input-field input:focus~.focus,
.contact form .input-box .input-field input:valid~.focus,
.contact form .textarea-field textarea:focus~.focus,
.contact form .textarea-field textarea:valid~.focus{
    width: 100%;
}
.contact form .textarea-field textarea:focus~.focus,
.contact form .textarea-field textarea:valid~.focus{
    height: 80%;
}
.contact form .textarea-field {
    position: relative;
    margin: .8rem 0 2.7rem;
}
.contact form .textarea-field textarea{
    resize: none;
    cursor: pointer;
}
.contact form .textarea-field button{
    cursor: pointer;
}
.footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 5%;
    background: var(--main-color);
}
.footer-text{
    font-size: 1rem;
    color: var(--fourth-color);
}
.footer-iconTop a{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .8rem;
    background: var(--main-color);
    border: .2rem solid var(--main-color);
    border-radius: .6rem;
    z-index: 10;
}
.footer-iconTop a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height:100%;
    border-radius: .4rem;
    background: var(--third-color);
    z-index: -1;
    transition: .5s;
}
.footer-iconTop a:hover::before{
    width: 100%;
}
.footer-iconTop a i{
    font-size: 2.4rem;
    color: var(--bg-color);
    transition: .5s;
}
.footer-iconTop a:hover i{   
    color: var(--main-color);
}
.btn-box{
    position: relative;
    display: flex;
    justify-content:space-between;
    width: 15rem;
    height: 3rem;
}
.btn-box .btn{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 100%;
    background: var(--main-color);
    border: .2rem solid var(--main-color);
    border-radius: .8rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    color: var(--bg-color);
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.btn-box .btn:hover{
    color: var(--main-color);
}
.btn-box .btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--fourth-color);
    z-index: -1;
    transition: .5s;
}
.btn-box .btn:hover::before{
    width: 100%;
}
.return {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1000;
}
.return-text{
    font-size: 1.6rem;
    margin-right: 10px;
}
.return-iconTop a{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    background: var(--main-color);
    border: .2rem solid var(--main-color);
    border-radius: .6rem;
    z-index: 10;
    transition: transform 0.3s ease;
}
.return-iconTop a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height:100%;
    border-radius: .4rem;
    background: var(--third-color);
    z-index: -1;
    transition: .5s;
}
.return-iconTop a:hover::before{
    width: 100%;
}
.return-iconTop a i{
    font-size: 2.4rem;
    color: var(--bg-color);
    transition: .5s;
}
.return-iconTop a:hover i{   
    color: var(--main-color);
}
.return-iconTop a:hover {
    transform: scale(1.1);
}
/* breckpoint */
@media (max-width:1300px){
    html{
        font-size: 65%;
    }
}

@media (max-width:991px){
    .header{
        padding: 1.5rem 4%;
        font-size: 60%;
    }
    section {
        padding: 9rem 2% 2rem;
    }
    .home{
        padding: 0 4%;
    }
    .footer {
        padding: 1.5rem 4%;
    }
    h4, h4 {
        font-size: calc(2rem + .3vw);
    }
    .g_armed .p_circle{
        width:   475px;
        height:  475px;
        margin: auto;
        margin-bottom: 30px;
    }
    .g_armed .linea1,
    .g_armed .linea2,
    .g_armed .linea3,
    .g_armed .linea4{
        position: absolute;
        background: rgb(204, 204, 204);
        width: 4px;
        height: 30px;
        margin: 2.5px;
        border-radius: 6px;
    }    
    .g_armed .linea1 {
        top: 0;
        left: 49%;
    }
    .g_armed .linea2{
        left: 49%;
        bottom: 0px;
    }
    .g_armed .linea3{
        top: 47%;
        left: 20px;
        transform: rotate(90deg);
    }
    .g_armed .linea4{
        top: 47%;
        right: 20px;
        transform: rotate(90deg);
    }
    .img_p_circle img{
        width:  600px;
        height: 380px;  
        margin: 5px;
    }  
    .g_armed .img_p_circle .exp {
        width: 333px;
        height: 172.5px;
        left: 67px;
        top: -25px;
    }
    .g_armed .img_p_circle .pers{
        width:  190px;
        height: 295px; 
        margin-top: 79px;
    }
    .g_armed .img_p_circle .tecn{
        width:  190px;
        height: 295px;  
        margin-top: 80px;
    }
    .p_circle {
        width: 492px;
        height: 456px;
        margin: auto;
        margin-bottom: 35px;
    }
    .linea1,
    .linea2,
    .linea3,
    .linea4{
        position: absolute;
        background: rgb(204, 204, 204);
        width: 4px;
        height: 30px;
        margin: 2.5px;
        border-radius: 6px;
    }
    .linea1 {
        top: 0;
        left: 49%;
    }
    .linea2{
        left: 49%;
        bottom: -19px;
    }
    .linea3{
        top: 48%;
        left: 20px;
        transform: rotate(90deg);
    }
    .linea4{
        top: 48%;
        right: 20px;
        transform: rotate(90deg);
    }
    .img_p_circle{
        width:  400px;
    }

    .img_p_circle .exp {
        width: 337px;
        height: 173.5px;
        left: 27px;
        top: -25px;
    }
    .img_p_circle .pers{
        width:  190px;
        height: 295px; 
        margin-top: 79px;
    }
    .img_p_circle .tecn{
        width:  190px;
        height: 295px;  
        margin-top: 80px;

    }
/* ----guard intramural-- */
    .g_i_circle{
        position: relative;
        display: flex;
        top: 32px;
        left: 0px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
        width:  420px;
        min-height: auto;
        margin: auto;
    }
    .g_i_circle img{
        height: 198px;  
        width:  198px;
        margin: 3px;
    }    
}
@media (max-width:768px){
    section {
        padding: 7rem 4% 2rem;
    }
    .security{
    padding-top: 2rem 2% 2rem;
    }
    .security h2 {
        display: flex;
        align-items: center;
        font-size: 4rem;
        margin-bottom: 1rem;
    }
    .header{
        background-color: var(--bg-color);
        padding: 1rem 4%;
    }
    .home .home-imghover {
        background-color: var(--bg-color);
        opacity: .6;
    }
    .auto-container {
        display: flex;
        padding: 1.3rem 4rem;
        align-items: center;
        gap: 1rem;
        box-sizing: border-box;
        align-content: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .card{
        height: auto;
        margin-bottom: 0;
    } 
    .card-light {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        border-radius: 30px;
        width: 98%;
        margin-left: 0px;
        margin: 20px 0;
        padding: 15px;
    }
    .card-text{
        padding: 15px 0;
        width: 100%;
        margin: auto;
    }
    .card-img{
        position: relative; 
        width: 90%;
        left: 0px;
        top: 0px;
    }
    .card-dark {    
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 15px 15px 15px 15px;
        margin: 20px 0;
    } 
    .card-text-b{
        text-align: center;
        padding: 15px 0;
        width: 100%;
    }
    .card-img-b{
        position: relative;
        width: 90%;
        top: 2px;
        margin: 0px;
    }
    .list-row li h3{
        font-size: 2.5rem;
    }
    .list-row{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .list-column{
        width: 50%;
        justify-content: center;
        align-items: center;
    }
    .list-row li{
        box-sizing: border-box;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding: 20px 0px;
        min-height: 120px;
    }
    .list-row li h3{
        font-size: 2.8rem;
        padding-left: 10px;
    }
    .list-row li img{
        width: 50px;
        height: 50px;
    }
    /* why_choose_us  */
    .why_choose_us .content {
        margin-top: 10px;
        padding: 0px 20px ;
    }
    .content .c-img img {
        width: 90px;
        height: 90px;
        margin-right: 9px;
        padding: 15px;
    }
    .why_choose_us .content {
        text-align: justify;
    }
    .content h3 {
        text-align: start;
    }
#menu-ico{
    display: block;
}
/* ----navbar--- */
.navbar_list {
    width: 90%;
    display: flex;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}
.navbar a {
    display: block;
    font-size: 2.5rem;
    padding: 3.5rem;
    transform: translateX(-20rem);
    transition: .25s ease;
    transition-delay: 0s;
}
.navbar ul li{
    list-style: none;
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    padding: 10px 20px;
    margin: 0 40px;
    border-bottom: 0.2rem solid var(--second-color);
}
.navbar ul li a h2 {
    padding: 2.5rem;
    font-size: 2.5rem;
    font-weight: 600;
}
.navbar ul li a{
    display: flex;
    padding: 5px 0;
    width: 100%;
    text-decoration: none;
    color: var(--text-color-b);
    justify-content: flex-start;
    align-items: center;
    transition: color 0.3s ease;
}
.navbar ul li a:hover{
    color: var(--third-color);
}
.navbar ul li a img{
    width: 33px;
    height: 33px;
    margin-bottom: 8px;
}
/* fondo base  */
.navbar{
    position: absolute;
    top: 112px;
    left: -100%;
    width: 100%;
    padding: 1rem 4%;
    background: var(--main-color); 
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3);
    transition: .25s ease; 
    transition-delay: .25s; 
    z-index: 1;
}
.navbar.active{
    left:0;
    transition-delay: 0s;
}
/* sobrefondo  */
.navbar .active-nav{
position: absolute;
top: 0;
left: -100%;
width: 100%;
height:100%;
background: var(--bg-color);
border-top: .1rem solid rgba(0,0,0,.2);
z-index: -1;
transition: .25s ease; 
transition-delay: 0s;
}
.navbar.active .active-nav{
    left: 0;
    transition-delay: .25s;
}
.navbar.active a{
    transform: translateX(0rem);
    transition-delay: .25s ease;
}
.contact .content p {
    padding: 10px 30px;
}
}
@media (max-width:520px){
    html{
        font-size: 45%;
    }
    .home-contenedor h1{
        width: 70%;
        display: flex;
        flex-wrap: wrap;    
    }
    .home-redes{
        width: 140px;
    }
    .home-redes a{
        width: 30px;
        height: 30px;   
    }
.hero .efect .about-img{
    min-width: 250px;
    height: 250px;
}
.about-img{
    position: relative;
    width: 250px;
    height: 250px;
    border: solid 1rem var(--text-color);
    border-radius: 50%;
    align-self: center;
}
.about-img img{
    position: absolute;
    width: 49.6%;
    height: 49.8%;
    left: 25.2%;
    top: 25%;
    object-fit: cover;
    border-radius: 50%;
    filter: opacity(0.5);
}
.about-img .circle-spin2 .bar2{
    right: 0px;
    transform: rotate(52deg);
}
.about-img .circle-spin2 .bar3{
    bottom: 0px;
    right:  0px;
    transform: rotate(130deg);
}
.about-img .circle-spin2 .bar4{
    top: 0px;
    transform: rotate(128deg);
} 
.list-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 50%;
}
.list-column{
    width: 90%;
}
.list-row li{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 47px;
    margin-bottom: 5px;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: var(--bg-color);
    transition: background-color 0.3s ease;
}
.list-row li:hover{
    background-color: #f7f7f7;
}
.list-row li h3{
    font-size: 2.8rem;
    padding-left: 30px;
}

.list-row li img{
    width: 50px;
    height: 50px;
}
.about-img .circle-spin2 span {

    width: 7px;
    height: 42px;
}
.g_armed .p_circle{
    position: relative;
    height:  316.6px;
    width:   327.6px;
    margin: auto;
    margin-bottom: 30px;
}
.g_armed .linea1,
.g_armed .linea2,
.g_armed .linea3,
.g_armed .linea4{
    width:  3.6px;
    height:   20px;
    margin: 1.6px;
}
.g_armed .linea1 {
    top: 0px;
    left: 48%;
}
.g_armed .linea2{
    left: 48%;
    bottom: 0px;
}
.g_armed .linea3{
    top: 47%;
    left: 10px;
}
.g_armed .linea4{
    top: 47%;
    right: 20px;
}
.g_armed .img_p_circle .exp {
    width: 222.3px;
    height: 113px;
    left: 45px;
    top: -38px;
}
.g_armed .img_p_circle .pers{
    width:  127px;
    height: 197px; 
    margin-top: 32px;
    margin-left: 1px;
}
.g_armed .img_p_circle .tecn{
    width:  127px;
    height: 197px;  
    margin-top: 32px;
    margin-left: -2px;
}
.p_circle{
    position: relative;
    height:  317.6px;
    width:   327.6px;
    margin: auto;
    margin-bottom: 30px;
}
.linea1,
.linea2,
.linea3,
.linea4{
    width:  3.6px;
    height:   20px;
    margin: 1.6px;
}
.linea1 {
    top: 0px;
    left: 48%;
}
.linea2{
    left: 48%;
    bottom: 0px;
}
.linea3{
    top: 47%;
    left: 10px;
}
.linea4{
    top: 47%;
    right: 16px;
}
.img_p_circle{
    width:  300px;
}
.img_p_circle .exp {
    width: 222.3px;
    height: 114px;
    left: 30px;
    top: -39px;
}
.img_p_circle .pers{
    width:  127px;
    height: 197px; 
    margin-top: 32px;
    margin-left: 1px;
}
.img_p_circle .tecn {
    width: 127px;
    height: 197px;
    margin-top: 32px;
    margin-left: -3px;
}
/* -----guard intramural---- */
.g_i_circle{
    position: relative;
    display: flex;
    top: 24px;
    left: -3px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width:  280px;
    min-height: auto;
    margin: auto;
}
.g_i_circle img{
    height: 132px;  
    width:  132px;
    margin: 2px;
}
}
@media (max-width:462px){
    .home-contenedor h1{
        width: 70%;
        display: flex;
        flex-wrap: wrap;  
    }
    .who{
        padding: 8rem 4% 5rem 5%;
    }
    .whoWeAre .content h2 {
        font-size: 4.5rem;
    }
    .contact form .input-box .input-field {
        width: 100%;
    }
    .footer{
        flex-direction: column-reverse;
    }
    .footer p {
        margin-top: 2rem;
        text-align: center;
    }
}
@media (max-width:410px){
    .home-contenedor h1{
        justify-content: center;  
    }
    .home{
        justify-content: center;
    }
    .home-contenedor{
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .home-contenedor h1 {
        font-size: 4rem;
    }
}
