@font-face{
    font-family: 'Monument Extended';
    src: url(./../../assets/fonts/MonumentExtended-Regular.otf);
    font-weight: 200;
    font-style: normal;

    font-family: "capitana", sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* G E N E R A L E S 
---------------------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

body{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    color: white;
}

a{
    color: inherit;
    text-decoration: none;
}

.container-fluid{
    padding-left: 85px;
    padding-right: 85px;
}

.h100vh {
    height: 100vh;
}

/* Fuentes */
h1{
    font-size: 60px;
    font-family: 'Monument Extended';
    font-weight: 200;
}

h2{
    font-size: 40px;
    font-family: "capitana", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h3{
    font-size: 20px;
    font-family: "capitana", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h4{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
}

h5{
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}

.p{
    font-size: 18px;
    font-weight: 200;
}

.p-text{
    font-size: 16px;
    font-weight: 200;
}

.white{
    color: white;
}

.black{
    color: black;
}

.blue{
    color: #131F74;
}

.blue2{
    color: #475B9C;
}

.blue3{
    color: #7584B2;
}

.grey{
    color: #D8D8D8 !important;
}

.bold {
    font-weight: 700;
}

.bg-gray {
    background-color: #fbfbfb;
}

/* Padding + Margins + Gap */
.pd-0{
    padding: 0;
}

.py-70{
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-140{
    padding-top: 140px;
    padding-bottom: 140px;
}

.pt-140{
    padding-top: 140px;
}

.pb-140{
    padding-bottom: 140px;
}

.mt-90{
    margin-top: 90px;
}

.mt-140{
    margin-top: 140px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-90{
    margin-bottom: 90px;
}

/* Banners */
.carousel-caption{
    text-align: start;
    left: 85px;
    bottom: 150px;
}

.txt-banners{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
}

.carousel-indicators [data-bs-target]{
    width: 13px;
    height: 13px;
    margin-right: 1px;
    margin-left: 1px;
    border-radius: 100%;
}

.carousel-indicators{
    position: absolute;
    right: 85px;
    bottom: 0;
    left: unset;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
}



/* N A V 
---------------------------------------------------------------------*/
.active{
    font-weight: 500 !important;
}

.dropdown-toggle::after{
    display: none;
}

.nav-links li a::before{
    margin-left: 0 !important;
}

.nav-link:hover{
    font-weight: 500;
}

.dropdown-item:hover{
    color: #131F74;
    font-weight: 500;
}

.dropdown-item{
    background-color: transparent !important;
    margin-left: 0 !important;
}

.dropdown-menu{
    border-radius: 0;
}

nav{
    height: 6rem;
    width: 100vw;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: absolute;
    z-index: 10;
    padding-left: 85px;
    padding-right: 85px;
    align-items: center;
}

/*Styling logo*/
.logo{
    width: 7vw;
}

/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: end;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 0;
    gap: 40px;
}

.nav-links li a{
    text-decoration: none;
    margin: 0 0.7vw;
    font-weight: 200;
}

.nav-links li{
    position: relative;
}

/*Styling Buttons*/
.btn-primary{
    color: white;
    background-color: #131F74;
    border: 1.5px solid #131F74;
    border-radius: 0;
    padding: 0.6rem 0.8rem;
    font-weight: 200;
    cursor: pointer;
    padding: 15px 30px;
}

.btn-primary:hover {
    color: #f2f5f7;
    background-color: transparent;
    border-radius: 0;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

.btn-secondary{
    color: #131F74;
    background-color: white;
    border: none;
    border-radius: 0;
    padding: 0.6rem 0.8rem;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.btn-secondary:hover {
    color: white;
    background-color: black;
    border: none;
    border-radius: 0;
    padding: 0.6rem 0.8rem;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    
}

.btn-contact{
    color: #fff;
    background-color: #131F74;
    border: none;
    border-radius: 0;
    padding: 0.6rem 0.8rem;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.btn-contact:hover {
    color: #131F74;
    background-color: white;
    border: 1px solid #131F74;
    border-radius: 0;
    padding: 0.6rem 0.8rem;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger{
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
    nav{
        position: absolute;
        z-index: 3;
        align-items: inherit;
    }

    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links{
        position: fixed;
        color: white;
        background: #020412;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        justify-content: space-evenly;
    }

    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(2000px at 90% -10%);
        pointer-events: all;
    }

    .nav-links li{
        opacity: 0;
    }

    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }

    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }

    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }

    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }

    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }

    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }

    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }

    li.fade{
        opacity: 100;
    }

    .fade:not(.show) {
        opacity: 100;
    }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}

