/*

Template 2075 Digital Team

http://www.tooplate.com/view/2075-digital-team

*/

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}

.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 300px;
  border-color: #FF4000;
}

.section-title strong {
  color: #0a227f;
  font-size: 56px;
}

.section-title h1 {
  font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#work,
#about,
#team,
#portfolio,
#pricing,
#contact {
  padding-top: 100px;
  padding-bottom: 100px;
}


/* Section home */

.body-comunicate {
  background: rgba(255, 255, 255, .9);
  color: #000000;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

/* ==========================================================================
preloader section
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #0a227f;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
  background: #4B4B4B;
  margin-bottom: 0;
}

.custom-navbar .navbar-brand {
  color: #0a227f;
  font-weight: 600;
  font-size: 24px;
}

.custom-navbar .navbar-brand .navbar-toggle {
  background: #0a227f;
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.custom-navbar .nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #eeeeee;
}

.custom-navbar .nav>li>a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}

.custom-navbar .nav li.active>a {
  color: #0a227f;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #0a227f;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    background: #4B4B4B;
    padding: 10px;
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    padding: 8px;
    background: #4B4B4B;
  }
}


/* ==========================================================================
home section
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

#home h1 {
  font-size: 40px;
}

#home h3 {
  font-size: 14px;
}

#home hr {
  width: 240px;
}

#home .btn {
  background: transparent;
  border: 4px solid #0a227f;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #0a227f;
  border-color: transparent;
}

#home .btn-danger {
  background: #0a227f;
  border-color: transparent;
}

#home .btn-danger:hover {
  border: 4px solid #0a227f;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}

.logo-avc {
  background: rgba(255, 255, 255, .8);
  border-radius: 1px 1px 10px 10px;
}

.numbers-avc {
  width: 60%;
  display: flex;
  color: #1f407a;
  flex-direction: column;
  min-width: 300px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .8);
  padding: 10px;
}

.numbers-avc div p {
  margin-bottom: 0px;
}

.numbers-avc a {
  text-decoration-line: none;
}

.numbers-avc a:link,
.numbers-avc a:visited,
.numbers-avc a:hover,
.numbers-avc a:active {
  text-decoration-line: none;
  color: #1f407a;
}

/* ==========================================================================
work section
========================================================================== */
#work {
  text-align: center;
}

#work .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

#work .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

#work h3 {
  font-size: 18px;
}


/* ==========================================================================
about section
========================================================================== */
#about {
  background: #3B3B3B;
  color: #ffffff;
}

.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}

.nav-tabs>li>a:hover {
  background-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #0a227f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.tab-content {
  padding-top: 20px;
}

.tab-content a {
  color: #0CC;
}

.tab-content a:hover,
.tab-content a:link {
  color: #FF0;
  text-decoration: none;
}

/* ==========================================================================
team section
========================================================================== */
#team {
  text-align: center;
}

#team h3 {
  color: #0a227f;
  font-size: 14px;
  font-weight: bold;
}

#team .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#team .team-wrapper {
  overflow: hidden;
  position: relative;
}

#team .team-des {
  background-color: rgba(00, 00, 00, 0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#team .team-des:hover {
  opacity: 1;
}

#team img {
  margin: 0 auto;
}

#team .social-icon li a {
  color: #fff;
}

#team .social-icon li a:hover {
  color: #0a227f;
}

/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
  background-color: #f6f6f6;
  text-align: center;
}

#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

#portfolio img:hover {
  opacity: 0.5;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 40px 0 24px 0;
  overflow: hidden;
  text-align: center;
}

.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}

.filter-wrapper li a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  color: #0a227f;
  outline: none;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
  width: 100%;
}

.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}

.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fluid-img {
  width: 100%;
  display: block;
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
}

#pricing h2 {
  font-size: 52px;
}

#pricing h3 {
  font-size: 16px;
}

#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 32px;
}

#pricing .plan span {
  font-size: 16px;
}

#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px;
  margin-bottom: 20px;
}

#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}

#pricing .plan ul {
  padding: 0px;
}

#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}

#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}

#pricing .plan-one .btn {
  background-color: #0a227f;
}

