@charset "utf-8";

/* ----------------------------------
Name: global.css
Version: 1.0.0
Autor: Fragmenta Soluciones Digitales
Website: https://www.fragmenta.mx
----------------------------------- */

/* ===================================
    Reset
====================================== */
*,
*::before,
*::after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
html { font-size: 15px !important;}
body {
     font-family: 'Bricolage Grotesque', sans-serif !important;
     -webkit-font-smoothing: antialiased;
     font-smooth: antialiased;
     /* font-size: 16px; */
     font-weight: 400;
     line-height: auto;
     color:#272727;
     background-color: #fff;
     margin: 0px;
}
body, html {height: 100%; -moz-osx-font-smoothing: grayscale;}


a:focus {text-decoration: none!important;}

/*a, a:active, a:focus { color: #ED1C24; text-decoration: none;}
a:hover, a:active{color: blue; text-decoration: none; cursor: pointer;}
a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none; box-shadow: none; } */

/*footer a, footer a:active, footer a:focus { color: #ffffff; text-decoration: none; font-size: 12px; line-height: 20px;}*/
/*footer a:hover, footer a:active{color: #1158A0; text-decoration: none; cursor: pointer;}
footer a:focus, footer a:active, footer button:focus, footer button:active, footer .btn.active.focus, footer .btn.active:focus, footer .btn.focus, footer .btn:active.focus, footer .btn:active:focus,footer  .btn:focus {outline: none; box-shadow: none; }

/*img {max-width:100%; height:auto; }*/


/* ===================================
    Typography
====================================== */
/* heading */
h1, h2, h3, h4, h5, h6 {font-family: 'Urbanist', sans-serif; letter-spacing: 0;color: #000201;}

h1, .h1 {font-size:3.3rem; line-height:3.6rem; font-weight: 400;}
h2, .h2 {font-size:2.6rem; line-height:3rem; font-weight: 400;}
h3, .h3 {font-size:2rem; line-height:2.3rem; font-weight: 400;}
h4, .h4 {font-size:1.3rem; line-height:1.6rem; font-weight: 400;}
h5, .h5 {font-size:1.2rem; line-height:1.6rem; font-weight: 400;}
h6, .h6 {font-size:1rem; line-height:1.3rem; font-weight: 400;}

p {font-size: 0.86rem;font-weight: 400;  font-family: 'Bricolage Grotesque', sans-serif !important;line-height:1.2rem;}
span{font-size: 0.75rem;font-weight: 400;  font-family: 'Bricolage Grotesque', sans-serif !important;line-height: 1.2rem;}


/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {
}
/* md  */ @media (min-width: 768px) {

h1, .h1 {font-size:3.6rem; line-height:4rem; font-weight: 400;}
h2, .h2 {font-size:3rem; line-height:3.3rem; font-weight: 400;}
h3, .h3 {font-size:2.3rem; line-height:2.6rem; font-weight: 400;}
h4, .h4 {font-size:1.6rem; line-height:2rem; font-weight: 400;}
h5, .h5 {font-size:1.3rem; line-height:1.6rem; font-weight: 400;}
h6, .h6 {font-size:1.2rem; line-height:1.6rem; font-weight: 400;}

p {font-size: 1rem;font-weight: 400;  font-family: 'Bricolage Grotesque', sans-serif !important;line-height:1.3rem;}
span{font-size: 0.86rem;font-weight: 400;  font-family: 'Bricolage Grotesque', sans-serif !important;line-height: 1.2rem;}


} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

h1, .h1 {font-size:4rem; line-height:4.3rem; font-weight: 400;}
h2, .h2 {font-size:3.3rem; line-height:3.6rem; font-weight: 400;}
h3, .h3 {font-size:2.6rem; line-height:3rem; font-weight: 400;}
h4, .h4 {font-size:2rem; line-height:2.3rem; font-weight: 400;}


} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}

.font-main {font-family: 'Bricolage Grotesque', sans-serif!important;}
.font-alt {font-family: 'Urbanist', sans-serif!important;}