.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}


/* H O M E 
---------------------------------------------------------------------*/
#sliderDesk{
    display: flex !important;
}

#sliderMb{
    display: none !important;
}

#sliderIpad{
    display: none !important;
}

.visible-lg{
    display: flex;
}

.txt-img{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 100px;
    padding-top: 100px;
}

.card-blue{
    position: absolute;
    right: 0;
    bottom: -70px;
    background-color: #131F74;
    padding: 70px 55px;
}

.card-responsabilidad{
    position: absolute;
    right: 0;
    bottom: -70px;
    background-color: white;
    padding: 50px 55px;
}

.material-symbols-outlined{
  color: #131F74;
}

.material-symbols-outlined:hover{
    color: white;
}

.arrow-contact{
    color: #fff;
  }
  
.arrow-contact:hover{
    color: #131F74;
}

.bg-black{
    position: relative;
    overflow: hidden;
    background-color: #020412;
}

.radial-gradient{
    width: 1000px;
    height: 1000px;
    border-radius: 100%;
    filter: blur(300px);
    position: absolute;
    top: -300px;
    right: -300px;
    background: radial-gradient(circle, rgba(31,58,145) 100%, rgba(31,58,145) 100%);
}

.radial-gradient-left{
    width: 1000px;
    height: 1000px;
    border-radius: 100%;
    filter: blur(300px);
    position: absolute;
    bottom: -300px;
    left: -300px;
    background: radial-gradient(circle, rgba(31,58,145) 100%, rgba(31,58,145) 100%);
}

.card{
    position: relative;
    border-radius: 0;
    border: none;
}

.card-subtitle{
    color: white;
}

.card-txt{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    flex-direction: column;
}

.card-btn{
    position: absolute;
    bottom: 0;
}