#pricing .plan-two .btn {
  background-color: #ffa400;
}

#pricing .plan-three .btn {
  background-color: #009988;
}

#pricing .plan .btn:hover {
  background-color: #3B3B3B;
}


/* ==========================================================================
contact section
========================================================================== */
#contact {
  background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

#contact h2 {
  padding-bottom: 20px;
}

#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}

#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}

#contact form {
  padding-top: 60px;
}

#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact input {
  height: 40px;
}

#contact input[type="submit"] {
  background: #0a227f;
  border: 3px solid #0a227f;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}

#contact input[type="submit"]:hover {
  color: #000000;
}


/* ==========================================================================
facturacion section
========================================================================== */

.facturacion-section {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  min-height: calc(100% - 216px);
  padding-bottom: 80px !important;
}

.facturacion-section h1 {
  font-size: 40px;
}
.responseForm {
  background-color: rgba(255, 255, 255, .8);
  margin: auto !important;
  width: 90% !important;
  max-width: 600px !important;
  /* font-size: 20px; */
  gap: 10px;
  /* display: flex; */
  min-height: 585px;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  color: black;
  padding: 25px;
  border-radius: 10px;
}

.responseForm h1 {
  text-transform: uppercase;
  margin: 0px !important;
  color: #0a227f;
}

.responseForm h2 {
  text-transform: uppercase;
}

.responseForm div {
  padding: 15px;
}

.responseForm p {
  font-size: 18px;
}

.responseForm a {
  text-decoration: none;
}

.responseForm a:hover {
  text-decoration: none;
  color: #ced8ff ;
}

.titleForm {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-size: 25px !important;
  /* font-family: "Merriweather", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

#crmWebToEntityForm  {
  background-color: rgba(255, 255, 255, .8);
  color: black;
  max-width: 600px;
  border-radius: 10px;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
}

#crmWebToEntityForm * {
  box-sizing: border-box;
  direction: ltr;
  font-size: 16px;
}

.zcwf_lblLeft .zcwf_title {
  word-wrap: break-word;
  padding: 0px 6px 10px;
  font-weight: bold
}

.zcwf_lblLeft.cpT_primaryBtn:hover {
  background: linear-gradient(#02acff 0, #006be4 100%) no-repeat padding-box !important;
  box-shadow: 0 -2px 0 0 #0159b9 inset !important;
  border: 0 !important;
  color: #fff !important;
  outline: 0 !important;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text],
input[type=password],
.zcwf_lblLeft .zcwf_col_fld textarea {
  width: 100%;
  border: none;
  resize: vertical;
  border-radius: 2px;
  float: left;
}

.zcwf_lblLeft .zcwf_col_lab {
  /* width: 30%; */
  word-break: break-word;
  padding: 0px 6px 0px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  min-height: 1px;
}

.zcwf_lblLeft .zcwf_col_fld {
  float: left;
  /* width: 68%; */
  padding: 0px 6px 0px;
  position: relative;
  margin-top: 5px;
}

.zcwf_lblLeft .zcwf_privacy {
  padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
  display: none;
}

.dIB {
  display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
  /* width: 60%; */
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  float: left;
  resize: vertical;
  padding: 2px 5px;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
  content: '';
  display: table;
  clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
  float: left;
  margin-left: 7px;
  font-size: 12px;
  max-width: 35%;
  word-break: break-word;
}

.zcwf_lblLeft .zcwf_help_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c0c6cc;
  color: #c1c1c1;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
}

.zcwf_lblLeft .zcwf_row {
  margin: 15px 0px;
  display: flex;
  flex-direction: column;
}

.zcwf_lblLeft .formsubmit {
  margin-right: 5px;
  cursor: pointer;
  color: var(--baseColor);
  font-size: 12px;
}

.zcwf_lblLeft .zcwf_privacy_txt {
  width: 90%;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  color: var(--baseColor);
  padding-top: 2px;
  margin-left: 6px;
}

