/*GENERAL STYLING*/

body {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #e4e2dd;
    background-color: hsl(210 11% 8%);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    cursor: pointer;
}

h1 {
    font-weight: 600;
}

h2,
h3,
h4 {
    font-weight: 500;
}

li {
    list-style-type: none;
}

p {
    text-align: left;
    line-height: 1.5;
}

hr {
    border: none;
    background-color: #424242;
    height: 2px;
    margin: 25px;
}

.dark-blue {
    color: #3b6cd7;
}

.round-corners {
    border-radius: 25px;
}

.map {
    border-radius: 5%;
}

.map-container {
    margin: 0 auto;
    width: auto;
    max-width: 800px;
}


@media (max-width: 1016px) {
    .map-container iframe {
        width: 700px;
    }
}

@media (max-width: 916px) {
    .map-container iframe {
        width: 600px;
    }
}

@media (max-width: 790px) {
    .map-container iframe {
        width: 500px;
    }

    .map-block {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 665px) {
    .map-container iframe {
        width: 450px;
    }
}

@media (max-width: 605px) {
    .map-container iframe {
        width: 400px;
        height: 300px;
    }
}

@media (max-width: 540px) {
    .map-container iframe {
        width: 350px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .map-container iframe {
        width: 300px;
        height: 280px;
    }
}

@media (max-width: 415px) {
    .map-container iframe {
        width: 280px;
        height: 200px;
    }
}

@media (max-width: 394px) {
    .map-container iframe {
        width: 260px;
        height: 200px;
    }
}

/* CLASSES */
.darkblue-text {
    color: #3b6cd7;
    font-weight: 500;
}

.centered-text {
    text-align: center;
}

/*Elements STYLING*/

.light-tall-title {
    font-size: 225%;
    font-weight: 500;
    color: #dddddd;
    text-shadow: 1px 2px 2px #313131;
}

.logo {
    margin: 50px auto;
    height: 200px;
    transition-duration: 1s;
}

.logo-smaller {
    height: 100px;
    margin: 25px auto;
    width: auto;
}

.logo:hover,
.logo-smaller:hover {
    transform: scale(1.1);
    transition-duration: 1s;
}

.large-image {
    margin: 25px 0;
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.button {
    display: block;
    background-color: #0c1935;
    margin: 10px auto;
    padding: 15px 20px;
    color: white;
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0.75rem;
}

.buttons-menu {
    display: flex;
    width: 100%;
}

.button:hover {
    cursor: pointer;
    background-color: #263961;
    transition: 0.25s;
}

.contactus-button-container {
    margin-bottom: 25px;
}

.it-button {
    margin: 10px auto;
    padding: 15px 20px;
    height: auto;
    background-image: linear-gradient(to right, #0c1935 0%, #26a0da 51%, #263961 100%);
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;
    display: block;
    cursor: pointer;
}

.it-button:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

@media (max-width: 769px) {
    .buttons-menu {
        display: block;
        padding-bottom: 25px;
    }

    .light-tall-title {
        width: 80%;
        margin: 25px auto;
    }
}

@media (max-width: 542px) {
    .header-image {
        max-height: 200px;
    }

    .logo {
        height: 150px;
        transition-duration: 1s;
    }
}

/*CONTAINERS*/

.section-info-container p {
    margin: 0 auto;
    width: 80%;
    line-height: 1.5;
}

.nav-container {
    background-color: rgba(10, 14, 19, 1);
    width: 100%;
    height: auto;
}

.nav-logo {
    height: 50px;
    width: auto;
}

.dropdown div {
    display: inline-block;
    padding: 15px;
    vertical-align: middle;
}

.nav-menu {
    margin: 0 auto;
    max-width: 1000px;
}

.nav-menu a {
    color: #ddd;
    font-weight: 600;
}

.nav-menu div {
    display: inline-block;
}

#nav-logo-text {
    margin-right: 0;
}

.nav-menu a:hover {
    color: #3b6cd7;
    text-shadow: 2px 2px 2px #000000;
}

.nav-social a {
    display: flex;
    padding: 10px 20px;
    flex-direction: row-reverse;
    background-color: #0c1935;
}

.nav-social h4 {
    margin: 2.5px;
}

.social-icon {
    width: 25px;
}

#dropdown-menu-container,
#countries-menu-container {
    margin: 10px 0;
    padding: 0;
    display: none;
    background-color: #0c1935;
    border: 0.5px solid #444;
    border-radius: 0.5rem;
    /* Esto hace que caiga debajo de "Service": */
    position: absolute;
    min-width: 160px;
    top: auto;
    z-index: 1;
}

#dropdown-menu-container a,
#countries-menu-container a {
    padding: 16px;
    display: block;
    text-align: left;
}

.dropdown-parent:hover #dropdown-menu-container,
.countries-parent:hover #countries-menu-container {
    display: block;
    transition: 2s;
}