.card-uno{
    background-image: url(./../../assets/images/home/producto_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
}

.card-dos{
    background-image: url(./../../assets/images/home/producto_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
}

.card-tres{
    background-image: url(./../../assets/images/home/producto_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
}

.card-cuatro{
    background-image: url(./../../assets/images/home/producto_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
}

.card-cinco{
    background-image: url(./../../assets/images/home/producto_5.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
}

.card-white{
    height: 520px;
    background-image: none;
    background-size: cover;
    background-color: white;
    background-repeat: no-repeat;
}

.card-pd{
    padding-left: 30px;
    padding-bottom: 30px;
}

.btn-width{
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-gradient{
    height: 100%;
    background: rgb(2,3,15);
    background: linear-gradient(180deg, rgba(2,3,15,1) 0%, rgba(33,61,152,1) 100%);
}

.card-text{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}

.icon-valores{
    width: 5vw;
    margin-bottom: 40px;
}

input{
    font-size: 15px !important;
    font-weight: 300 !important;
    color: white ;
    background-color: transparent !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

textarea{
    font-size: 15px !important;
    font-weight: 300 !important;
    color: white !important;
    background-color: transparent !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-label{
    font-size: 12px;
    font-weight: 200;
    color: white;
}

.form-control{
    color: white;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid white;
    padding-left: 0;
}

.form-control::placeholder{
    color: white;
    font-size: 12px;
    font-weight: 200;
    padding-left: 0;
}

.form-control-black{
    color: black;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid black;
    padding-left: 0;
}

.form-control-black::placeholder{
    color: black !important;
    font-size: 12px;
    font-weight: 200;
    padding-left: 0;
}

.accordion-item {
    border-left: none;
    border-right: none;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #052c65;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237584B2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237584B2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/* N O S O T R O S 
---------------------------------------------------------------------*/
.fs-15{
    font-size: 15px;
    font-weight: 200;
}

.longEnough {
    max-height: 220px;
    overflow: auto;
}

.icon-historia{
    width: 5vw;
    margin-bottom: 5px;
}

.scroll_container {
    height: 800px;
    overflow:hidden;
}

.scroll_content {
    position:relative;
    height: 800px;
    overflow-y:auto;
}


.top_bottom_mask {
	position:absolute;
	overflow:hidden;
	width:17px;
	height:10px;
}

.left_right_mask {
	position:absolute;
	width:0px;
}

.corner_top_mask, .corner_bottom_mask {
	position:relative;
	left:-2px;
	height:20px;
	width:13px;
	border-radius:16px;
}

.corner_top_mask {
	top:-3px;
    left:-4px;
}

.corner_bottom_mask {
	top:-18px;
    left:-4px;
}


/* U B I C A C I O N E S 
---------------------------------------------------------------------*/
.card-ubicaciones{
    background-color: #FAFAFA;
    padding: 30px;
}

.form-check .form-check-input{
    float: left;
    margin-left: -0.5em;
}

.scroll_container_ubic {
    height: 430px;
    overflow:hidden;
}

.scroll_content_ubic {
    position:relative;
    height: 430px;
    overflow-y:auto;
}


/* P R O D U C T O S 
---------------------------------------------------------------------*/
.card-productos-uno{
    background-image: url(./../../assets/images/productos/product_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 508px;
}

.card-productos-dos{
    background-image: url(./../../assets/images/productos/product_02.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 508px;
}

.card-productos-tres{
    background-image: url(./../../assets/images/productos/product_03.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 508px;
}

.card-productos-cuatro{
    background-image: url(./../../assets/images/productos/product_04.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 508px;
}

.card-productos-cinco{
    background-image: url(./../../assets/images/productos/product_05.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 508px;
}

.card-productos-seis{
    background-image: url(./../../assets/images/productos/product_06.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 508px;
}

.card-productos-grey{
    background-color: #EAEEF0;
    height: 508px;
}

.box-blur{
    color: white;
    padding: 20px;
    backdrop-filter: blur(5px);
}

.card-blanco{
    position: absolute;
    right: 0;
    bottom: -70px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 20px 40px -8px #0000001c;
    padding: 50px 30px;
}

.card-blanco-lf{
    position: absolute;
    left: 0;
    bottom: -70px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 20px 40px -8px #0000001c;
    padding: 50px 30px;
    z-index: 5;
}

.txt-tablas{
    color: #131F74;
    font-family: "capitana", sans-serif;;
    font-size: 18px;
    font-weight: 600;
}

.text-table{
    font-size: 18px;
    margin-bottom: 0;
}

.box-color1{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #131F74;
    padding: 10px;
}

.box-color2{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1F3A91;
    padding: 10px;
}

.box-color3{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #475B9C;
    padding: 10px;
}

.box-color4{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7584B2;
    padding: 10px;
}

.box-br1{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1F3A91;
    background-color: #fff;
    padding: 10px;
}

.box-br2{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #475B9C;
    background-color: #fff;
    padding: 10px;
}

.box-br3{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7584B2;
    background-color: #fff;
    padding: 10px;
}

.icon-table{
    width: 2vw;
}

/* Logos */
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}
/* Logos */

/* C H A T A R R A 
---------------------------------------------------------------------*/
.banderas{
    width: 1.5vw;
}

.card-patios{
    height: 440px;
    padding: 20px 20px;
    background-color: #FAFAFA;
}

.marca-agua{
    color: #F4F4F4;
    font-size: 50px;
    font-family: "capitana", sans-serif;
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 0;
    position: absolute;
    right: 5px;
    bottom: 0;
}

.slide-container{
    width: 100%;
    padding: 40px 0;
}

.slide-content{
    overflow: hidden;
}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
}

.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after{
    background-color: #FFF;
}

.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover{
    background: #265DF2;
}

.swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover{
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 38px;
}

.swiper-button-next{
    right: 0;
}

.swiper-button-prev{
    left: 0;
}

.swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background-color: #4070F4;
}

/* .swiper-slide{
    width: 25% !important;
} */

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "\2190" !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "\2192" !important;
}

.swiper-button-next, .swiper-button-prev{
    color: #000 !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
    right: 70px !important;
    left: auto !important;
}

.swiper-button-next, .swiper-button-prev{
    position: relative !important;
    top: inherit !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: inherit !important;
    left: auto;
}
  
@media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
}


/* R E P O R T E S 
---------------------------------------------------------------------*/
.p-reportes{
    font-size: 16px;
    font-weight: 200;
}

.card-blue-reportes{
    position: relative;
    right: -28vw;
    top: -18vw;
    background-color: #131F74;
    padding: 70px 55px;
}

.h-info{
    height: 50vw;
}

.form-select{
    border-radius: 5px;
    border: 1px solid #000;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.top-consulta{
    top: -10vw;
}


/* N O T I C I A S 
---------------------------------------------------------------------*/
.card-noticias{
    border: none;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 25px 5px #0000000f;
}

.card-img-top{
    border: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


/* C O N T A C T O 
---------------------------------------------------------------------*/
th{
    color: white !important;
    font-size: 18px;
    font-family: "capitana", sans-serif;
    font-weight: 300;
    background-color: #1F3A91 !important;
    padding: 20px !important;
}

td{
    padding: 20px !important;
}

.td-grey{
    background-color: #FAFAFA !important;
}

.table-border{
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}

/* F O O T E R 
---------------------------------------------------------------------*/
.logo-footer{
    width: 12vw;
}

.footer-title{
    font-size: 16px;
    font-weight: 500;
}

.footer-txt{
    font-size: 13px;
    font-weight: 200;
}

.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd;
}



@media only screen and (min-width: 1px) and (max-width: 600px){
    .radial-gradient {
        width: 700px;
        height: 700px;
        border-radius: 100%;
        filter: blur(300px);
        position: absolute;
        top: -300px;
        right: -300px;
        background: radial-gradient(circle, rgba(31, 58, 145) 100%, rgba(31, 58, 145) 100%);
    }

    .radial-gradient-left {
        width: 700px;
        height: 700px;
        border-radius: 100%;
        filter: blur(300px);
        position: absolute;
        bottom: -300px;
        left: -300px;
        background: radial-gradient(circle, rgba(31, 58, 145) 100%, rgba(31, 58, 145) 100%);
    }

    .visible-lg{
        display: none;
    }

    .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Padding + Margins + Gap */
    .py-50-sm{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .py-140{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-140-sm{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-140{
        padding-top: 50px;
    }

    .mt-20-sm{
        margin-top: 20px;
    }

    .mt-140 {
        margin-top: 100px;
    }

    .mb-20-sm{
        margin-bottom: 20px;
    }

    /* Fuentes */
    h1{
        font-size: 35px;
        font-family: 'Monument Extended';
        font-weight: 200;
    }

    h2{
        font-size: 30px;
        font-family: "capitana", sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    h3{
        font-size: 20px;
        font-family: "capitana", sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    h4{
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        text-transform: uppercase;
    }

    .p{
        font-size: 15px;
        font-weight: 200;
    }

    .txt-banners {
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 200;
        font-style: normal;
    }


    /* N A V 
    ---------------------------------------------------------------------*/
    nav{
        padding-left: 0px;
        padding-right: 0px;
    }

    /*Styling logo*/
    .logo{
        width: 25vw;
        margin-left: 6vw;
        margin-top: 1.8rem;
    }

    .dropdown-menu.show{
        inset: 0px auto auto -60px !important;
    }

    .dropdown-menu-nosotros.show{
        inset: 0px auto auto -35px !important;
    }


    /* H O M E 
    ---------------------------------------------------------------------*/
    #sliderDesk{
        display: none !important;
    }

    #sliderMb{
        display: flex !important;
    }

    #sliderIpad{
        display: none !important;
    }

    .carousel-caption {
        text-align: start;
        left: 20px;
        bottom: 65px;
    }

    .carousel-caption-sm {
        text-align: start;
        top: 125px;
        left: 20px;
        bottom: 0px !important;
    }

    .carousel-indicators{
        display: none;
    }

    .txt-img {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }

    .icon-valores {
        width: 15vw;
        margin-bottom: 40px;
    }

    .card-blue {
        position: relative;
        right: inherit;
        bottom: inherit;
        background-color: #131F74;
        padding: 30px 30px;
    }


    /* N O S O T R O S 
    ---------------------------------------------------------------------*/
    .icon-historia {
        width: 15vw;
        margin-bottom: 5px;
    }


    /* P R O D U C T O S 
    ---------------------------------------------------------------------*/
    .card-blanco {
        position: relative;
        right: 0;
        bottom: 0;
        background-color: #fff;
        border: 1px solid #E4E4E4;
        box-shadow: 0px 20px 40px -8px #0000001c;
        padding: 50px 30px;
    }

    .card-blanco-lf {
        position: relative;
        left: 0;
        bottom: 0;
        background-color: #fff;
        border: 1px solid #E4E4E4;
        box-shadow: 0px 20px 40px -8px #0000001c;
        padding: 50px 30px;
        z-index: 5;
    }

    .flex-reverse-sm{
        flex-direction: column-reverse;
    }

    .icon-table {
        width: 7vw;
    }


    /* C H A T A R R A 
    ---------------------------------------------------------------------*/
    .banderas {
        width: 7vw;
    }


    /* R E P O R T E S 
    ---------------------------------------------------------------------*/
    .card-blue-reportes {
        position: relative;
        right: 0;
        top: 0;
        background-color: #131F74;
        padding: 30px 30px;
    }

    .h-info {
        height: auto;
    }

    .top-consulta {
        margin-top: 50px;
        top: 0;
    }


    /* C O N T A C T O 
    ---------------------------------------------------------------------*/
    .nowrap-sm{
        white-space: nowrap;
    }


    /* F O O T E R 
    ---------------------------------------------------------------------*/
    .logo-footer{
        margin-top: 20px;
        width: 25vw;
    }
}



@media only screen and (min-width: 768px) and (max-width: 770px) {
    .mt-20-md{
        margin-top: 20px;
    }

    .mt-50-md{
        margin-top: 50px;
    }

    .visible-lg{
        display: none;
    }

    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .carousel-caption-sm {
        text-align: start;
        top: 140px;
        left: 85px;
        bottom: 0px !important;
    }

    /* H O M E 
    ---------------------------------------------------------------------*/
    #sliderDesk{
        display: none !important;
    }

    #sliderMb{
        display: none !important;
    }

    #sliderIpad{
        display: flex !important;
    }

    .logo {
        width: 20vw;
    }

    .pd-top{
        padding-top: 20px;
    }

    .card-blue {
        position: relative;
        right: 0;
        bottom: -30px;
        background-color: #131F74;
        padding: 70px 55px;
    }

    .txt-img {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 56px;
        padding-top: 100px;
    }

    .icon-valores {
        width: 7vw;
        margin-bottom: 40px;
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(2000px at 90% -10%) !important;
        pointer-events: all;
    }


    /* P R O D U C T O S 
    ---------------------------------------------------------------------*/
    .card-blanco {
        position: relative;
        right: 0;
        bottom: -30px;
        background-color: #fff;
        border: 1px solid #E4E4E4;
        box-shadow: 0px 20px 40px -8px #0000001c;
        padding: 50px 30px;
    }

    .card-blanco-lf {
        position: relative;
        left: 0;
        bottom: -30px;
        background-color: #fff;
        border: 1px solid #E4E4E4;
        box-shadow: 0px 20px 40px -8px #0000001c;
        padding: 50px 30px;
        z-index: 5;
    }

    .flex-reverse-sm{
        flex-direction: column-reverse;
    }

    .icon-table {
        width: 5vw;
    }


    /* R E P O R T E S 
    ---------------------------------------------------------------------*/
    .card-blue-reportes {
        position: relative;
        right: 0;
        top: 30px;
        background-color: #131F74;
        padding: 70px 55px;
    }

    .h-info {
        height: auto;
    }


    /* C O N T A C T O 
    ---------------------------------------------------------------------*/
    .nowrap-sm{
        white-space: nowrap;
    }

}



@media only screen and (min-width: 820px) and (max-width: 825px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
}

@media (max-width: 1440px){
}

@media only screen and (min-width: 1400px) and (max-width: 1900px) {
}




