
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
*{
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body{
background:#f9f9f9;
width: 100%;
height: 100%;
}

/* button top */
#button-wa{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 300ms ease;
  z-index: 1;
}
#button-wap:hover{
  transform: scale(1.1);
  border-color:rgba(0,0,0,0.1)
}

#button-up{
  width: 60px;
  height: 60px;
  background: #00564F;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  position: fixed;
  bottom: 180px;
  right: 25px;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 300ms ease;
  z-index: 1;
}
#button-up:hover{
  transform: scale(1.1);
  border-color:rgba(0,0,0,0.1)
}


/* custom scroll bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0px 30px;
}
.navbar{
  position: fixed;
  width: 100%;
  z-index: 5;
  padding: 5px 0px;
  background: rgb(0,111,95);
  background: radial-gradient(circle, rgba(0,111,95,1) 0%, rgba(0,52,45,1) 100%);
}
.navbar.sticky{
  background: rgb(0,111,95);
  background: radial-gradient(circle, rgba(0,111,95,1) 0%, rgba(0,52,45,1) 100%);
  padding: 5px 0;
  -webkit-box-shadow: 0px 2px 7px 1px #000000;
  box-shadow: 0px 2px 7px 1px #000000;
}
.navbar .content{
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar .logo a img{
width: 150px;
}
.navbar .menu-list{
  display: inline-flex;
  margin-left:200px;
}
 ul{
  margin-bottom: 0 !important;
}
.menu-list li{
  list-style: none;
}

.menu-list li a{
  color: white;
  font-size: 13px;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.1s ease;
}
.menu-list li a:hover{
  color: #daa520;
  padding-bottom:5px;
  border-bottom: 1px solid #daa520;
}
.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  margin-left: 50%;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
.contentido{
  width: 100%;
  height: 90vh;
}

.bienvenido{
width: 100%;
height: 100vh;
padding: 60px;
background: url('../imagenes/4964089.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.word {
  font-family: Arial;
  font-size: 48px;
  color: #DD9A00;
  line-height: 1.4em;
  height: 1.4em;
  padding: 0 14px 0 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.word:before {
  content: '';
  background-color: black;
  width: 1px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 7px;
}

.bienvenido .parte1{
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.bienvenido .parte1 img{
  width: 60%;

}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* .contenedor_1{
  width: 100%;
  height: 100vh;
} */
.carousel-control-next, .carousel-control-prev{
  background: none;
  border: 0;

}
.carousel-caption{
  bottom: none;
  top: 20%;
  z-index: 2;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 1);
}
.carousel-indicators{
  z-index: 2;
}
.carousel-caption p{
  font-size: 25px;
}

