/* ---------------------------------------------------------------------------------------
Theme specific CSS:
--------------------------------------------------------------------------------------- */

a.center-bubble {opacity:0.9;}
a.center-bubble:hover {opacity:1;}

.wpcf7-form {
	padding: 60px;
    border-radius: 60px;
    background-color: yellow;
    color: #000;
}

.wpcf7-form label {

    color: #000;
}

.wpcf7-form input {

    color: #000;
}

.wpcf7-form select {

    color: #000;
	display: block;
}

.wpcf7-submit {
	padding: 10px 20px;
    cursor: pointer;
	}
.block-section-in select#area-filter{
	display: block;
	/*background: white;*/
    width: 250px;
		margin-left: auto;
margin-right: auto;
min-width: 25%;
max-width: 100%;
	background-color: black;
    color: white;
    font-family: 'ABCArizonaFlare';
}
#header-um{
  background: black;
  color: white;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  border-bottom: 2px solid white;
  z-index: 4;
}
.header-fix{
  height: 80px;
}
#header-um .header-container-in{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-um .header-container-in .header-left{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header-um .header-container-in .header-left a.logo-home-link{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#header-um .header-container-in .header-left a.logo-home-link img{
  max-height: 54px;
  width: auto;
}
#header-um .header-container-in .header-right ul.menu{
  display: flex;
  flex-flow: row;
  align-items: center;
}
#header-um .header-container-in .header-right ul.menu li{
  margin-left: 25px;
}
#header-um .header-container-in .header-right ul.menu li a{
  font-family: 'ABCArizonaFlare';
  font-size: 17px;
  line-height: 23px;
}
.main-title-section{
  background: black;
  color: white;
  min-height: 320px;
  display: flex;
  align-items: center;
}
.main-title-section .main-title-section-in{
  display: flex;
justify-content: center;
}
.main-title-section .main-title-section-in .main-title-wrapper{
  display: flex;
  flex-flow: row;
  align-items: center;
}
.main-title-section .main-title-section-in .main-title-wrapper .main-title-left h1 {
  font-family: 'ABCArizonaFlare';
  font-size: 60px;
  font-weight: bold;
  line-height: 72px;
  margin: 0;
  text-align: right;
  display: flex;
  flex-flow: column;
}
.main-title-section .main-title-section-in .main-title-wrapper .main-title-right h2{
  font-size: 60px;
  line-height: 72px;
  max-width: 261px;
  font-family: 'ABCArizonaFlare';
  font-weight: 400;
}
.main-title-section .main-title-section-in .main-title-wrapper .vertical-divider{
  width: 6px;
  background: white;
  height: 80%;
  margin-right: 20px;
  margin-left: 20px;
}
.colored-divider{
  height: 15px;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.colored-divider .divider-part:nth-child(1){
  background: #ff6b53;
}
.colored-divider .divider-part:nth-child(2){
  background: #f94cb8;
}
.colored-divider .divider-part:nth-child(3){
  background: #a87797;
}
.colored-divider .divider-part:nth-child(4){
  background: #6e88ff;
}
.colored-divider .divider-part:nth-child(5){
  background: #ff9418;
}
.colored-divider .divider-part:nth-child(6){
  background: #d1a601;
}
.colored-divider .divider-part:nth-child(7){
  background: #007dd7;
}
.colored-divider .divider-part:nth-child(8){
  background: #1dbfff;
}
.colored-divider .divider-part:nth-child(9){
  background: #2151ef;
}
.colored-divider .divider-part:nth-child(10){
  background: #82c601;
}
.colored-divider .divider-part:nth-child(11){
  background: #11c480;
}
.main-section{
  background: black;
  color: white;
  padding-top: 130px;
  padding-bottom: 130px;
}
.main-section .main-section-in-row.row{
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.main-section .main-section-in-row.row .main-section-l{
  display: flex;
    justify-content: flex-end;
}
.main-section .main-section-in-row.row .main-section-l .padder{
  display: flex;
    flex-flow: column;
    align-items: flex-start;
        padding-right: 50px;
        padding-top: 20px;
padding-bottom: 35px;
}
.main-section .main-section-in-row.row .main-section-l .padder .main-section-r-top h2{
  font-size: 80px;
    line-height: 85px;
    font-weight: bold;
    display: flex;
    flex-flow: column;
}
.main-section .main-section-in-row.row .main-section-l .padder .main-section-r-bot{
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 36px;
}
.main-section .main-section-in-row.row .main-section-l .padder .main-section-r-bot .main-section-r-bot-l{
  display: flex;
  flex-flow: column;
  align-items: center;
}
.main-section .main-section-in-row.row .main-section-l .padder .main-section-r-bot .main-section-r-bot-l .top{
  font-size: 80px;
  font-weight: bold;
  line-height: 85px;
}
.main-section .main-section-in-row.row .main-section-l .padder .main-section-r-bot .main-section-r-bot-l .bot{
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
}
.main-section .main-section-in-row.row .main-section-l .padder .main-section-r-bot .main-section-r-bot-r{
  font-size: 40px;
  line-height: 38px;
  margin-left: 30px;
  font-family: 'ABCArizonaFlare';
  font-weight: 500;
  display: flex;
  flex-flow: column;
}
.main-section .main-section-in-row.row .main-section-r{
  border-left: 4px solid #fff800;
}
.main-section .main-section-in-row.row .main-section-r .padder{
  padding-left: 50px;
}
.block-section{
  background: black;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}
.block-section .block-section-row.row{
  padding-left: 10%;
  padding-right: 10%;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
    flex-wrap: wrap;
}
.block-section .block-section-row.row .block-block .padder{
  padding: 15px;
  display: flex;
  flex-flow: column;
}
.block-section .block-section-row.row .block-block .padder .block-bot{
  border: 2px solid white;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-section .block-section-row.row .block-block .padder .block-bot .block-bot-in{
  text-align: center;
  padding: 15px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
.block-section .block-section-row.row .block-block.col{
  margin-bottom: 50px;
  margin-left: 0;
}
/* Base styles for the block */
.circular-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  max-width: 400px; /* Increased to accommodate larger bubble */
  margin: 0 auto;
}

.circular-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.circular-text-path {
  fill: white;
  font-size: 32.5px; /* Slightly larger text for better proportion */
  font-family: 'ABCArizonaFlare';
}

.center-bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 185px;
  height: 185px;
}

.bubble {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bubble h3 {
  text-align: center;
  margin: 0;
  padding: 10px;
  color: black;
  font-size: 20px;
  line-height: 24px;
}

/* Optional: Add animation */
.circular-text-path {
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  from {
    startOffset: 0%;
  }
  to {
    startOffset: 100%;
  }
}

#footer-um{
  background: black;
color: white;
    border-top: 4px solid white;
}
#footer-um .footer-container-in{
  display: flex;
  flex-flow: column;
}
#footer-um .footer-container-in .footer-top{
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
padding-bottom: 40px;
    border-bottom: 1px solid #2d2d2d;
}
#footer-um .footer-container-in .footer-top .footer-top-1.logo-udp{
  display: flex;
    justify-content: center;
    align-items: center;
}
#footer-um .footer-container-in .footer-top .footer-top-1.logo-udp a{
  display: flex;
