@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fuente/Montserrat-Regular.ttf);
}

h3, h4, h5, h6, p, li, a, li a{
  font-family: Montserrat-Regular !important;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fuente/Montserrat-Bold.ttf);
}

h1, h2{
  font-family: Montserrat-Bold !important;
}

.bold{
  font-weight: bold;
}

.active{
  color: #4BB3C6;
}

a{
  cursor: pointer;
}

input{
  border-radius: 20vh !important;
}

textarea{
  border-radius: 2vh !important;
}

select{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2vh;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline:none;
}

.no_list{
  list-style: none;
}

.titulo {
  color: #333;
  padding: 5px 20px;
  font-weight: 700;
  }

.titulo:before {
    content: '';
    position: absolute;
    transform: translate(-50%,-20%);
    /* transform: translate(-50%,-50%); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    color: rgba(0,0,0,.1);
    z-index: 1;
    opacity: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 500px;
    transition: letter-spacing 0.5s,left 0.5s;
    }
.titulo:before {
  content: attr(data-text);
  opacity: 1;
  left: 50%;
  letter-spacing: 0px;

  }

  @media (max-width: 992px) {
    .titulo:before{
      font-size: 3rem;
      top: 20%;
      letter-spacing: 5px;
    }
    .titulo{
      font-size: 40px;
    }
  }

.box_general{
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0 3px 43px 0 rgb(0 0 0 / 10%);
  padding: 30px 25px 25px;
  transition: 0.5s;
  transition: all 500ms ease-out;
  will-change: transform;
}

.beneficios_sec {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

.icon_contact i {
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.icon_contact {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

.icon_contact i {
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box_general:hover .beneficios_sec {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.boxIcon{
  font-size: 50px;
  font-weight: 700;
  opacity: 0.1;
}

.img_serv_resp{
  display: none;
}

.nav_scroll{
  display: none;
  position: fixed;
  background: #fff;
  padding: 0 150px 0 150px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}

/*boton ir arriba*/
.up_button{
  display: none;
  padding: 20px;
  background: #4BB3C6;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding-top: 16px;
}
.arrow{
  color: #fff;
}
/*boton ir arriba*/

/* botones */
.buttonl{
  position: relative;
  width: 120px;
  height: 40px;
  /* width: 160px;
  height: 50px; */
  /* margin: 15px 10px; */
  background: #458DCB;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonl::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #4BB3C6;
  transition: 0.5s ease-in-out;
}

.buttonl::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #4BB3C6;
  transition: 0.5s ease-in-out;
}

.buttonl:hover::before,
.buttonl:hover::after{
  width: 50%;
}

.buttonl span{
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  transition: 0.5s;
}


/* botones */

section{
  padding: 60px;
}

.bghr{
  width: 100px;
  height: 3px;
  background: #4BB3C6;
  margin: auto;
  display: block;
}
.bghrl{
  width: 100px;
  height: 3px;
  background: #4BB3C6;
}

/* menu */
nav{
  /* border-top: 3px solid #4BB3C6; */
  position: absolute;
  z-index: 10;
  display: flex;
  height: 80px;
  width: 100%;
  background: transparent;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 150px 0 150px;
  flex-wrap: wrap;
  transition: 0.5s;
}

nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 15px;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: #4A66AD;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
nav ul li a.active,
nav ul li a:hover{
  color: #4BB3C6;
  /* background: #fff; */
}
nav .menu-btn i{
  color: #4A66AD;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: left;
	border-radius: 3px;
	background-color: #ffffff;
  height: 230px;
	margin-top: 30px;
  -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  will-change: transform;
}