.zcwf_lblLeft .zcwf_button {
  font-size: 12px;
  color: var(--baseColor);
  border: 1px solid #c0c6cc;
  padding: 3px 9px;
  border-radius: 4px;
  cursor: pointer;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zcwf_lblLeft .zcwf_tooltip_over {
  position: relative;
}

.zcwf_lblLeft .zcwf_tooltip_ctn {
  position: absolute;
  background: #dedede;
  padding: 3px 6px;
  top: 3px;
  border-radius: 4px;
  word-break: break-word;
  min-width: 100px;
  max-width: 150px;
  color: var(--baseColor);
  z-index: 100;
}

.zcwf_lblLeft .zcwf_ckbox {
  float: left;
}

.zcwf_lblLeft .zcwf_file {
  width: 55%;
  box-sizing: border-box;
  float: left;
}

.cBoth:after {
  content: '';
  display: block;
  clear: both;
}

.archivos span {
  font-size: 14px !important;
  padding-inline: 6px;
}

@media all and (max-width: 600px) {

  .zcwf_lblLeft .zcwf_col_lab,
  .zcwf_lblLeft .zcwf_col_fld {
    width: auto;
    float: none !important;
  }

  .zcwf_lblLeft .zcwf_col_help {
    width: 40%;
  }
}


.zcwf_file {
  display: none;
}

#file-name {
  display: block;
  margin-top: 8px;
  color: #0a227f;
  font-size: 14px;
}

.d-none {
  display: none !important;
}

.custom-label-file-btn {
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  background-color: #0a227f;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  position: relative !important;
  width: auto;
  margin: 0;
}

.btnSend {
  background-color: #0a227f !important;
  padding: 1rem !important;
  border-radius: 4px !important;
  border: 1px solid #2947c2 !important;
  color: #FFFFFF;
  font-weight: 500 !important;
  max-width: 200px;
  text-transform: uppercase;
  margin: auto !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s;
  font-size: 16px;
  min-height: 38px;
}


.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 38px;
  font-size: 16px;
  overflow: hidden !important;
  max-width: 100%;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.g-recaptcha div {
  width: auto !important;
}

.px-0 {
  padding-inline: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.mx-0 {
  margin-inline: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/* Estilos del popover */
.popover-content {
  display: none;
  position: absolute;
  /* top: 100%;
  left: 50%; */
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 100;
  width: 300px;
}

/* Mostrar popover cuando el checkbox esté marcado */
input[type="checkbox"]:checked+.popover-btn .popover-content {
  display: block;
}

/* Estilos para el botón de cierre */
.close-btn-popover {
  border-radius: 50px;
  outline: none !important;
  position: absolute;
  top: -14px !important;
  right: -12px !important;
  background-color: white;
  font-size: 25px !important;
  color: #2d2d2d;
  box-sizing: border-box;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  /* Asegura que el contenido esté centrado */
  padding: 0;
  /* Elimina cualquier padding que pueda afectar el tamaño */
  border: none;
  /* Asegura que no haya borde que pueda cambiar el tamaño */
  /*  background-color: transparent; Elimina el fondo si es necesario */
}

.divContainer {
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
/*  padding-top: 60px;
  padding-bottom: 60px;
*/
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 176px;
}

footer p {
  padding-top: 20px;
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}

.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.social-icon li a:hover {
  color: #0a227f;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {

    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }
}


/* iframe */
.backgroundBg {
  background: transparent !important;
}

.iframe-avc {
  /* height: 1000px; */
  height: 1750px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}
.container-items-footer, .items-navbar-header{
  display: flex;
  gap: 20px;
  justify-content: center;
}

.items-navbar-header{
  justify-content: flex-end;
  height: 60px;
  align-items: center;
  width: 100%;
}
.items-navbar-header  p{
  margin: 0;
}
.items-navbar-header  a{
  color: #ffffff;
  font-size: clamp(12px,2vw, 18px);
  font-weight: 500;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.item-active-nav{
  border-bottom: 2px solid #ffffff;
}
/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    /* padding-top: 320px; */
    padding-bottom: 320px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #home h1 {
    font-size: 22px;
  }

  #home h3 {
    font-size: 12px;
  }

  .iframe-avc {
    height: 1750px;
    width: 100%;
  }

}