/* text color */

.text-alt{color:#2B50AA;}
.text-alt-dark{color: #113180;}


/* ===================================
    Background color
====================================== */

.bg-alt{background: #D5E8FF;}
.bg-gray{background: #F2F2F2;}
.bg-cta{background: #2B50AA;}
.bg-icon{background: #113180!important;}

/* ===================================
    Covers
====================================== */

.cover{
  height: 600px;
  position: relative;
  background: #2B50AA;
}

.cover-contacto{
  height: auto;
  position: relative;
  background: #EAF2FF;
}

.cover .reveal{
  visibility: hidden;
  position: relative;
  height: 600px;
  overflow: hidden;
  width: 100%;
}

.cover-contacto .reveal{
  visibility: hidden;
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
  top:0px;
  left:0px;
}

.cover .img-cover-back{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
  position: absolute;
}

.cover-contacto .img-cover-back{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
  position: absolute;
  display:none;
}


.cover .img-cover{
  width: 100%;
  height: 600px;
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 10;
  object-fit: cover;
}


.cover-contacto .img-cover{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  object-fit: cover;
  display: none;
}

.cover .text-cover{
  top:0px;
  left: 0px;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 50;
  position: absolute;
  top:0px;
  left: 0px;
}

.cover-contacto .text-cover{
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 50;
  position: relative;
}

/* ===================================
    Button
====================================== */


.main-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 30px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: #2B50AA;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.main-btn svg {
  position: absolute;
  width: 18px;
  fill: #fff;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.main-btn .arr-1 {
  right: 16px;
}

.main-btn .arr-2 {
  left: -25%;
}

.main-btn .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #D5E8FF;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.main-btn .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.main-btn:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
}

.main-btn:hover .arr-1 {
  right: -25%;
}

.main-btn:hover .arr-2 {
  left: 16px;
}

.main-btn:hover .text {
  transform: translateX(12px);
}

.main-btn:hover svg {
  fill: #2B50AA;
}

.main-btn:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2B50AA;
}

.main-btn:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/*---------------------*/


.alt-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 30px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: #2B50AA;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}


.alt-btn .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #D5E8FF;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.alt-btn .text {
  position: relative;
  z-index: 1;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.alt-btn:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
}


.alt-btn:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2B50AA;
}

.alt-btn:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/*btn whatsapp*/

.whats-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 30px;
  border: 4px solid #25D366;
  border-color: transparent;
  font-size: 16px;
  background-color: #25D366;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.whats-btn svg {
  position: absolute;
  width: 18px;
  fill: #fff;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.whats-btn .arr-1 {
  right: 16px;
}

.whats-btn .arr-2 {
  left: -25%;
}

.whats-btn .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #22ab32;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.whats-btn .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.whats-btn i{
  transform: translateX(-17px);
}

.whats-btn:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
}

.whats-btn:hover .arr-1 {
  right: -25%;
}

.whats-btn:hover .arr-2 {
  left: 16px;
}

.whats-btn:hover .text {
  transform: translateX(12px);
  color: #fff;
}

.whats-btn:hover svg {
  fill: #25D366;
}

.whats-btn:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #25D366;
}

.whats-btn:hover .circle {
  width: 250px;
  height: 250px;
  opacity: 1;
}


/*----Call to action btn-----*/



.cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 30px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: #9AC4F8;
  font-weight: 700;
  color: #113180;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cta-btn svg {
  position: absolute;
  width: 18px;
  fill: #113180;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cta-btn .arr-1 {
  right: 16px;
}

.cta-btn .arr-2 {
  left: -25%;
}

.cta-btn .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #D5E8FF;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cta-btn .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.cta-btn:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
}

.cta-btn:hover .arr-1 {
  right: -25%;
}

.cta-btn:hover .arr-2 {
  left: 16px;
}

.cta-btn:hover .text {
  transform: translateX(12px);
}

.cta-btn:hover svg {
  fill: #2B50AA;
}