/*Menu & Language Selector Styling*/
.language-selector-button {
    vertical-align: middle;
    padding: 15px;
    border: 2px solid #777;
    border-radius: 0.75rem;
}

.language-selector-button:hover {
    background-color: #0c1935;
}

.lang-select-button {
    color: #fff;
    border: none;
    background-color: transparent;
}

.language-selector-img {
    padding: 0 10px;
    height: 15px;
    vertical-align: middle;
}

.language-selector-button:hover #language-selector-container {
    display: block;
    background-color: #0c1935;
}

#language-selector-container {
    margin: 10px 0;
    display: none;
    border: 0.5px solid #444;
    border-radius: 0.5rem;
    position: absolute;
    min-width: 160px;
    top: auto;
    z-index: 1;
}

#language-selector-container a {
    padding: 12px 16px 12px 5px;
    display: block;
    text-align: left;
}

#language-selector-container a:hover {
    color: #3b6cd7;
}

.selected {
    text-decoration: underline #DBA95D;
}

@media (max-width: 892px) {
    .social-icon {
        width: 20px;
        margin-left: 10px;
    }
}

@media (max-width: 852px) {
    .nav-menu {
        font-size: 80%;
    }

    .dropdown div #nav-logo-text {
        padding: 15px 0;
    }

    #language-selector-container {
        text-align: center;
        font-size: 75%;
        padding-right: 0;
    }
}

@media (max-width: 740px) {

    .nav-menu {
        text-align: center;
    }

    .nav-social {
        width: 0;
        height: 0;
        margin: 0;
        visibility: hidden;
    }

    #language-selector-container {
        min-width: 100px;
    }

    #language-selector-container a {
        padding: 10px 0;
    }
}

/*Implementar Hamburger*/
@media (max-width: 618px) {

    .dropdown {
        font-size: 80%;
    }
}

@media (max-width: 548px) {
    #language-selector {
        background-color: #0c1935;
        width: 100%;
    }

    .language-selector-button {
        margin: 15px 25px;
        padding: 10px;
        display: block;
    }

    .language-selector-button a {
        font-size: 80%;
    }
}

@media (max-width: 460px) {
    .dropdown {
        font-size: 60%;
    }

    .dropdown div {
        padding-left: 0;
    }

    #language-selector-container {
        right: 35%;
    }
}

/*----------------------------------------------------
---------------- HOME Header Section: ---------------- MOBILE OPTIMIZATION: DONE
-----------------------------------------------------*/

