/*
 Theme Name:   twenty Twenty Child
 Theme URI:    http://localhost:8888/twentytwenty-child/
 Description:  Twentytwenty Child Theme
 Author:       the WordPress team
 Author URI:   http://woocommerce.com
 Template:     twentytwenty 
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwenty-child
*/
/* general */
body {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif !important;
  overflow-x: hidden;
  color: #686868;
}

section {
  padding: 0px;
}

.header-inner {
  padding: 10px 0 !important;
}

p {
  font-size: 16px;
  line-height: 1.1;
  font-family: 'Manrope', sans-serif !important;
}

.pr {
  position: relative;
}

a {
  color: inherit !important;
}

a:hover {
  text-decoration: none;
}

.l-11 {
  line-height: 1.1;
}

.fixed-whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 1000;
  cursor: pointer;
}

.fixed-whatsapp img {
  border-radius: 50%;
}

.fixed-top {
  position: fixed !important;
}

.banner-main-title {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 500;
}

.banner-description p {
  font-size: 16px;
}

.banner-subtitle {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}


.main-title {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 500;
}

.subtitle {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400 !important;
}

.text-align-justify {
  text-align: justify;
}

.fixed-top {
  z-index: 999 !important;
}

#site-header {
  transition: all 2s linear;
}

/* colors */

.white-color {
  color: #fff
}

.grey-color {
  color: #6B6B6B
}

.grey-color-100 {
  color: #9B9B9B
}

.grey-color-200 {
  color: #686868
}

.blue-color {
  color: #2E57A6;
}


.blue-bg {
  background-color: #2E57A6;
}

.gray-bg {
  background-color: #F8F8F8 !important
}

.white-bg {
  background-color: #fff !important
}

.green-bg {
  background-color: #75BFB4 !important
}

.orange-bg {
  background-color: #F39221 !important
}

/* fonts */
.f-20 {
  font-size: 20px;
}

.f-40 {
  font-size: 40px;
}

.title-3 {
  font-size: 32px;
}

.counter-text {
  font-size: 28px;
  color: #fff;
}

/* servicios */

.service-item {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.service-item .f-20 {
  font-size: 16px;
  font-weight: 500;
}


.service-item img {
  transition: transform 0.4s linear;
}

.service-item:hover img {
  transform: scale(1.2);
}


.service-item-media {
  width: 100%;
  object-fit: cover;
}

.service-item-text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.service-item-text-container.short {
  max-width: 180px;
}

.layout {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
}



ul {
  margin-left: 0px;
}

.img-fluid {
  width: 100%;
}

ul li {
  margin-left: 0px;
}

.btn-primary {
  border: 2px solid #243896;
  padding: 16px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #243896;
  color: #fff !important;
}

.btn-primary:hover {
  border: 2px solid #243896;
  padding: 16px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #fff;
  color: #243896 !important;
}

.btn-outlined-primary {
  border: 2px solid #000;
  padding: 16px;
  text-transform: uppercase;
  font-size: 20px;
  min-width: 290px;
}

.btn-outlined-primary.slim {
  padding: 8px;
}

.btn-outlined-primary:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff !important;
}

.btn-outlined-primary.white {
  border: 2px solid #fff !important;
  color: #fff !important;
}

.btn-outlined-primary.no-mw {
  min-width: auto !important;
}

