/* general section */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 500ms;
  background: none;
}

body {
  font-family: 'COCOGOOSE', 'Arial Black';
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom_heading-container h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  position: relative;
}

.custom_heading-container h3::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 50px;
  height: 7px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EF1B26;
  border-radius: 15px;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.btn-box a {
  color: #1d1d1d;
  margin-right: 15px;
  font-size: 18px;
}

.btn-box hr {
  width: 75px;
  height: 1.2px;
  border: none;
  background-color: #464646;
  margin: 0;
}

/* end general section */



/*header section*/
.sub_page .hero_area {
  height: 100%;
}

.hero_area.sub_pages {
  height: 100%;
}

.header_section {
  width: 100%;
  display: flex;
  height: fit-content;
  min-height: 80px;
  text-transform: uppercase;
  align-items: center;
  background-color: #273994;
  position: fixed;
  z-index: 100;
}

.header_section .container-fluid {
  margin: 0;
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .logo {
  width: 100%;
  padding: 5px 10px;
  width: 130px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-right: 20px;
}

.header_section .logo-anni {
  max-width: 80px;
  max-height: 50px;
  width: auto;
  margin-left: 10px;
  object-fit: contain;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-family: 'Arial';
  padding: 10px 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  transform: scale(1.05);
}

.custom_nav-container .navbar-nav .nav-item.active {
  transform: scale(1.3);
}

.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 17px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EF1B26;
  border-radius: 5px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover::before {
  display: block;
}

.custom_nav-container .navbar-nav .nav-item.active a::before {
  display: block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand img {
  width: 45px;
  margin-right: 5px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/*end header section*/



.contenido {
  padding: 0;
  margin: 0;
  padding-top: 80px;
}


/* slider section */

.slider_section {
  background-color: #273994;
}

.slider_section .carousel-inner {
  max-height: 720px;
}

.slider_section .slide-img {
  width: 100%;
  height: 100%;
  clip-path: inset(0px 0px 0px 0px);
}


.slider_section .slider_nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .slider_nav-box .custom_carousel-control {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 25px;
  height: 25px;
  margin: 10px;
  border-radius: 50%;
}

.slider_section .carousel-control-prev {
  background-color: #ffffff;
  background-image: url(../images/left-arrow-black.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/left-arrow.png);
}

.slider_section .carousel-control-next {
  background-color: #ffffff;
  background-image: url(../images/right-arrow-black.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/right-arrow.png);
}

.slider_section .slide-img::selection {
  text-decoration: none;
}

/* end slider section */


/* intro section */
.intro_section {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 0;
}

.intro_section .intro-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.intro_section .intro-content h1 {
  min-width: 100%;
  color: #EF1B26;
  margin-top: 100px;
  font-size: 2.2rem;
}

.intro_section .intro-content h2 {
  min-width: 100%;
  margin: 50px;
  font-size: 2rem;
  color: #5d5d5d;
}

.intro_section .intro-content h6 {
  font-size: 1rem;
  color: #989898;
  margin: 50px;
}

.intro_section .intro-content b {
  color: #5d5d5d;
}

/* end intro section */



/* special service section */

.special-service_section {
  background-image: url(../images/FONDO-SERVICIOS-ESPECIALES.png);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.special-service_section .special-service-content {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  text-align: center;
  justify-content: center
}

.special-service_section .special-service-content h1 {
  min-width: 100%;
  color: #232c5c;
  margin: 50px;
  font-size: 2.2rem;
}

.special-service_section .special-service-content h2 {
  min-width: 100%;
  font-size: 0.9rem;
  color: #989898;
  margin-top: 10px;
  margin-bottom: 70px;
}

.special-service_section .special-service-content h2 b {
  color: #474747;
}

.special-service_section .special-service-content .services-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.special-service_section .special-service-content .services-container .service {
  margin: 20px;
  width: 200px;
}

.special-service_section .special-service-content .services-container .service img {
  margin-bottom: 20px;
}

.special-service_section .special-service-content .services-container .service h4 {
  color: #474747;
  font-size: 0.7rem;
}

/* end special service section */



/* about section */

.principal_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0;
  width: 100vw;
}

.principal_about .principalimg {
  margin-bottom: 50px;
  width: 100vw;
  min-width: 200px;
  height: fit-content;
}

.principal_about .principalimg img {
  position: relative;
  width: 100%;
  clip-path: inset(0px 0px 0% 0px);
}

.principal_about .about_info {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  font-family: 'Arial';
  display: flex;
  flex-wrap: wrap;
}

.principal_about .about_info h3 {
  font-family: 'Arial Black';
  border-bottom: solid #19234f;
  text-transform: none;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: #19234f;
}

.principal_about .about_info p {
  margin-top: 40px;
  text-align: justify;
  font-size: 1.4rem;
  color: #19234f;
}

.important_about {
  background: url(../images/network_bg.webp);
  background-size: cover;
  padding: 50px;
  padding-left: 0;
  padding-right: 0;
}

.important_about .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.important_about .content .item {
  font-size: 1.5rem;
  text-align: center;
  margin: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: fit-content;
  font-family: 'Arial';
  color: #FFFFFF;
}

.important_about .content .item .emphasis {
  font-family: 'COCOGOOSE';
  font-size: 2rem;
}

.mvv_section {
  padding: 25px;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.mvv_section .mision_section,
.mvv_section .vision_section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mvv_section .mvv-title {
  text-align: center;
  width: 100%;
  font-family: 'Arial Black';
  text-transform: none;
  font-size: 1.5rem;
  margin-bottom: 50px;
  color: #19234f;
}

.mvv_img,
.mvv_content {
  width: 50%;
  font-family: 'Arial';
}


.mvv_content h1 {
  text-align: center;
  width: 100%;
  font-family: 'Arial Black';
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #19234f;
}

.mision_section .mvv_content .text {
  padding-left: 10px;
  text-align: justify;
}

.vision_section .mvv_content .text {
  padding-right: 10px;
  text-align: justify;
}

.mvv_section img {
  width: 100%;
}

.valores_section {
  width: 100%;
  border-top: solid #000000;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 25px;
}

.valores_section h1 {
  width: 100%;
  font-family: 'Arial Black';
  font-size: 1.5rem;
  padding-bottom: 30px;
  color: #19234f;
}

.valores_section .valores-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: justify;
}

.valores_section .valores-content .text {
  font-family: 'Arial';
  margin-bottom: 25px;
}

.valores-content .cards_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.valores-content .cards_section .card {
  margin-bottom: 10px;
  width: 1000px;
  height: fit-content;
  padding: 20px;
  background: #f5f5ff;
}

.valores-content .cards_section .card h1 {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 20px;
  padding: 0;
}

.valores-content .cards_section .card p {
  font-family: 'Arial';
  font-size: .75rem;
}

/* end about section */




/* service section */

.service_section {
  margin: 0;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.service_section .main-title {
  margin-bottom: 20px;
  width: 100%;
}

.service_section h3 {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: #19234f;
  margin-bottom: 20px;
}

.service_section .main-text {
  width: 100%;
  margin-bottom: 20px;
}

.service_section .main-text p {
  color: #3b4054;
  font-size: .7em;
  text-align: justify;
  line-height: 25px;
}

.service_section .departaments_section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service_section .departaments_section .departament {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 200px;
  margin: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service_section .departament-img {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}

.service_section .departament-img img {
  width: auto;
  height: 100%;
}

.service_section .departaments_section .departament h1 {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: #19234f;
}

.service_section .departaments_section .departament a h6 {
  font-size: .7em;
  color: #273994;
}

.service_section .departaments_section .departament a hr {
  padding: 0;
  margin: 5px;
  height: 2px;
  background-color: #EF1B26;
  border-radius: 3px
}

/* end service section */



/* departament section */

.departament_section {
  margin: 0;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.departament_section .main-title {
  margin-bottom: 20px;
  width: 100%;
}

.departament_section .main-title h1 {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: #19234f;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.departament_section .principalimg {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}

.departament_section .principalimg img {
  width: 100%;
}

.departament_section .main-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.departament_section .main-text p {
  color: #3b4054;
  font-size: 1em;
  text-align: justify;
  line-height: 25px;
}

.departament_section .main-text h3 {
  font-size: 1.2em;
  color: #273994;
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.departament_section .main-text .service {
  color: #EF1B26;
  margin-bottom: 30px;
}

.departament_section .main-text .service h2 {
  font-size: .9em;
  color: #19234f;
  margin-bottom: 15px;
}



/* end departament section */


/* contact section */

.contact_section input,
.contact_section select {
  width: 100%;
  border: 0;
  padding: 15px 12px;
  background-color: #f2f2f2;
  outline: none;
  margin: 10px 0;
}

.contact_section input::-webkit-input-placeholder,
.contact_section select::-webkit-input-placeholder {
  color: #3a3a3a;
}

.contact_section input:-ms-input-placeholder,
.contact_section select:-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::-ms-input-placeholder,
.contact_section select::-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::placeholder,
.contact_section select::placeholder {
  color: #3a3a3a;
}

.contact_section button {
  background-color: #EF1B26;
  padding: 12px 55px;
  outline: none;
  border: none;
  border: 1px solid #EF1B26;
  color: #fff;
  margin-top: 25px;
}

.contact_section button:hover {
  color: #EF1B26;
  background-color: transparent;
}

/* end contact section */



/* client section */

.client_section {
  background: #f7fcff;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.client_section .custom_heading-container {
  width: 100%;
}

.container__card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px;
  width: 100%;
  margin: auto;
  perspective: 1000px;
  align-content: center;
}

.card__father {
  margin: 20px;
  width: 20%;
  min-width: 200px;
}

.card__father:hover .card {
  transform: rotateY(180deg);
}

.card {
  width: 100%;
  height: 200px;
  position: relative;
  transform-style: preserve-3d;
  transition: all 1.5s;
  border: none;
}

.card__front,
.card__back {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 4px 3px 15px #989898;
  align-items: center;
}


.body__card__front,
.body__card_back {
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  transform: translateZ(60px);
  width: 100%;
}

.body__card_back ul {
  padding-left: 15px;
  padding-top: 15px;
}


.card__back {
  font-family: 'Arial';
  transform: rotateY(180deg);
  font-size: 0.5rem;
}

.card img {
  width: 100%;
  max-width: 150px;
  margin: auto;
}

/* end client section */


/* info section */
.info_section {
  width: 100%;
  background-color: #273994;
  color: #ffffff;
}

.info_section a {
  color: #fff;
}

.info_section li {
  transition: all 100ms;
}

.info_section li:hover {
  transform: scale(1.01);
}

.info_section h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.info_section .info-logo h2 {
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-right: 15px;
}

.info_section .info-logo p {
  font-size: 0.6rem;
  margin-right: 15px;
}

.info_section .info-nav ul {
  padding-left: 15px;
}

.info_section .info-nav ul li {
  list-style-type: none;
  position: relative;
  margin: 3px 0;
}

.info_section .info-nav ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #EF1B26;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

.info_section .info-contact h6 {
  color: #000000;
  font-size: 18px;
}

.info_section .info-contact .call {
  margin-top: 20px;
}

.info_section .discover ul {
  padding: 0px;
}

.info_section .discover ul li {
  list-style-type: none;
  margin: 5px;
}

.info_section .social-box {
  margin-left: 70px;
}

/* end info section */




/* footer section*/
.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer_section p {
  color: #171717;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #171717;
}








<style>.slider {
  position: relative;
  width: 50px;
  height: 50px;
}

.slides {
  position: absolute;
  width: 300%;
  height: 100%;
  animation: slide 6s infinite;
}

.slides label {
  width: 33.33%;
  height: 100%;
  display: inline-block;
}

.controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.controls label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
  margin: 0 5px;
  cursor: pointer;
}

input[name="slide"]:checked~.controls label {
  background-color: black;
}

@keyframes slide {

  0%,
  100% {
    margin-left: 0;
  }

  33% {
    margin-left: -100%;
  }

  66% {
    margin-left: -200%;
  }
}

</style>
/* end footer section*/

img {
  max-width: 100%;
  height: auto;
}