.services-icon {
    display: inline-block;
    /* margin-bottom: 20px; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
}

.services-icon img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item h3 {
	font-size: 15px;
    font-weight: 700;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.single-services-item:hover .services-icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* menu */

/* preload */

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: url('../img/imgLoad.png');
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader{
  background: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  clip-path: circle(150% at 0 0);
  transition: clip-path 0.3s ease-in-out;
}

   .loader2{
    clip-path: circle(0 at 0 0);
  }

/* preload */


/* footer */
footer{
  bottom: 0px;
  width: 100%;
  background: #fff;
  /* box-shadow: 0 5px 20px rgb(0 0 0 / 5%); */
}
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: transparent;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #458DCB;
  top: -10px;
}
.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
  color: #4A66AD;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #fff;
}

.right form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .btn{
  margin-top: 10px;
}
.right form .btn button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #458DCB;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.right form .btn button:hover{
  background: #000;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #9ed6e0;;
}
.bottom center span{
  color: #4A66AD;
}
.bottom center a{
  color: #458DCB;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}

/* cards services */
.cards{
position: relative;
height: 700px;
width: 100%;
display: block;
background: #fff;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
transition: 0.4s linear;
}

.cards:hover{
box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.cards .cards_img{
background: #000;
/*height: 400px;*/
overflow: hidden;
}

.cards_img img{
height: auto;
width: 100%;
transition: 0.3s;
}

.cards:hover .cards_img img{
opacity: 0.6;
transform: scale(1.1);
}

.cards .cards_content{
bottom: 0;
background: #fff;
width: 100%;
text-align: center;
padding: 20px 30px;
height: 325px;
}

/* cards services */

/* cards */
.containerBx .card{
  position: relative;
  height: 250px;
  background: #fff;
  display: flex;
  width: 100%;
  margin: 30px 0;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.containerBx .card .imgBx{
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
}

.containerBx .card:hover .imgBx{
  height: 150px;
  width: 150px;
  left: -75px;
  top: calc(50% - 75px);
}

.containerBx .card .imgBx img{
  max-width: 100px;
  transition: 0.5s ease-in-out;
  /* filter: invert(1); */
}

.containerBx .card:hover .imgBx img{
  max-width: 75px;
}

.containerBx .card .contentBx{
  position: absolute;
  right: 0;
  width: calc(100% - 75px);
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerBx .card .contentBx h3{
  color: #458DCB;
  margin-bottom: 5px;
  font-size: 24px;
}

/* cards */

@media (max-width: 992px) {
  .containerBx{
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .containerBx .card{
    max-width: 100%;
    height: auto;
    flex-direction: column;
    background: transparent;
    margin: -20px 0;
    box-shadow: none;
  }

  .containerBx .card .imgBx{
    position: relative;
  }

  .containerBx .card .imgBx,
  .containerBx .card:hover .imgBx{
    width: 100%;
    height: 200px;
    top: 100px;
    left: 10%;
  }

  .containerBx .card:hover .imgBx{
    max-width: 100%;
  }

  .containerBx .card .imgBx, img
  .containerBx .card:hover .imgBx img{
    max-width: 100px;
  }

  .containerBx .card .contentBx{
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: none;
    border-radius: 20px;
    border-top: 100px solid #fff;
  }

}


@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}
/* footer */

@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 920px) {

  .nav_scroll{
    display: none;
    position: fixed;
    background: #fff;
    padding: 0 40px 0 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
  }

  h1 {
    font-size: 2em !important;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: 1em;
  }

  p{
    font-size: 0.8em;
  }

  li{
    font-size: 0.8em;
  }

  .img_serv_resp{
    display: block;
  }

  .img_serv{
    display: none;
  }

  .logo img{
    width: 70% !important;
  }
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 65px;
    left: -100%;
    background: #4BB3C6;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 10;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #fff !important;
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: #fff !important;
  }
  /* nav.sticky {
    background: #fff;
    padding: 0 40px 0 50px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
} */
  section{
    padding: 25px;
  }

  .BgResponsive{
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 160%), url(../img/BgResponsive.jpg)
    center left no-repeat !important;
    background-size: cover !important;
  }

  .left .content .social a span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
  }

}