.marca-item {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-variant {
  text-align: center;
  padding: 32px 16px;
  min-height: 150px;
  border-bottom-right-radius: 50px;
  display: flex;
  align-items: center;
}


.card-variant-1 {
  background-color: #fff;
}

.card-variant-2 {
  background-color: #F8F8F8;
}

.marcas-img {
  margin: 0 auto;
  width: 100px;
}

.work-button a {
  width: 100%;
  margin-bottom: 16px;
}


/* footer */

footer {
  background-color: #1d71b8;
}

footer p {
  font-size: 16px;
}


.logo-footer {
  max-width: 140px;
  margin: 0 auto;
}

.footer-contact {
  text-align: right;
}

.footer a,
.footer p {
  font-size: 14px !important;
  color: #fff;
}

footer .title-section {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-icons {
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 7px;
  margin-right: 7px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  background-color: rgba(255, 255, 255, .2) !important;
}

.footer-icons a i {
  color: #fff;
}

.footer-icons:hover {
  background-color: #f39200 !important;
  color: #fff;
}

.footer-copy {
  font-size: 10px !important;
}

/* menu */
header .primary-menu>li {
  text-align: right;
}

.primary-menu>li>a {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.primary-menu>li>a:hover {
  text-decoration: none !important;
}

.primary-menu>li>a,
.primary-menu>li {
  color: #243896 !important;
}

.primary-menu>li.current_page_item a {
  color: #F39221 !important;
}

.custom-logo-link {
  max-width: 150px;
}

.wedding-banner {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

#site-header.fixed-top .primary-menu li:nth-last-of-type(-n+2) a {
  border: 1px solid #243896;
  padding: 5px 15px;
}

#site-header .primary-menu li:nth-last-of-type(-n+2) {
  display: none;
}

#site-header.fixed-top .primary-menu li:nth-last-of-type(-n+2) {
  display: block !important;
}

.absolute-buttons {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 24px;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
}

/* 

.white-color {
  color: #fff !important;
}

.grey-color {
  color: #9B9B9B;
}

.card.without-after {
  border: none;
}

.blue-color {
  color: #243896;
}

.primary-color {
  color: #F39221 !important
}





.secondary-color {
  color: #243896;
}

.blue-bg {
  background: #5782A5;
}

.green-bg {
  background-color: #75BFB4;
}


// headings
.main-title {
  font-size: 22px;
  font-weight: bold;
}

.main-title-2 {
  font-weight: bold;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #F39221;
}

.subtitle {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #243896;
}

.title-3 {
  font-size: 14px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
}

p,
.paragraph {
  font-family: 'Manrope', sans-serif !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000;
}


//head 


.header-navigation-wrapper {
  flex-grow: 1;
  flex-direction: column;
  margin-left: 25px;
}

header .primary-menu>li {
  text-align: right;
}

.primary-menu>li>a {
  font-weight: bold;
  font-size: 16px;
}

.primary-menu>li>a,
.primary-menu>li {
  color: #243896 !important;
}

.primary-menu>li.current_page_item a {
  color: #F39221 !important;
}

.nav-toggle .toggle-inner {
  color: #F39221;
}

.navbar-brand {
  font-size: 30px;
}

.menu-item>a {
  text-decoration: none !important;
}

.social-menu .nav-link {
  margin-top: 0px !important
}

.site-header {
  background: transparent;
}

.card-img-overlay {
  background: rgba(0, 0, 0, 0.4)
}

.layout {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
}

.no-border {
  border: none
}


.card {
  border: none !important;
}

.card .card-title {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #F39221;
}

.card .card-subtitle {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #243896;
}

.card .card-description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.card .card-body {
  background: #f4f9fa;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}

.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
  z-index: 9999;
}

.pr {
  position: relative;
}

::placeholder,
.form-control {
  font-weight: bold;
  color: #243896 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  font-weight: bold;
  color: #243896 !important;
}

::-ms-input-placeholder {
font-weight: bold;
color: #243896 !important;
}

input,
textarea,
select {
  font-size: 18px !important;
}

.contact-section {
  padding-bottom: 150px !important;
}

footer p {
  font-size: 16px;
}

.social-links li a>span {
  font-size: 30px;
  color: #243896 !important;
}

.widget_block {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: 'Manrope', sans-serif !important
}

.color-accent {
  color: #000 !important;
}

.main-buttons {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 25%;
  justify-content: center;
  z-index: 999;
}

.btn-outlined-white {
  padding: 5px 10px;
  font-size: 16px;
  color: #fff !important;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: all 0.3s linear;
}

.btn {
  font-size: 16px !important;
}

.btn-outlined-white:hover {
  color: #000 !important;
  border: 1px solid 000;
  background-color: #fff;
}

.btn-primary {
  background-color: #F39221;
  color: #fff !important;
  border: 1px solid #F39221;
  transition: all 0.3s linear;
  border-radius: 4px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #F39221 !important;
  border: 1px solid #F39221;
  transition: all 0.3s linear;
  border-radius: 4px;
}

.btn-outline-primary {
  background-color: #fff;
  color: #243896 !important;
  border: 1px solid #243896;
  transition: all 0.3s linear;
  border-radius: 4px;
}

.btn-outline-primary:hover {
  background-color: #243896;
  color: #fff !important;
  border: 1px solid #243896;
}

.custom-logo-link {
  max-width: 150px;
}

.marca-card img {
  max-height: 200px;
  object-fit: cover;
}

.marca-card .card-text {
  font-weight: 700;
  text-transform: capitalize;
}

.card-shadow {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

label {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}


.main-text {
  padding: 15px;
  background-color: #1d71b8;

}

.main-text p {
  color: #fff;
}

.service-item {
  height: 208px;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-container {
  position: absolute;
  left: calc(48% - 26px);
  bottom: -15px;
  width: 58px;
  height: 58px;
  background-color: #f39200;
  border-radius: 200px;
  color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
.service-item {
  height: 280px;
  border-radius: 4px;
}

.service-item-media {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;

}

.service-item-media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
}

.service-item-text-container {
  min-height: 67px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 3;
}

.service-item:after {
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  content: " ";
  z-index: 2;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(57, 57, 57, .4);
  border-radius: 4px;
}

.img-fit-cover {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}


.service-item-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
  padding: 10px 5px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  letter-spacing: .6px;
  text-shadow: 0 3px 3px rgb(0 0 0 / 16%);
  margin: 0;
}

.eva-img {
  min-height: 400px;
  object-fit: cover;
}

.logo-footer {
  max-width: 140px;
  margin: 0 auto;
}

.footer-contact {
  text-align: right;
}

.footer a,
.footer p {
  font-size: 14px !important;
  color: #fff;
}

footer .title-section {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-icons {
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 7px;
  margin-right: 7px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  background-color: rgba(255, 255, 255, .2) !important;
}

.footer-icons a i {
  color: #fff;
}

.footer-icons:hover {
  background-color: #f39200 !important;
  color: #fff;
}

.footer-copy {
  font-size: 10px !important;
}

@media screen and (min-width: 768px) {
  .main-text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    z-index: 999;
    width: 500px;
  }
}

@media screen and (max-width: 992px) {}

@media screen and (min-width: 992px) {
  .logo-footer {
    margin: 0 auto;
  }

  .main-title {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif !important
  }

  .banner-title {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif !important
  }

  #site-header {
    background: transparent !important;
    width: 100%;
  }

}

*/

.padding-section-1 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.padding-section-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.absolute-buttons {
  display: none;
}

@media screen and (min-width: 576px) {
  .service-item .f-20 {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 992px) {

  .banner-main-title {
    font-size: 42px !important;
  }

  .banner-description p {
    font-size: 20px !important;
  }

  .banner-subtitle {
    font-size: 28px !important;
  }

  .subtitle {
    font-size: 28px;
  }

  .service-item {
    min-height: 208px;
  }

  .logo-footer {
    margin: initial !important;
  }

  .padding-section-1 {
    padding: 64px;
  }

  .padding-section-2 {
    padding: 64px;
  }

  .main-title {
    font-size: 42px !important;
  }

  .card-variant {
    min-height: 300px;
  }

  .wedding-banner {
    height: 350px;
  }

  .primary-menu {
    display: flex;
    align-items: center;
  }

  .absolute-buttons {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 24px;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
  }


  .marca-item {
    min-height: 230px;
  }


  .counter-text {
    font-size: 40px;
  }

  .marcas-img {
    width: 140px;
    max-width: 140px;
  }

  .title-3 {
    font-size: 35px;
  }

  .work-button a {
    width: auto;
  }

  .service-item .f-20 {
    font-size: 20px !important;
  }

}


.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}