.cta-btn:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2B50AA;
}

.cta-btn:hover .circle {
  width: 260px;
  height: 260px;
  opacity: 1;
}


/*Link Flecha*/

.main-link a{color:#2B50AA; text-decoration: none; font-size: 15px;font-weight: 700;}

.main-link a {
  -webkit-transition: ease-in-out 0.7s !important;
  -moz-transition: ease-in-out 0.7s !important;
  -ms-transition: ease-in-out 0.7s !important;
  -o-transition: ease-in-out 0.7s !important;
  transition: ease-in-out 0.7s !important;

}

.main-link i{color: #2B50AA;font-size: 16px;}


.main-link a:hover {
  margin-left: 20px;
  color: #2B50AA;
  -webkit-transition: ease-in-out 0.5s !important;
  -moz-transition: ease-in-out 0.5s !important;
  -ms-transition: ease-in-out 0.5s !important;
  -o-transition: ease-in-out 0.5s !important;
  transition: ease-in-out 0.5s !important;
}

.main-link a:hover i{color: #D5E8FF;}

/*Link Flecha Negativo*/

.main-link-neg a{color:#171B1C; text-decoration: none; font-size: 14px;font-weight: 600;}

.main-link-neg a {
  -webkit-transition: ease-in-out 0.7s !important;
  -moz-transition: ease-in-out 0.7s !important;
  -ms-transition: ease-in-out 0.7s !important;
  -o-transition: ease-in-out 0.7s !important;
  transition: ease-in-out 0.7s !important;

}

.main-link-neg i{color: #F0780F;font-size: 14px;}


.main-link-neg a:hover {
  margin-left: 20px;
  color: #F0780F;
  -webkit-transition: ease-in-out 0.5s !important;
  -moz-transition: ease-in-out 0.5s !important;
  -ms-transition: ease-in-out 0.5s !important;
  -o-transition: ease-in-out 0.5s !important;
  transition: ease-in-out 0.5s !important;
}



/* ===================================
    Galerias
====================================== */


.content-pag{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/*Bullets*/

.swiper-pagination-bullet{
  background: transparent;
   border: 1px solid #fff;
   opacity:1;
   margin-right: 5px;
}

.swiper-pagination-bullet-active{
 background: #fff;
}

/*Clientes*/

#galery-clientes .swiper {
     width: 100%;
     height: 100%;
   }

#galery-clientes .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}

#galery-clientes .swiper-slide img{
  width: 70%;
}


/*carrusel sertificaciones /clientes*/

.carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.carousel-track-right {
  display: flex;
  animation: scroll-right 30s linear infinite;
}


.item {
  min-width: 150px;
  height: auto;
  margin: 0 10px;
}

.item img{
  width: 150px;
}

/* Animación */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-160px * 15));
  }
}

@keyframes scroll-right {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(calc(-160px * 15));
  }
}




/* ===================================
       Call to action
====================================== */

.content-cta{
  padding: 20px;
  border-radius: 10px;
}

.cover-cta{
  height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    right: -0px;
    z-index: -0;
    opacity: 0.5;

}

.icon-cta{
  width: 50px;
  position: relative;
  top:0px;
  left: 0px;
  margin-bottom: 10px;
}


/* ===================================
    Mapa presencia
====================================== */


.content-mapa{
  width: 100%;
  height: 100%;
  position: relative;
}