.home-header {
    min-height: 400px;
    margin-top: 150px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url("/images/VirtualMonitoring.jpeg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.home-header-content {
    display: flex;
    padding: 0 10% 0;
}

.header-image {
    width: 20%;
}

.header-text {
    width: 80%;
    text-align: left;
    padding: 10%;
}

.header-text h1,
.header-text h3 {
    text-shadow: 1px 1px 2px #000;
}

/*PARTICLES*/
.particle {
    position: absolute;
    border-radius: 50%;
    background-color: #26a0da;
    box-shadow: 0 0 3px #26a0da;
    animation-duration: 60s;
    animation-iteration-count: infinite;
}

.particle:nth-child(odd) {
    height: 9px;
    width: 9px;
}

.particle:nth-child(even) {
    height: 7px;
    width: 7px;
}

.particle:nth-child(1) {
    opacity: 0.65;
    animation-name: particle1;
    animation-delay: -0.2s;
    transform: translate3d(55vw, 79vh, 22px);
}

@keyframes particle1 {
    100% {
        transform: translate3d(80vw, 51vh, 9px);
    }
}

.particle:nth-child(2) {
    opacity: 0.28;
    animation-name: particle2;
    animation-delay: -0.4s;
    transform: translate3d(4vw, 21vh, 14px);
}

@keyframes particle2 {
    100% {
        transform: translate3d(31vw, 35vh, 87px);
    }
}

.particle:nth-child(3) {
    opacity: 0.41;
    animation-name: particle3;
    animation-delay: -0.6s;
    transform: translate3d(78vw, 63vh, 42px);
}

@keyframes particle3 {
    100% {
        transform: translate3d(42vw, 66vh, 40px);
    }
}

.particle:nth-child(4) {
    opacity: 0.33;
    animation-name: particle4;
    animation-delay: -0.8s;
    transform: translate3d(56vw, 32vh, 88px);
}

@keyframes particle4 {
    100% {
        transform: translate3d(78vw, 4vh, 55px);
    }
}

.particle:nth-child(5) {
    opacity: 0.4;
    animation-name: particle5;
    animation-delay: -1s;
    transform: translate3d(79vw, 74vh, 14px);
}

@keyframes particle5 {
    100% {
        transform: translate3d(2vw, 47vh, 68px);
    }
}

.particle:nth-child(6) {
    opacity: 0.49;
    animation-name: particle6;
    animation-delay: -1.2s;
    transform: translate3d(92vw, 27vh, 61px);
}

@keyframes particle6 {
    100% {
        transform: translate3d(80vw, 35vh, 11px);
    }
}

.particle:nth-child(7) {
    opacity: 0.74;
    animation-name: particle7;
    animation-delay: -1.4s;
    transform: translate3d(55vw, 60vh, 75px);
}

@keyframes particle7 {
    100% {
        transform: translate3d(63vw, 15vh, 59px);
    }
}

.particle:nth-child(8) {
    opacity: 0.69;
    animation-name: particle8;
    animation-delay: -1.6s;
    transform: translate3d(10vw, 17vh, 55px);
}

@keyframes particle8 {
    100% {
        transform: translate3d(30vw, 64vh, 91px);
    }
}

.particle:nth-child(9) {
    opacity: 0.89;
    animation-name: particle9;
    animation-delay: -1.8s;
    transform: translate3d(3vw, 53vh, 98px);
}

@keyframes particle9 {
    100% {
        transform: translate3d(60vw, 80vh, 97px);
    }
}

.particle:nth-child(10) {
    opacity: 0.23;
    animation-name: particle10;
    animation-delay: -2s;
    transform: translate3d(64vw, 77vh, 95px);
}

@keyframes particle10 {
    100% {
        transform: translate3d(18vw, 5vh, 7px);
    }
}

/* VIDEO - HOME */

.video-container video {
    width: 80%;
    margin: 0 auto 25px;
    border-radius: 0.5em;
    max-width: 800px;
}

/* STICKY NAV BAR */
#nav-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media (max-width: 800px) {
    .home-header-content {
        flex-direction: column;
        padding-bottom: 0;
    }

    .header-image {
        height: 250px;
        width: 100%;
    }

    .home-announcement {
        background-color: #24292D;
        background-position: center bottom;
    }

    .home-header {
        background-size: auto 500px;
        background-size: cover 50%;
    }
}

@media (max-width: 382px) {
    .home-header a img {
        margin-top: 0;
        padding-top: 30px;
    }
}

/*----------------------------------------------------
------------- HOME Announcement Section: ------------- MOBILE OPTIMIZATION: DONE
-----------------------------------------------------*/

.home-announcement {
    padding: 25px 0;
}

@media (max-width: 769px) {
    .home-announcement {
        padding: 25px 0;
    }
}

/*----------------------------------------------------
--------------- HOME Services Section: --------------- MOBILE OPTIMIZATION: DONE
-----------------------------------------------------*/
.medium-image {
    width: auto;
    height: 400px;
    border-radius: 15px;
}