align-items: center;
justify-content: center;
}
#footer-um .footer-container-in .footer-top .footer-top-1.logo-udp a img{
  max-height: 54px;
      width: auto;
}
#footer-um .footer-container-in .footer-top .footer-top-2.footer-txt .txt-wrap{
  font-family: 'ABCArizonaFlare';
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  max-width: 245px;
  text-align: right;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
#footer-um .footer-container-in .footer-top .footer-top-3 .socials-wrap{
  display: flex;
align-items: center;
flex-flow: row;
}
#footer-um .footer-container-in .footer-top .footer-top-3 .socials-wrap a{
  background: #333333;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 12px;
margin-left: 12px;
}
#footer-um .footer-container-in .footer-top .footer-top-4.acreditacionp{
  display: flex;
    justify-content: center;
    align-items: center;
}
#footer-um .footer-container-in .footer-top .footer-top-4.acreditacion a{
  display: flex;
align-items: center;
justify-content: center;
}
#footer-um .footer-container-in .footer-top .footer-top-4.acreditacion a img{
  max-height: 70px;
      width: auto;
}
#footer-um .footer-container-in .footer-mid{
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #2d2d2d;
}
#footer-um .footer-container-in .footer-mid .footer-mid-l .copyright{
      font-size: 14px;
}
#footer-um .footer-container-in .footer-mid .footer-mid-r{
  display: flex;
flex-flow: row;
}
#footer-um .footer-container-in .footer-mid .footer-mid-r .foot_span{
  display: flex;
align-items: center;
font-size: 14px;
line-height: 16px;
margin-left: 30px;
}
#footer-um .footer-container-in .footer-mid .footer-mid-r .foot_span i{
  margin-right: 10px;
font-size: 18px;
}
#footer-um .footer-container-in .footer-bot{
  padding-top: 35px;
padding-bottom: 35px;
}
#footer-um .footer-container-in .footer-bot .htxt-wrap{
  font-size: 16px;
line-height: 18px;
text-align: center;
}
/* curved banner */
.curved-banner-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: black;
}

.curved-banner {
  width: 100%;
  height: auto;
  display: block;
}