.content-mapa .fig{
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-mapa .text{
  width: 100%;
  height: auto;
  position: absolute;
  top:0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-mapa:hover .fig{
  transform: scale(1.1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-mapa:hover .text{
  transform: scale(1.1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}


/* ===================================
    Iconos
====================================== */

.content-icon{
  width: 50px!important;
  height: 50px!important;
  background: #285CAA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-icon svg{
  width: 60%;
  height: 60%;
}


.content-icon-lg{
  width: 75px!important;
  height: 75px!important;
  background: #285CAA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-icon-lg svg{
  width: 50%;
  height: 50%;
}

.content-icon-md{
  width: 60px!important;
  height: 60px!important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-icon-md img{
  width: 70%;
  height: 70%;
}

.content-icon-md svg{
  width: 25px;
  height: 25px;
}

.content-icon-check{
  width: 40px!important;
  height: 40px!important;
  background: #F2F2F2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-icon-check svg{
  width: 60%;
  height: 60%;
}

/*-------*/
.icon-square{
  width: 100px!important;
  height: 100px!important;
  background: #F2F2F2;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-square svg{
  width: 60%;
  height: 60%;
}

/*-----*/

.logo-cliente{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.logo-cliente img{
  width: 90%;
}
/* ===================================
    hover
====================================== */

.hover-zoom:hover .image,
.parent:hover .hover-zoom .image {
	transform: scale(1.1);
	transition-duration: 7s;
}

.hover-zoom-rotate:hover .image,
.parent:hover .hover-zoom-rotate .image {
	transform: scale(1.1) rotate(3deg);
	transition-duration: 7s;
}


/* ===================================
    Cards
====================================== */

.card-main{
  border-top: 4px solid #F1F1F1;
  padding-top: 30px;
  position: relative;
  z-index: 10;
  transition: all 0.7s ease;
  cursor: pointer;
}

.card-main .content-inf{
  background: #D5E8FF;
  padding: 20px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.7s ease;
}

.card-main .content-inf .icon{
  width: 50px!important;
  height: 50px!important;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-main .content-inf .icon svg{
  width: 50%;
  height: 50%;
}


.card-main:hover{
  border-top: 4px solid #113180;
  transition: all 0.7s ease;
  cursor: default;
}

.card-main:hover .content-inf{
  background: #113180;
  transition: all 0.7s ease;
  transform: translateY(15px); /* se eleva un poco */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); /* sombra más fuerte */
}

.card-main:hover .content-inf h5{color: #fff;}
.card-main:hover .content-inf p{color: #8CBAE3;}



/*Card alt*/

.card-alt{
  border-top: 4px solid #F1F1F1;
  padding-top: 30px;
  position: relative;
  z-index: 10;
  transition: all 0.7s ease;
  cursor: pointer;

}


.card-alt .content-inf{
  background: #fff;
  padding: 40px 40px 70px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.7s ease;
  min-height: 250px;
  box-shadow: 0px 15px 30px 0px #00000012;
  text-align: center;
}

.card-alt .content-inf .icon{
  width: 80px!important;
  height: 80px!important;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #EAF2FF;
  position: absolute;
bottom: -65px;
left: 50%;
transform: translate(-50%, 0%);
}
.card-alt .content-inf .icon svg{
  width: 50%;
  height: 50%;
}

.card-alt:hover{
  border-top: 4px solid #113180;
  transition: all 0.7s ease;
  cursor: default;
}

.card-alt:hover .content-inf{
  background: #EAF2FF; /* color azul claro como en la imagen */
  transform: translateY(15px); /* se eleva un poco */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); /* sombra más fuerte */
}


.card-alt:hover .icon{
   background-color: #113180; /* un azul más intenso */
  color: #ffffff; /* ícono blanco */
  transition: background-color 0.3s ease, color 0.3s ease;
}


.card-alt:hover .icon path{
  fill: #ffffff!important;
}

.card-alt:hover .content-inf .border-bottom{
   border-bottom: 4px solid #113180 !important;
}

/* ===================================
    Grid
====================================== */

.grid-1fr{grid-template-columns: 1fr;}
.no-gap{gap:0px;}
.gap-10{gap:10px;}
.gap-20{gap:20px;}
.gap-30{gap:30px;}
.gap-40{gap:40px;}
.gap-50{gap:50px;}

/* ===================================
    Alertas
====================================== */

.noti-info{
  color:#113180;
  padding-bottom: 20px;
}

/* ===================================
    Forms
====================================== */

input::placeholder {
  color: #113180!important;
}

textarea::placeholder {
  color: #113180!important;
}

.form-control {
    font-size: 1rem;
    color: #113180;
    background-color: transparent;
    border: 1px solid #113180;
    border-radius: 10px;
    padding: 12px 10px;
}

.form-control:focus{
  background-color: transparent;
  box-shadow: 0 0 0;
}


.form-select {
    font-size: 1rem;
    color: #113180;
    background-color: transparent;
    border: 1px solid #113180;
    border-radius: 10px;
    padding: 12px 10px;
}

.form-select:focus{
  background-color: transparent;
  box-shadow: 0 0 0;
}

/* ===================================
    borders
====================================== */

.border-bottom{
  border-bottom: 4px solid #F1F1F1!important;
}

.border-top{
  border-top: 4px solid #F1F1F1!important;
}

.border-left{
  border-left: 4px solid #F1F1F1!important;
}

.border-right{
  border-right: 4px solid #F1F1F1!important;
}

.no-border{
  border: none!important;
}

.border-back{
  position: absolute;
  top:0px;
  width: 100%;
  height: 4px;
  background: #F1F1F1;
  z-index: 0;
}

/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

/*Grid*/
.sm-grid-60{grid-template-columns: 60% 1fr;}
.sm-grid-55{grid-template-columns: 55% 1fr;}
.sm-grid-50{grid-template-columns: 1fr 1fr;}
.sm-grid-45{grid-template-columns: 45% 1fr;}
.sm-grid-35{grid-template-columns: 35% 1fr;}
.sm-grid-30{grid-template-columns: 30% 1fr;}
.sm-no-gap{gap:0px;}
.sm-gap-10{gap:10px;}
.sm-gap-20{gap:20px;}
.sm-gap-30{gap:30px;}
.sm-gap-40{gap:40px;}
.sm-gap-50{gap:50px;}


}
/* md  */ @media (min-width: 768px) {


/*Cover*/

.cover-contacto .img-cover-back{display:inherit;}
.cover-contacto .img-cover{display:inherit;}

/*Border*/

.md-border-right{border-right: 4px solid #F1F1F1!important;}

/*Grid*/
.md-grid-60{grid-template-columns: 60% 1fr;}
.md-grid-55{grid-template-columns: 55% 1fr;}
.md-grid-50{grid-template-columns: 1fr 1fr;}
.md-grid-45{grid-template-columns: 45% 1fr;}
.md-grid-35{grid-template-columns: 35% 1fr;}
.md-grid-30{grid-template-columns: 30% 1fr;}
.md-no-gap{gap:0px;}
.md-gap-10{gap:10px;}
.md-gap-20{gap:20px;}
.md-gap-30{gap:30px;}
.md-gap-40{gap:40px;}
.md-gap-50{gap:50px;}

/*Cards*/
.card-alt .content-inf{min-height: 250px;padding: 30px 30px 70px 30px;}

/*Call to action*/
.content-cta{padding: 50px;}
.cover-cta{height: 110%;width: 100%;right: -30px;bottom: -30px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

/*Grid*/
.lg-grid-60{grid-template-columns: 60% 1fr;}
.lg-grid-55{grid-template-columns: 55% 1fr;}
.lg-grid-50{grid-template-columns: 1fr 1fr;}
.lg-grid-45{grid-template-columns: 45% 1fr;}
.lg-grid-35{grid-template-columns: 35% 1fr;}
.lg-grid-30{grid-template-columns: 30% 1fr;}
.lg-no-gap{gap:0px;}
.lg-gap-10{gap:10px;}
.lg-gap-20{gap:20px;}
.lg-gap-30{gap:30px;}
.lg-gap-40{gap:40px;}
.lg-gap-50{gap:50px;}

/*Cards*/
.card-alt .content-inf{min-height: 350px;padding: 40px 40px 70px 40px;}

/*Call to action*/
.content-cta{padding: 100px;}
.icon-cta{position: absolute;  top:20px;left: 20px;margin-bottom: 0px;}
.cover-cta{opacity: 1;}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