.home-services {
    height: auto;
    padding: 25px 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blocks-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* Dinamic blocks */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.blocks-container h3 {
    color: white;
}

@keyframes appear {
    from {
        opacity: 0;
        transform: scale(0) translateY(200px);
        transition: opacity 0.6s, transform 0.6s;
    }

    to {
        opacity: 1;
        transform: scale(100%) translateY(0px);
        transition: opacity 0.6s, transform 0.6s;
    }
}

.block {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    padding: 40px;
    text-align: left;
    border: 0.5px solid #2d2d2d;
    border-radius: 1rem;
    background-color: #1b1b1b;
    transition: 0.25s;
}

.block:hover {
    box-shadow: 3px 3px 5px #000000be;
    border-color: #0b4a71;
    transition: 0.5s;
}

.block p {
    margin-bottom: 25px;
    line-height: 1.5;
}

.block-button {
    margin-top: auto;
}

.block-button a button {
    width: 100%;
}

.block button:hover {
    background-color: #0b4a71;

}

.home-services,
.block,
.home-vehicles-fleet,
.home-tactic-services,
.services-subheader,
.contact-icons-info,
.map-container,
.agents-block,
.header-text,
.section-info-container {
    /*BLOCKS ANIMATION*/
    display: block;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 20%;
}

.contactus-container h1,
.contact-blocks-container {
    /*BLOCKS ANIMATION*/
    display: block;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 10%;
}

@media (max-width: 769px) {

    .home-services {
        padding: 25px 30px;
    }
}

/*----------------------------------------------------
----------- HOME Tactic Services Section: ------------ MOBILE OPTIMIZATION: DONE
-----------------------------------------------------*/
.home-tactic-services {
    max-height: 1150px;
    padding: 25px 50px 50px;
}

.row-tactic-container {
    display: flex;
    gap: 20px;
}

.tactic-image-container,
.tactic-info-container {
    width: 50%;
}

.home-tactic-services img {
    width: 100%;
    border-radius: 1rem;
}

.section-subtitle-container {
    padding: 0 20px 20px;
}

.home-tactic-services p {
    margin: 0;
    padding: 0 20px;
    line-height: 2.0;
}

@media (max-width: 899px) {
    .row-tactic-container {
        flex-direction: column;
    }

    .tactic-image-container,
    .tactic-info-container {
        min-width: 100%;
    }

    .tactic-image-container img {
        max-height: 400px;
        object-fit: cover;
    }

}

/*----------------------------------------------------
--------------- HOME Vehicles Section: --------------- MOBILE OPTIMIZATION: DONE
-----------------------------------------------------*/

.vehicles-fleet-summary {
    padding: 25px 50px 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.home-vehicles-fleet {
    display: flex;
    gap: 20px;
    height: auto;
    max-height: 1150px;
    padding: 20px;
    text-align: left;
    border-radius: 15px;

}

.home-vehicles-fleet h2 {
    color: white;
}

.home-vehicles-fleet .left {
    width: 50%;
    height: 100%;
    min-height: 320;
}

.home-vehicles-fleet .left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 75%;
    border-radius: 1rem;
}

.home-vehicles-fleet .right {
    width: 50%;
    /* padding: 0 50px; */
}

.home-vehicles-fleet .right .small-p {
    font-size: 90%;
    line-height: 1.5;
}

.vehicles-fleet-info-container {
    padding: 0 10px;
}

.vehicles-fleet-info-container button {
    margin-top: 25px;
}

@media (max-width: 839px) {
    .home-vehicles-fleet {
        flex-direction: column;
    }

    .home-vehicles-fleet .left {
        width: 100%;
        margin: 0 auto;
        min-height: 200px;
    }

    .home-vehicles-fleet .right {
        min-width: 100%;
        padding: 0;
    }

    .vehicles-fleet-info-container {
        width: 80%;
        margin: 0 auto;
        padding: 0 20px 20px;
    }

    .vehicles-fleet-info-container h2 {
        text-align: center;
    }

    .home-vehicles-fleet .left img {
        margin: 0 auto;
        height: 300px;
        object-fit: cover;
    }

    .vehicles-fleet-summary {
        padding: 0 50px 25px;
    }
}

@media (max-width: 839px) {
    .vehicles-fleet-summary {
        padding: 0 30px 25px;
    }
}

@media (max-height: 570px) {
    .home-vehicles-fleet .left img {
        height: auto;
    }
}

/*--------------- HOME Agents Section: ---------------*/

.home-agents-info {
    padding: 50px;
    color: #0c1935;
}

.home-agents-info-header {
    display: flex;
    height: auto;
    max-width: 1000px;
    text-align: left;
}

.home-agents-info-header .left {
    width: 50%;
    padding-right: 10px;
}

.home-agents-info-header .left h1 {
    color: white;
}

.home-agents-info-header .right {
    width: 50%;
    padding-left: 10px;

    font-size: 90%;
    line-height: 1.5;
}

.home-agents-info img {
    margin-top: 75px;
    width: 100%;
    max-width: 1000px;
    height: auto;
    opacity: 75%;
}

@media (max-width: 899px) {

    .home-agents-info-header {
        display: block;
    }

    .home-agents-info-header .right,
    .home-agents-info-header .left {
        width: 100%;
    }
}

/*--------------- HOME Footer Section: ---------------*/

.home-capitol-security-footer {
    height: auto;
    padding: 0 50px 50px;
    background-color: #24292D;
    border-top: solid 2px #424242;
}

.home-capitol-security-footer-content {
    display: flex;
    width: auto;
}

.home-capitol-security-footer-content li {
    font-size: 75%;
    padding-bottom: 15px;
    /*Corta parrafo*/
    max-width: 200px;
}

.footer-copyright {
    display: flex;
    width: auto;
    height: 50px;
    font-size: 75%;
    border-top: 2px solid #424242;
}

.footer-copyright p {
    width: 35%;
    margin: 0;
    text-align: left;
    align-self: flex-end;
}

.footer-copyright ul {
    display: flex;
    align-self: flex-end;
    width: 65%;
    margin: 0;
}

.footer-copyright ul li {
    width: 33%;
    text-align: center;
}

.footer-dynamic-left,
.footer-dynamic-center,
.footer-dynamic-right {
    width: 33%;
}

.footer-dynamic-left {
    margin: auto;
}

.footer-dynamic-left img {
    float: left;
    width: 125px;
}

.footer-dynamic-center {
    margin: 50px auto;
    padding-right: 10px;
    text-align: left;
}

.footer-dynamic-center ul {
    padding-left: 0;
}

.footer-dynamic-right {
    width: 30%;
    margin: 50px auto;
    text-align: left;

}

.footer-social {
    display: block;
    padding-left: 0;
}

.footer-social li * {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 769px) {
    .home-capitol-security-footer-content {
        display: grid;
        grid-template-areas:
            'left center'
            'right right';
    }

    .footer-dynamic-left img {
        width: 75px;
    }

    .home-capitol-security-footer-content li {
        padding-bottom: 10px;
    }

    .footer-dynamic-left {
        grid-area: left;
    }

    .footer-dynamic-center {
        grid-area: center;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .footer-dynamic-center li {
        max-width: 100%;
    }

    .footer-dynamic-right {
        width: 100%;
        margin: 0;
        text-align: center;
        grid-area: right;
        border-top: 2px solid #424242;
    }

    .footer-dynamic-right h4 {
        margin-bottom: 0;
    }

    .footer-social li {
        display: inline-block;
        padding-bottom: 10px;
    }

    .footer-social li a h4 {
        visibility: hidden;
        width: 0;
    }
}

@media (max-width: 569px) {

    .home-capitol-security-footer-content h4 {
        font-size: 80%;
        text-align: center;
    }

    .footer-copyright {
        display: block;
        text-align: center;
    }

    .footer-copyright p {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .footer-copyright ul {
        margin-top: 15px;
        padding: 0;
        width: 100%
    }

    .footer-copyright ul li {
        text-align: center;
    }
}

@media (max-width: 749px) {
    .home-capitol-security-footer {
        padding-top: 0;
    }

    .copyright {
        font-size: 80%;
    }
}

@media (max-width: 429px) {
    .footer-dynamic-center {
        width: 60%;
    }
}

/**** Policy / Privacy / Cookies ****/

#insert-policies {
    width: 60%;
    margin: 25px auto;
    padding: 25px;
    border-radius: 5px;
}

.privacy-logo {
    height: 150px;
    margin-top: 50px;
}

.privacy-menu {
    width: 100%;
}

.privacy-menu ul {
    display: flex;
    width: 60%;
    padding: 0;
    margin: 25px auto;
    font-size: 80%;
}

.privacy-menu ul {
    gap: 5%
}

.privacy-menu ul li {
    width: 30%;
}

.copyright a:hover {
    color: #0c1935;
}

.insert-policies h4 {
    color: #26a0da;
}

/******************************************************
*******************************************************
----------------- CAPITOL IT HTML File: ----------------- MOBILE OPTIMIZATION: 
*******************************************************
*******************************************************/

.dropdown .it:hover {
    color: rgb(122, 195, 255);
}

.it-info {
    padding: 50px;
    background-image: url("/images/LightGrayBackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.small-p {
    font-size: 80%;
    letter-spacing: 0.5px;
}

.smaller-p {
    font-size: 75%;
    font-weight: 600;
}

.bigger-font {
    font-size: xx-large;
}

/* Services */
.card-title {
    margin: 25px auto;
    width: 80%;
}

.block-container {
    display: flex;
    gap: 5%;
    margin: auto 5%;
}

.block-with-image {
    width: 30%;
    position: relative;
}

.block-image {
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-radius: 1rem;
}

.block-with-image h3,
.block-with-image p {
    width: 90%;
    text-align: center;
}

.block-image-wide {
    object-fit: contain;
    width: 100%;
    height: 300px;
    border-radius: 15px;
}

@media (max-width: 749px) {
    .block-container {
        display: block;
    }

    .block-with-image {
        width: 100%;
    }

    .block-with-image p {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {

    .large-image,
    .block-image {
        height: auto;
    }
}

/******************************************************
*******************************************************
-------------- CAPITOL Services HTML File: -------------- MOBILE OPTIMIZATION: 
*******************************************************
*******************************************************/

.services-subheader {
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ss-virtual {
    background-image: url("/images/virtual-guard-img-2.jpg");
    background-position: center;
}

.ss-contenedores {
    background-image: url("/images/365CapitolGuardiaVirtual1.jpg");
}

.ss-vehiculos {
    background-image: url("/images/PoliceVehiclesDesert.jpg");
    background-position: center;
}

.ss-drones {
    background-image: url("/images/DroneOverCityWide.jpg");
}

.ss-grilletes {
    background-image: url("/images/VirtualSecurityScreens01.jpeg");
}

.ss-flotas {
    background-image: url("/images/TruckFleet.jpeg");
    background-position: center;
}

.ss-frecuencias {
    background-image: url("/images/TelecomunicationFrecuencies.jpg");
    background-position: center;
}

.ss-cybersecurity {
    background-image: url("/images/CybersecurityScreen.jpg");
    background-position: center;
}

.ss-smartcity {
    background-image: url("/images/SmartCityPolesPlaza01.jpg");
    background-position: center;
}

.ss-energy {
    background-image: url("/images/Power-Generation.jpg");
    background-position: center;
}

.ss-biometric {
    background-image: url("/images/BiometricRegistration01.jpg");
    background-position: center;
}

.ss-virtual h1,
.ss-contenedores h1,
.ss-vehiculos h1,
.ss-drones h1,
.ss-grilletes h1,
.ss-flotas h1,
.ss-frecuencias h1,
.ss-cybersecurity h1,
.ss-smartcity h1,
.ss-energy h1,
.ss-biometric h1 {
    text-shadow: 2px 2px 2px #000000;
}

.services-subheader h1 {
    font-size: 2.5em;
    font-weight: 500;
    margin: 20px 0;
    width: 100%;
}

span {
    height: 0;
    padding: 0;
}

.services-info {
    width: 80%;
    margin: 0 auto;
}

.services-info-details p {
    padding-bottom: 20px;
}

.container-services,
.drones-services,
.fleet-services,
.cybersecurity-services,
.energy-services {
    padding: 1px 0;
    width: 100%;
}

.services-blocks-container {
    width: 80%;
    height: auto;
    margin: 25px auto 0;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 50%));
}

.service-block {
    margin: 10px;
    gap: 10px;
    border-radius: 15px;
    /*BLOCKS ANIMATION*/
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 30%;
}

.service-block-text {
    margin: 10px auto;
    width: 80%;
}

.service-block ul {
    padding: 0;
    margin: 0 auto;
    max-width: 400px;
}

.service-block ul li {
    text-align: left;
    padding-top: 10px;
}

.icon-container {
    padding: 10px 0 25px;
    max-width: 200px;
    margin: 0 auto;
}

.image-round-icon {
    max-width: 75px;
    width: 100%;
    border-radius: 20%;
}

.centered-content-div {
    width: 100%;
    text-align: center;
}

.service-block img {
    width: 100%;
    object-position: center;
}

.service-block h1 {
    margin-bottom: 10px;
}

.service-block h2 {
    font-size: 120%;
}

.service-block li {
    font-weight: 500;
}

.services-details {
    margin: 0 auto;
    padding: 15px 0 25px;
    width: 80%;
    text-align: center;
}

.services-contact {
    font-size: 120%;
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.services-subdetails {
    width: 80%;
    margin: 5px auto;
    color: #0c1935;
    text-align: center;
    font-size: 75%;
}

.other-services {
    margin: 20px auto;
    height: auto;
}

.ss-countries {
    background-image: url("/images/TelecomunicationFrecuencies.jpg");
    padding: 100px 50px;
    margin: 0 50px;
    border-radius: 2em;
}

.ss-countries h1 {
    text-shadow: 2px 2px 2px #000000aa;
    color: white;
}

#info-virtual,
#info-contenedores,
#info-vehiculos,
#info-drones,
#info-grilletes,
#info-flotas,
#info-frecuencias,
#info-cybersecurity,
#info-smartcity,
#info-energy,
#info-biometric,
#info-countries {
    padding: 0;
    display: block;
}

@media (max-width: 749px) {
    .services-blocks-container {
        display: block;
    }

    .service-block {
        min-height: 350px;
    }

    .service-block img {
        margin-bottom: 10px;
    }

    .service-block h2 {
        padding-top: 15px;
    }
}

/******************************************************
*******************************************************
------------ CAPITOL Contact Us HTML File: ------------ MOBILE OPTIMIZATION: 
*******************************************************
*******************************************************/

.agents-blocks-container {
    width: 80%;
    height: auto;
    margin: 25px auto 0;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 50%));
}

.agents-block {
    margin: 10px;
    gap: 10px;
    border-radius: 15px;
}

.agents-block img {
    width: 100%;
    min-height: 300px;
}

.left-bullets {
    text-align: left;
}

@media (max-width: 749px) {
    .agents-blocks-container {
        display: block;
    }

    .agents-block {
        min-height: 350px;
    }

    .agents-block img {
        margin-bottom: 10px;
    }

    .agents-block h2 {
        padding-top: 15px;
    }
}

@media (max-width: 600px) {
    .agents-block img {
        min-height: 300px;
    }
}

.contact-blocks-container {
    width: 80%;
    height: auto;
    margin: 25px auto;
    padding: 10px;
    display: block;
}

.blocks-container .contact-block {
    margin: 10px;
    gap: 10px;
    border-radius: 2.5%;
}

.contact-block img {
    width: 95%;
    object-position: center center;
}

.contact-block h2 {
    border-top: 2px solid #0c1935;
    padding: 25px;
}

.contact-details {
    margin: 25px auto;
    width: 80%;
    padding-bottom: 25px;
    text-align: center;
}

.contact-icons-info {
    padding: 0;
    display: flex;
}

.contact-icons-info>* {
    letter-spacing: 0.5px;
    padding: 7.5px 0;
    flex-grow: 1;
}

.contact-form-container {
    max-width: 800px;
    margin: 3rem auto;
    border: 0.5px solid #2d2d2d;
    border-radius: 1rem;
    background-color: #1b1b1b;
    transition: 0.25s;
    padding: 7px 2rem 2rem;
}

.contact-form {
    display: flex;
    flex-flow: row wrap;
    gap: 25px;
}

.contact-form-title {
    width: 100%;
    margin: 0;
    padding: 15px 0 25px;
    border-bottom: 2px solid #0b4a71;
}

.contact-form-input-div {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 15px;
}

.contact-form-input {
    padding: 0.75rem 1rem;
    color: white;
    background-color: hsl(210 11% 8%);
    border: 1px solid #2d2d2d;
    border-radius: 1rem;
}

.input-1,
.input-2 {
    width: calc(50% - 13px);
}

.input-3,
.input-4,
.input-5,
.form-button,
.form-terms {
    width: 100%;
}

.form-terms {
    font-size: 75%;
    text-align: center;
}

@media (max-width: 739px) {
    .contact-icons-info {
        display: block;
    }

    .contact-icons-info li {
        padding-bottom: 20px;
    }
}

@media (max-width: 549px) {

    .input-1,
    .input-2 {
        width: 100%;
    }
}

/*ICONS - From: 
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css 
HTML File, line 17*/

.contact-icons {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0b4a71, #0c1935);
    border-radius: 50%;
    margin: 0px auto 1rem;
}

.fa-phone:before {
    content: "\f095";
}


/**** Policy / Privacy / Cookies ****/

#insert-policies {
    width: 60%;
    margin: 25px auto;
    padding: 25px;
    border-radius: 5px;
}

.privacy-logo {
    height: 150px;
    margin-top: 50px;
}

.privacy-menu {
    width: 100%;
}

.privacy-menu ul {
    display: flex;
    width: 60%;
    padding: 0;
    margin: 25px auto;
    font-size: 80%;
}

.privacy-menu ul {
    gap: 5%
}

.privacy-menu ul li {
    width: 30%;
}

.copyright a:hover {
    color: #0c1935;
}

.insert-policies h4 {
    color: #0c1935;
}