.curved-text {
  fill: black;
  font-family: sans-serif;
  dominant-baseline: middle;
  alignment-baseline: middle;
  font-family: 'ABCArizonaFlare';
}

.text-part-1 {
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: normal;
}

.text-part-2 {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: bold;
}

.banner-shaped-text{
	display: none;
	visibility: hidden;
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
  .curved-banner {
    height: 250px;
  }
  .banner-curve {
    stroke-width: 40;
  }
}

@media screen and (max-width: 768px) {
  .curved-banner {
    height: 200px;
  }
  .banner-curve {
    stroke-width: 35;
  }
}

@media screen and (max-width: 480px) {
  .curved-banner {
    height: 150px;
  }
  .banner-curve {
    stroke-width: 30;
  }
}
#menu_button{
  display: none;
}
#mobile-menu{
  width: 100vw;
  height: calc(100vh - 80px);
  overflow-y: auto;
  transition: all 0.33s ease;
  top: 80px;
  left: -100vw;
  background: black;
  color: white;
  display: none;
  position: fixed;
}

.block-section-in select#area-filter{
    width: 330px;
}


@media(max-width:850px){
  #menu_button{
    display: block;
  }
  #header-um .header-container-in .header-right .menu-menu-1-container{
    display: none;
  }
  .bigScreenPadding{
    padding-left: 10px;
    padding-right: 10px;
  }
  #nav-icon4 span{
    background: white !important;
  }
  #header-um .header-container-in .header-left{
    max-width: 60%;
  }
  #header-um .header-container-in .header-left a.logo-home-link{
    width: 100%;
  }
  #header-um .header-container-in .header-left a.logo-home-link img{
    max-width: 100%;
height: auto;
  }
  #mobile-menu{
    display: block;
  }
  #mobile-menu.active{
    left: 0;
  }
  #mobile-menu{
    padding: 30px;
  }
  #mobile-menu ul.menu{
    display: flex;
flex-flow: column;
  }
  #mobile-menu ul.menu li{
    margin-top: 15px;
margin-bottom: 15px;
  }
  #mobile-menu ul.menu li a{
    font-size: 36px;
    line-height: 36px;
  }
  .main-title-section .main-title-section-in .main-title-wrapper{
    flex-flow: column;
  }
  .main-title-section .main-title-section-in .main-title-wrapper .main-title-left h1{
    text-align: center;
margin-top: 40px;
margin-bottom: 40px;
  }
  .main-title-section .main-title-section-in .main-title-wrapper .vertical-divider{
    height: 5px;
width: 100%;
  }
  .main-title-section .main-title-section-in .main-title-wrapper .main-title-right h2{
    text-align: center;
margin-top: 40px;
margin-bottom: 40px;
  }
  .main-section .main-section-in-row.row {
    padding-left: 0;
    padding-right: 0;
  }
  .main-section {
    background: black;
    color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-section .main-section-in-row.row .main-section-l{
  justify-content: center;
}
.main-section .main-section-in-row.row .main-section-l .padder{
  padding-top: 0;
    padding-right: 0;
}
.main-section .main-section-in-row.row .main-section-l .padder .main-section-r-top h2 {
    font-size: 64px;
    line-height: 66px;
}
.main-section .main-section-in-row.row .main-section-l .padder .main-section-r-bot .main-section-r-bot-r {
    font-size: 30px;
    line-height: 30px;
  }
  .main-section .main-section-in-row.row .main-section-r {
    border-top: 4px solid #fff800;
    border-left: 0;
}
.banner-curve {
    stroke-width: 80px;
}
.text-part-1 {
    font-size: 48px;
    font-weight: normal;
}
.text-part-2 {
    font-size: 48px;
    font-weight: bold;
}
#footer-um .footer-container-in .footer-top{
  flex-flow: column;
align-items: center;
}
#footer-um .footer-container-in .footer-top .footer-top-1.logo-udp{
  margin-bottom: 30px;
}
#footer-um .footer-container-in .footer-top .footer-top-2.footer-txt .txt-wrap{
  justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.footer-top-3.socials{
  margin-bottom: 30px;
}
#footer-um .footer-container-in .footer-mid{
  flex-flow: column;
align-items: center;
}
#footer-um .footer-container-in .footer-mid .footer-mid-r{
  flex-flow: column;
margin-top: 30px;
margin-bottom: 30px;
align-items: flex-start;
}
#footer-um .footer-container-in .footer-mid .footer-mid-r .foot_span{
  margin-bottom: 21px;
}
.main-section .main-section-in-row.row .main-section-r .padder{
	padding-left: 0;
margin-top: 35px;
}
.curved-banner-wrapper {
	visibility: hidden;
	display: none;
}
	
}