.contenedor_2{
  width: 100%;
  height: 120vh;
  overflow: hidden;
}
.contenedor-fav{
width: 100%;
height: auto;
overflow: hidden;
}
.acceso-directo{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding:10px;
}
.acceso-directo a{
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);

}
.pi{
  width: 23%;
  height: 200px;
  border-radius: 15px;
  float: left;
  overflow: hidden;
  margin: 1%;
  text-align: center;
  padding-top: 4%;
  -webkit-box-shadow: 0px 0px 6px 0px #000000;
  box-shadow: 0px 0px 6px 0px #000000;
}
.curp{
  background:linear-gradient(to right, rgb(0 98 69 / 85%), rgb(0 80 77 / 85%)),  url('../imagenes/CURP.PNG');
  /* background: url('../imagenes/CURP.PNG'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.acta{
  background:linear-gradient(to right, rgb(0 98 69 / 85%), rgb(0 80 77 / 85%)),  url('../imagenes/ACTA.PNG');
  /* background: url('../imagenes/ACTA.PNG'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ine{
  background:linear-gradient(to right, rgb(0 98 69 / 85%), rgb(0 80 77 / 85%)),  url('../imagenes/INE.PNG');
  /* background: url('../imagenes/INE.PNG'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.info{
  background:linear-gradient(to right, rgb(0 98 69 / 85%), rgb(0 80 77 / 85%)),  url('../imagenes/MIINFONAVIT.PNG');
  /* background: url('../imagenes/MIINFONAVIT.PNG'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.info2{
  background:linear-gradient(to right, rgb(0 98 69 / 85%), rgb(0 80 77 / 85%)),  url('../imagenes/MIPORTALINFONAVIT.PNG');
  /* background: url('../imagenes/MIPORTALINFONAVIT.PNG'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.predial1{
  background:linear-gradient(to right, rgb(0 98 69 / 85%), rgb(0 80 77 / 85%)),  url('../imagenes/PREDIAL.PNG');
  /* background: url('../imagenes/PREDIAL.PNG'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.predial2{
  background:linear-gradient(to right, rgb(0 98 69 / 85%), rgb(0 80 77 / 85%)),  url('../imagenes/PREDIALCORRE.PNG');
  /* background: url('../imagenes/PREDIALCORRE.PNG'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contenedor_3{
  width: 100%;
  height: 100vh;
  background: url('../imagenes/img36.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.contenedor_3 h1{
  margin-top:40px;
  color: #D58100;
}
.slide-card__section h1{
  margin-top:50px;
  color: rgb(0,111,95);
}
.contenedor_1 .texto{
  background: rgb(15,15,15);
  background: linear-gradient(270deg, rgba(15,15,15,1) 0%, rgba(250,250,250,0) 100%);
  padding: 120px 20px;
  padding-right: 80px;
  width: 60%;
  height: 100%;
  float: right;
  font-size: 20px;
  text-align: justify;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}
.title-encabezado {
  width: 100%;
  height: auto;
  background-image:  url('../imagenes/fondo2.jpg');
  background-size: 100%;
  padding: 20px;
  overflow: hidden;
}
.title-encabezado h1{
  margin-top: 20px;
  color: #D58100;
}
.contenedor_central{
  padding: 5px;
  width: 90%;
  height: 90%;
  margin: auto;
}
.sector{
  width: 50%;
  height: 50%;
  float: left;
}
.sector .imagenA {
  width: 100%;
  height: 100%;
  background: url('../imagenes/atencion.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.sector .imagenB {
  width: 100%;
  height: 100%;
  background: url('../imagenes/calidad31.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.sector .imagenC {
  width: 100%;
  height: 100%;
  background: url('../imagenes/reconocimiento.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.sector .imagenD {
  width: 100%;
  height: 100%;
  background: url('../imagenes/equipo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.sector-texto{
  width: 50%;
  height: 25%;
  background: white;
  float: left;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #d6d3d6;
  background: -moz-linear-gradient(-45deg, #d6d3d6 0%, #ebebeb 50%, #ebebeb 51%, #9c9c9c 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d6d3d6), color-stop(50%, #ebebeb), color-stop(51%, #ebebeb), color-stop(100%, #9c9c9c));
  background: -webkit-linear-gradient(-45deg, #d6d3d6 0%, #ebebeb 50%, #ebebeb 51%, #9c9c9c 100%);
  background: -o-linear-gradient(-45deg, #d6d3d6 0%, #ebebeb 50%, #ebebeb 51%, #9c9c9c 100%);
  background: -ms-linear-gradient(-45deg, #d6d3d6 0%, #ebebeb 50%, #ebebeb 51%, #9c9c9c 100%);
  background: linear-gradient(135deg, #d6d3d6 0%, #ebebeb 50%, #ebebeb 51%, #9c9c9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d3d6', endColorstr='#9c9c9c', GradientType=1 );
  color: #00473F;
  font-size: 24px;
}
.contenedor_3 .texto{
  width: 80%;
  height: 100%;
  text-align: justify;
  color: white;
  overflow: hidden;
  text-shadow: 0px 5px 4px rgba(0,0,0,0.78);
  margin: auto;
}
.contenedor_3 .texto p{
  font-size: 20px;
}
.contenedor_3 .imagen{
  background-image:  url('../imagenes/img2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 70vh;
  float: left;
}
#btn-agendar{
  background: white;
  color: #009f8a;
  border-radius: 10px;
  border:1px solid white;
  padding: 10px;
  transition: all 0.1s ease;
}
#btn-agendar:hover{
    color:white;
    background:rgb(0 111 95);
    border:0px;
}

/* NOTARIOS */
.contenedor_4{
  width: 100%;
  height: 100vh;
  background-image:  url('../imagenes/fondo2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 12%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:white;
}
.contenedor_4 h1{
  color: #00756C;
}
.cont-notarios{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}
.cont-notarios a{
  color: white;
  font-size: 13px;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.1s ease;
  color: #00756C;
}

.cont-notarios a:hover{
    color: #daa520;
    padding-bottom: 5px;
    border-bottom: 1px solid #daa520;
}

/* .container_5{
  width: 100%;
  height: 100vh;
  position: relative;
}
.container_5 .timeline{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow-y: scroll;
  scroll-behavior: smooth;
  transition: 2s;
}
.container_5 .years{
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  align-items: center;
  padding: 5px;
}
.cont-years{
  text-align: right;
  padding-top: 60px;
  padding-right: 10px;
  color: #daa520;
  font-size: 18px;
}
.cont-years a{
  text-decoration: none;
  color: white;
  margin-right: 16px;
  transition: all 0.1s ease;
}
.cont-years a:hover{
  color: #daa520;
  padding-bottom:5px;
  border-bottom: 1px solid #daa520;
} */
/* .secTimeLine{
    width: 100%;
    height: 100vh;
    padding-top: 15%;
} */
/* .imgLinetime{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
} */
/* .one{
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img6.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
/* .two{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img7.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
} */
/* .three{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img5.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
} */
/* .four{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background: linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img8.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
} */
/* .five{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img10.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
} */
/* .secTimeLine h1{
  color: #d6b000;
  text-align: right;
  margin-right: 25px;
} */
/* .secTimeLine p{
  float: right;
  width: 60%;
  color: white;
  font-size: 24px;
  text-align: justify;
} */
/* .secTimeLine strong{
  color: #d6b000;
} */
.experience{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imagenRepresentativa{
  width:50%;
  height: 90vh;
  background-image:  url('../imagenes/arqui-logro5.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.data-experience{
  width:50%;
  height: 100vh;
  float: left;
  padding: 20px;
  text-align: justify;
  color: white;
  display: flex;
  overflow: hidden;
}
.exp-texto{
  width: 100%;
  height: auto;
  margin: auto;
   font-size: 2vh;
}
.verde{
  margin: 10px;
  border-radius: 10px;
  padding: 10px;
  background-image: linear-gradient(to right top, #002532, #004352, #006469, #008675, #00a875);
}
.dorado{
  margin: 10px;
  border-radius: 15px;
  padding: 10px;
  background-image: linear-gradient(to right top, #322900, #5c4d07, #8b7408, #be9e06, #f4c900);
}
.nuestros-clientes{
  width: 100%;
  height: auto;
}
.n-clientes{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 5%;
}
.div-gral{
  width: 180px;
  height: 180px;
  margin:10px;
  float: left;
  overflow: hidden;
  border-radius:15px;
}
.div-gral img{
  width: 100%;
  height: auto;
}
.santander{
  background-image: linear-gradient(to right top, #7a0000, #9a0004, #ba0004, #dc0003, #ff0000);
}
.bbva{
  background-image: linear-gradient(to right top, #00274c, #00305c, #00386c, #00417d, #004a8e);
}
.hsbc{
  background-image: linear-gradient(to right top, #e9e9e9, #eeeeee, #f4f4f4, #f9f9f9, #ffffff);
}
.citibanamex{
  background-image: linear-gradient(to right top, #003964, #00447e, #004e99, #0059b4, #0e62cf);
}
.creditoInfo{
  background-image: linear-gradient(to right top, #cf0000, #cf0303, #cf0707, #cf0b0b, #cf0e0e);
}
.banbajio{
  background-image: linear-gradient(to right top, #4d006f, #600286, #73059e, #870ab6, #9c0ecf);
}
.banregio{
  background-image: linear-gradient(to right top, #ff6e00, #ff7a00, #ff8500, #ff9000, #ff9b00);
}
.banca-mifel{
  background-image: linear-gradient(to right top, #051937, #052045, #042854, #032f63, #003772);
}
.fovissste{
  background-image: linear-gradient(to right top, #b9b8b8, #cac9ca, #dbdbdb, #ededed, #ffffff);
}
.invex{
  background-image: linear-gradient(to right top, #b9b8b8, #cac9ca, #dbdbdb, #ededed, #ffffff);
}
.scotiabank{
  background-image: linear-gradient(to right top, #d30000, #de0000, #e90000, #f40000, #ff0000);
}
.banorte{
  background-image: linear-gradient(to right top, #d30000, #de0000, #e90000, #f40000, #ff0000);
}
.abc{
  background-image: linear-gradient(to right top, #b9b8b8, #cac9ca, #dbdbdb, #ededed, #ffffff);
}
.bancomext{
  border:1px solid gray;
}
.uno{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img11.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.dos{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img12.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.tres{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img13.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cuatro{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img14.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cinco{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img15.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.seis{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img16.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.siete{
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-right: 10px;
  background:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img17.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* CONTACTO */
.contenedor_8{
  width: 100%;
  height: 45vh;
  padding-top: 55px;
  background-image:  url('../imagenes/beautiful-young-woman-home-office-working-from-home-teleworking-concept.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: White;
  overflow: hidden;
}
.contenedor_8 img{
  width: 200px;
}
.ubicacion{
  width: 100%;
  height: 50vh;
}
.contenedor_9{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.misredes{
  width: 90%;
  height: 39vh;
  margin: auto;
  padding: 10px;
  align-items: center;
  display: flex;
}
.misredes1{
  width: 19%;
  height: 100%;
  float: left;
  border-radius: 20px;
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
  margin:auto;
  background: White;
    overflow: hidden;
    cursor: pointer;
}
.misredes1 a{
  text-decoration: none;
}
.misredes1 .texto{
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00645D;
}
.facebook{
  background-image: linear-gradient(to right top, #051937, #123460, #1b538c, #1e74ba, #1297eb);
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  padding-top: 40%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}
.twitter{
  background-image: linear-gradient(to right top, #005ae1, #0074ee, #008df6, #18a4fc, #4ebaff);
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  padding-top: 40%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}
.instagram{
  background-image: linear-gradient(to right top, #e705f2, #f400cd, #f800ac, #f5008e, #ec0074, #f31d63, #f73253, #f74643, #ff6a32, #ff8e1e, #ffb001, #ffd200);
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  padding-top: 40%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}
.whatsapp{
  background-image: linear-gradient(to right top, #0d6000, #147b11, #179824, #14b636, #00d54a);
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  padding-top: 40%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}
.telmei{
  background-image: linear-gradient(to right top, #012722, #003e36, #00574a, #00715f, #008c74);
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
  padding-top: 40%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}
.textin{
  width: 100%;
  height: 40%;
}
.buttonRS{
  border-radius: 20px;
  padding: 10px;
  border: 1px solid green;
  background: White;
}
/* MAPS-CONTACTO */
.maps{
  padding-top: 50px;
  width: 100%;
  height: 100vh;
  background-image:  url('../imagenes/img39.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  overflow: hidden;
}
.correo-contacto{
  width: 50%;
  height: 80%;
  float: left;
  padding: 20px;
}
.mapita{
  width: 50%;
  float: right;
  padding: 20px;
}
/* COLABORADORES */
.contenedor_6{
  width: 100%;
  height: auto;
  padding-top: 30px;
  justify-content: center;
}
.agrupar{
  align-items: center;
  justify-content: center;
}
.contenedor_6 h2{
  margin-top: 2%;
  text-align: center;
  font-family: 'Sacramento', cursive;
  font-size: 60px;
  color:rgb(0 111 95);
}
.cont_abogado{
  display: flex;
  justify-content: space-around;
  padding: 10px;
  margin: auto;
}
.abogado{
  width: 30%;
  height: 230px;
  background-image:linear-gradient(to bottom, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)), url(../imagenes/img5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.abogado:hover{
  box-shadow: 0px 0px 25px -4px rgba(79,72,72,0.75);
  -webkit-box-shadow: 0px 0px 25px -4px rgba(79,72,72,0.75);
  -moz-box-shadow: 0px 0px 25px -4px rgba(79,72,72,0.75);
  animation: .8s ease;
}
.abogado h6{
  margin-top:15%;
  color:white;
    border-bottom: 1px solid #E8B700;
    padding: 5px;
}
.abogado small{
  color:#E8B700;
}

/* NOTARIO GALLEGOS */

.contenedor_10{
  width: 100%;
  height: 100vh;
  background-image:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)), url(../imagenes/img5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:70px;
  overflow: hidden;
  overflow-y: scroll;
}
.contenedor_10 h1{
  margin-left: 25px;
  color:white;
  text-shadow: 0px 0px 4px rgba(0,0,0,1);
}
.contenedor_10 small{
  margin-left: 25px;
  font-size: 16px;
  color:#E8B700;
  text-shadow: 0px 0px 4px rgba(0,0,0,1);
  padding: 5px;
  border-top: 1px solid #E8B700;
}
.div-left{
width: 50%;
border-right: 1px solid #E8B700;
float:left;
}
.div-right{
width: 50%;
border-left: 1px solid #E8B700;
float:right;
}
.div-acotesimiento{
  width: 60%;
  height: auto;
  border-radius: 20px;
  padding: 12px;
  border: 1px solid #E8B700;
  overflow: hidden;
}
.div-acotesimiento h3{
  color: #E8B700;
  text-shadow: 0px 0px 4px rgba(0,0,0,1);
}
.div-acotesimiento p{
  color: white;
  text-align: justify;
  text-shadow: 0px 0px 4px rgba(0,0,0,1);
}
.span-line{
width: 30px;
border: 1px solid #E8B700;
}
.JLGP-1{
  height:200px;
}
.JLGP-2{
  height:250px;
}
.JLGP-3{
  height:300px;
}
.JLGP-4{
  height:350px;
}
.JLGP-5{
  height:320px;
}
.JLGP-6{
  height:280px;
}
.JLGP-7{
  height:390px;
}
.container_5{
  width: 100%;
  height: 100vh;
  background-image:linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)), url(../imagenes/img41.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:70px;
  overflow: hidden;
  overflow-y: scroll;
}
.container_5 h1{
  margin-left: 25px;
  color:white;
  text-shadow: 0px 0px 4px rgba(0,0,0,1);
}
.container_5 small{
  margin-left: 25px;
  font-size: 16px;
  color:#E8B700;
  text-shadow: 0px 0px 4px rgba(0,0,0,1);
  padding: 5px;
  border-top: 1px solid #E8B700;
}
/* .contenedor-cards .card-tarjeta .perfil{
  width: 30%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #cfcfcf;
  background: -moz-linear-gradient(-45deg, #cfcfcf 0%, #c7c7c7 43%, #cccccc 58%, #9e9e9e 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #cfcfcf), color-stop(43%, #c7c7c7), color-stop(58%, #cccccc), color-stop(100%, #9e9e9e));
  background: -webkit-linear-gradient(-45deg, #cfcfcf 0%, #c7c7c7 43%, #cccccc 58%, #9e9e9e 100%);
  background: -o-linear-gradient(-45deg, #cfcfcf 0%, #c7c7c7 43%, #cccccc 58%, #9e9e9e 100%);
  background: -ms-linear-gradient(-45deg, #cfcfcf 0%, #c7c7c7 43%, #cccccc 58%, #9e9e9e 100%);
  background: linear-gradient(135deg, #cfcfcf 0%, #c7c7c7 43%, #cccccc 58%, #9e9e9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#9e9e9e', GradientType=1 );
  -webkit-box-shadow: 6px 0px 20px -9px rgba(71,71,71,1);
  -moz-box-shadow: 6px 0px 20px -9px rgba(71,71,71,1);
  box-shadow: 6px 0px 20px -9px rgba(71,71,71,1);
  float: left;
} */
/* .contenedor-cards .card-tarjeta .perfil img{
  width: 80%;
  height: 70%;
  border-radius: 50%;
  margin: 8px;
  -webkit-box-shadow: inset 0px 3px 20px -2px rgba(82,82,82,1);
  -moz-box-shadow: inset 0px 3px 20px -2px rgba(82,82,82,1);
  box-shadow: inset 0px 3px 20px -2px rgba(82,82,82,1);
} */
/* .contenedor_6 .card-tarjeta .description{
  width:100%;
  height: 100%;
  padding: 8px;
  float: left;
  text-align: center;
} */
/* .contenedor_6 .card-tarjeta .description p{
  font-size: 13px;
} */
/* .contenedor_6 .card-tarjeta .description a{
  text-decoration: none;
  color: white;
}
.contenedor_6 .card-tarjeta .description b{
  color: #DA9200;
} */

/* contacto */
.contactoN{
  width: 100%;
  height: 80vh;
  align-items: center;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 10px;
}
.contactoN .contenedor_contacto{
  width: 90%;
  height: auto;
  margin: auto;
  background: white;
  box-shadow: 0px 1px 29px -2px rgba(95,95,95,0.75);
  -webkit-box-shadow: 0px 1px 29px -2px rgba(95,95,95,0.75);
  -moz-box-shadow: 0px 1px 29px -2px rgba(95,95,95,0.75);
  overflow: hidden;
  border-radius: 10px;
}
.data_contact{
  width: 40%;
  height: 100%;
  background-image:linear-gradient(
      rgba(1, 69, 65, 0.8),
      rgba(1, 69, 65, 0.8)
    ),  url('../imagenes/img32.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:18px;
  color: white;
  float:left;
  text-align: center;
}
.data_contact p{
  font-size: 16px;
}
.data_contact a{
  color: #daa520;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.data_contact a:hover{
  color: #daa520;
  padding-bottom:5px;
  border-bottom: 1px solid #daa520;
}
.menssage_contact{
  width: 60%;
  height: 100%;
  padding: 20px;
  float:left;
}
.menssage_contact .inputForm{
  border:none;
  box-shadow:none;
	border-radius:0;
	border-bottom: 1px solid #cfd8dc;
  transition: 1s ease;
	font-weight: bold;
}
.menssage_contact .inputForm:focus{
  transition: 1s ease;
	border-bottom: 1px solid #daa520;
}

.footer{
width: 100%;
height: auto;
background-image: linear-gradient(to right top, #001e18, #03352d, #044e43, #04695b, #008574);
border-top: 5px solid #C08C00;
padding: 20px;
overflow: hidden;
}
.footer-left{
  width: 30%;
  float: left;
  color: white;
  text-align: center;
}
.footer-left h6 {
  margin-top: 15px;
}
.footer-right{
  width: 70%;
  float: left;
  color: white;
}
.footer-right .mapaGoogle{
  border:0;
  float:right;
  margin-right:80px;
}
.footer-right p{
  color: white;
  float: right;
  margin: 10px;
  font-size: 13px;
}

/* services */
.contenedor_7 {
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
}
.catalogo{
  width: 25%;
  height: 100vh;
  padding: 2.5%;
  color: white;
  float: left;
}
.servicio {
  width: 100%;
  height: 42px;
  overflow: hidden;
}
.servicio p{
  width: 80%;
  height: 30px;
  font-size: 12px;
  margin-top: 2%;
  margin-bottom: 0;
  float: left;
}

.servicio img{
  width: 30px;
  height: 30px;
  margin: 2px;
  float: left;
}
.fondo1{
  background: linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img44.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fondo2{
  background: linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img29.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fondo3{
  background: linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img22.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fondo4{
  background: linear-gradient(to right, rgba(153, 153, 153, 0), rgba(17, 17, 17, .9)),  url('../imagenes/img12.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* FAQ */
.c-faq__answer {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.container_faq {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section__headline {
  font-family: 'Varela Round', sans-serif;
  font-size: 62px;
  font-weight: light;
  color: #006f5f;
  padding-left: 15px;
  padding-top: 60px; }

.c-faqs__headline {
  font-family: 'Varela Round', sans-serif;
  text-align: left;
  padding-left: 15px;
  font-size: 1.5em;
  color: #EEBF00;
  margin-top: 1.5em;
  font-weight: bold;
 }

.c-faqs {
  margin: 15px 0;
  padding: 0 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.c-faq {
  font-family: 'Varela Round', sans-serif;
  list-style: none;
  margin: 10px 0 5px; }

.c-faq__title {
  cursor: pointer;
  font-weight: 500;
  background: white;
  z-index: -1;
  position: relative;
  font-size: 1.1em; }
  .c-faq__title:hover {
    text-decoration: underline; }
  .c-faq__title::after {
    white-space: nowrap;
    font-weight: 300;
    padding-left: 5px;
    opacity: 0;
    transform-origin: 11px;
    transform: rotateZ(90deg);
    display: none;
    content: '>'; }

.c-faq--active .c-faq__title {
  color: #008169; }
  .c-faq--active .c-faq__title::after {
    opacity: 1;
    transform: rotateZ(90deg);
    display: inline-block; }

.c-faq__answer {
  font-weight: normal;
  margin-top: -10%;
  transition: all 0.1s;
  z-index: 1;
  font-size: 0.9em;
  color: #505050; }

.c-faq--active .c-faq__answer {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: all 0.2s;
  border-radius: 3px;
  border: 1px solid #f1f2f3;
  border-top: 1px solid #008169;
  padding: 20px; }

  @media (min-width: 780px) {
  .c-faqs {
    /* position: relative; */
    margin-left: auto;
    margin-right: auto;
    height: auto; }
  .c-faqs::before {
    opacity: 0.2; }
  .c-faq {
    margin-top: 15px;
    margin-bottom: 15px; }
    .c-faq .c-faq__title {
      width: 50%;
      padding-right: 40px;
      display: inline-block; }
      .c-faq .c-faq__title::after {
        display: none; }
    .c-faq .c-faq__answer {
      /* position: absolute; */
      top: 50%;
      transform: translateY(-50%);
      left: 50%;
      width: 50%;
      border-left-color: #008169;
      border-top-color: #f1f2f3;
     }

     }

.c-note {
  font-size: 0.8em;
  padding-left: 15px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out; }
  .c-note:hover {
    opacity: 1;
    transition: opacity 0.2s ease-in-out; }
  .c-note a {
    color: #1e88e5; }

/* RESPONSIVE */
@media (max-width: 1920px) {
  .content{
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .navbar .logo a img{
  width: 150px;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }

  .navbar .menu-list{
    margin-left:0;
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 30px 0;
    text-align: center;
    background: rgb(7,82,71);
    background: radial-gradient(circle, rgba(7,82,71,1) 0%, rgba(0,45,38,1) 100%);
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 30px;
  }
  .navbar .menu-list li a{
    font-size: 12px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }

  /* INDEX */
  .Bienvenido{
    padding: 10px;
  }
  .bienvenido .parte1 H1{
    font-size: 40px;
  }
  .bienvenido .parte1 span{
    font-size: 50px;
  }
  .bienvenido .parte1 img{
    width: 100%;
  }
  .contenedor_2 .ventajas{
    width: 100%;
  }
  /* PAG INTERES */
  .pi{
    width: 97%;
    padding-top: 20%;
    margin: 10px;
  }

  .contenedor_3 .texto{
    width: 100%;
  }
  .contenedor_3 .imagen{
    display: none;
  }
  /* notarios */
  .contenedor_4{
    padding-top: 50%;
  }
  /* NG */
  .timeline{
    padding-top: 3%;
  }
  .div-left, .div-right{
    width: 100%;
  }
  .div-acotesimiento{
    width: 80%;
  }
  /*ABO*/
  .agrupar h2{
    font-size: 22px;
  }
  .cont_abogado{
    display: contents;
  }
  .abogado{
    width: 95%;
    margin: 10px;
  }

  /* SERVICIOS */
  .catalogo{
    width: 100%;
    height: auto;
    padding: 5%;
  }

  /* ventajas y desventajas */
  .sector{
    width: 100%;
    height: 180px;
  }
  .sector h4{
    font-size: 20px;
  }
  /* CONTACTO */
  .contactoN{
    height: auto;
    padding: 20px;
  }
  .contactoN .contenedor_contacto{
    width: 100%;
    height:auto;
  }
  .data_contact{
    width: 100%;
    height: 350px;
    float: left;
  }
  .data_contact h1{
    font-size: 24px;
  }
  .data_contact p{
    font-size:16px;
  }
  .menssage_contact{
    width: 100%;
    height:auto;
    float: left;
  }
  /* footer */
  .footer{
    height: 90vh;
  }
  .footer-left{
    width: 100%;
  }
  .footer-right{
    width: 100%;
  }
  .footer-right .mapaGoogle{
    border:0;
    float:right;
    margin: auto;
  }
  /* quienes-somos-experiencia */
  .imagenRepresentativa{
    width: 100%;
    height: 50vh;
  }
  .data-experience{
    width: 100%;
    height: 120vh;
    font-size: 12px;
  }
  .div-gral{
    width: 170px;
    height: 170px;
  }

  /* COLABORADORES */
  .contenedor_6{
    height: auto;
  }
  .contenedor-cards .card-tarjeta{
    width: 95%;
    margin-bottom: 5px;
  }
  /* contatanos */
  .contenedor_8 img{
    width: 150px;
  }
  .contenedor_8 h1{
    font-size: 24px;
  }
  .misredes{
    height: auto;
    display: inherit;
    overflow: hidden;
  }
  .misredes1{
    width: 100%;
    height: 200px;
    margin: 8px;
    cursor: pointer;
  }
  .facebook{
    padding-top: 20%;
  }
  .instagram{
    padding-top: 20%;
  }
  .telmei{
    padding-top: 20%;
  }
  .twitter{
    padding-top: 20%;
  }
  .whatsapp{
    padding: 20%;
  }

  /* SERVICIOS */
  .card{
      width:90%;
      margin: auto;
      float: none;
      margin-bottom: 10px;
  }
    .contacto{
      padding: 8px;
      height:auto
    }
    .la{
      width: 100%;
      height: 50%;
    }
    .lb{
      width: 100%;
      height: 40%;
    }
    .lb table td img{
      width: 200%;
    }
    .lb table td a img{
      width: inherit;
    }
    .lb td {
      font-size: 10px;
    }
    .lb table td:hover{
      font-size: 12px;
    }
    .slide-card__section .Tprincipal{
      font-size: 25px;
    }
    ::-webkit-scrollbar {
        width: 2px;
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    ::-webkit-scrollbar-thumb {
        background: #888;
    }
    ::selection{
      background: rgb(0,123,255,0.3);
    }
}
@media (min-width: 300px){
  .d-md-block {
      display: block!important;
  }
  .carousel-caption{
    top: 2%;
  }
  .carousel-caption p{
    font-size: 22px;
  }
}

/* GALLERY */
.container-fluid h1{
  padding: 20PX;
  color: #D58100;
}
.item{
  transition: .5s ease-in-out;
}
.item:hover{
  filter: brightness(60%);
}
.item a img {
  border-radius: 10px;
}



/* OTRO */
.carta-box {
  width: 250px;
  height: 250px;
  position: relative;
  perspective: 1000px;
}

.carta-box:hover .carta {
    transform: rotateY(180deg);
}

.carta {
  transform-style: preserve-3d;
  transition: all 1s linear;
}

.cara {
  position: absolute;
  backface-visibility: hidden;
}

.cara.detras {
  transform: rotateY(180deg);
}

/* Slide Cards */
 .slide-card {
	 background-color: #fff;
	 border: 1px solid #b2b2b2;
	 border-radius: 5px;
	 box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	 display: none;
	 min-height: 400px;
	 overflow: hidden;
	 position: relative;
	 transition: 0.5s flex ease-in-out, 0.75s box-shadow ease-in-out;
}
.slide-card__title{
  color: rgb(0,111,95);
}
.fa-bullseye{
  color: #007A5F;
}
.fa-chart-line{
  color: #007A5F;
}
.fa-user-graduate{
  color: #007A5F;
}
.fa-brands fa-earlybirds{
  color: #007A5F;
}
 @media (min-width: 768px) {
	 .slide-card {
		 display: flex;
		 min-height: 455px;
		 margin: 0 5px;
		 opacity: 1;
	}
	 .slide-card:hover {
		 box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	}
}
 @media (min-width: 992px) {
	 .slide-card {
		 min-height: 400px;
	}
}
 .slide-card__section {
	 background: none;
}
 .slide-card__section-header {
	 text-align: center;
}
 .slide-card__section-header div, .slide-card__section-header div > * {
	 font-size: 16px;
	 line-height: 26px;
}
 .slide-card__section-container {
	 margin: 0 auto;
	 max-width: 1300px;
	 max-width: fit-content;
	 max-width: -moz-fit-content;
   min-height: 70vh;
   overflow: hidden;
}
 .slide-card__section--primary {
	 background: none;
}
 .slide-card__section--secondary {
	 background: none;
}
 .slide-card__bg-image {
	 position: absolute;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 height: 100%;
	 width: 100%;
	 min-width: 1000px;
	 transition: 1s transform ease-in-out;
	 transform: scale(1.1);
}
 .slide-card__overlay {
	 padding-left: 0.5rem;
	 padding-right: 0.5rem;
	 position: relative;
	 transition: 0.5s all ease-in-out;
	 width: 100%;
	 background: rgba(255, 255, 255, .75);
}
 @media (min-width: 992px) {
	 .slide-card__overlay {
		 padding-left: 1.5rem;
		 padding-right: 1.5rem;
	}
}
 .slide-card__caption {
	 left: 800px;
	 max-height: 400px;
	 margin-left: 50px;
	 opacity: 0;
	 position: absolute;
	 transition: 1s opacity ease-in-out, 0.5s min-width ease-in-out, 0.5s margin-left cubic-bezier(0.05, 0.61, 0.41, 0.95);
	 transition-delay: 0.75s;
	 visibility: hidden;
}
 @media (min-width: 768px) {
	 .slide-card__caption {
		 max-width: 100%;
		 min-width: 550px;
	}
}
 .slide-card-title {
	 font-size: 20px;
}
 @media (min-width: 768px) {
	 .slide-card-title {
		 font-size: 24px;
	}
}
 .slide-card__description, .slide-card__description > * {
	 font-size: 12px;
	 line-height: 26px;
}
 @media (min-width: 768px) {
	 .slide-card__description, .slide-card__description > * {
		 font-size: 15px;
		 line-height: 26px;
	}
}
 .slide-card__cta, .slide-card__cta:hover, .slide-card__cta:active {
	 color: ##FFC300;
	 font-size: 16px;
	 font-weight: 700;
}
 .slide-card__cta span, .slide-card__cta:hover span, .slide-card__cta:active span {
	 font-size: 14px;
	 margin-left: 5px;
}
 .slide-card__icon {
   padding: 10px;
	 border: 1px solid #b2b2b2;
	 border-radius: 50%;
	 background: #fff;
	 text-decoration: none !important;
}
 .slide-card__icon span {
	 align-items: center;
	 color: #b2b2b2;
	 display: flex;
	 font-weight: 700;
	 height: 49px;
	 justify-content: center;
	 width: 49px;
}
 .slide-card__nav {
	 display: flex;
	 flex-wrap: wrap;
	 padding: 15px 5px;
}
 .slide-card__nav .slide-card__icon {
	 margin: 0 5px 5px 5px;
}
 .slide-card__nav .slide-card__icon.active {
	 background-color: #CDCDCD;
	 border-color: #CDCDCD;
}
 .slide-card__nav .slide-card__icon.active span {
	 color: #007A5F;
}
 .slide-card.active {
	 display: flex;
	 flex: 1;
	 min-width: 300px;
	 opacity: 1;
}
 @media (min-width: 768px) {
	 .slide-card.active {
		 position: relative;
		 min-width: 70px;
	}
}
 @media (min-width: 992px) {
	 .slide-card.active {
		 min-width: 98px;
	}
}
 .slide-card.active .slide-card__bg-image {
	 max-width: 100%;
	 transform: scale(1);
}
 .slide-card.active .slide-card__overlay {
	 padding-left: 1.5rem;
	 padding-right: 1.5rem;
}
 .slide-card.active .slide-card__caption {
	 flex: 1;
	 max-height: 800px;
	 margin-left: 0;
	 opacity: 1;
	 position: static;
	 width: 100%;
	 visibility: visible;
}
 @media (min-width: 768px) {
	 .slide-card.active .slide-card__caption {
		 max-width: 100%;
		 min-width: 250px;
	}
}
 .slide-card.active .slide-card__icon {
	 animation: slide-card__icon-animate 0.5s ease;
	 background: #fff;
	 font-size: 20px;
}
 @keyframes slide-card__icon-animate {
	 0% {
		 font-size: 5px;
	}
}
@keyframes blinkAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
