/*

DENTYX css

*/



body {
  

 
background-color: #ffffff;
/*background: rgb(144,142,239);
background: linear-gradient(0deg, rgba(144,142,239,1) 2%, rgba(206,205,248,1) 10%, rgba(255,255,255,1) 39%);

background: rgb(144,142,239);
background: linear-gradient(0deg, rgba(144,142,239,1) 8%, rgba(186,185,245,1) 25%, rgba(255,255,255,1) 51%);*/
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}
/* Add a thumb */
body::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

body, html {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}


.page-heading {
  background-image: url(../img/heading_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
}

.page-heading .heading-content h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(250,250,250,0.1);
  display: inline-block;
  margin-bottom: 0;
  margin-top: 220px;
  padding: 20px 60px;
}

.page-heading .heading-content em {
  font-style: normal;r
  font-weight: 200;
}



#mobile_nav{

  visibility: hidden;
  
    }

    
      



/* Nav Bar */

nav .logo {
  float: left;
  margin-left: 30px;
}

nav .logo a {
  font-size: 28px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 0px;
  margin-top: 0px;
}

nav .logo img {
  width: 200px;
  height: auto;
}

nav .logo em {
  font-style: normal;
  font-weight: 200;
}

nav .lang{


margin-left: 10px;

}


nav {
  background: rgb(255, 255, 255);
  height: 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 300;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}


#pvw-title  {
  visibility: visible;
}



nav .active{
  color: #212121;
  background: #fff;
}

nav-menu,
.nav-menu * {
  
  list-style: none;

}

.nav-menu > ul {
  display: flex;
  list-style-type: none;
}

.nav-menu > ul > li {
  position: relative;
  justify-content: center;
}

}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #908eef;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}




.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  padding: 10px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: -100;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-right: 5px;
}





nav .contact_btn {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #908eef;
  border-radius: 80px;
  width: 200px;
  height: 50px;
  padding-left: 35px;
  padding-right: 21px; 
  padding-top: 10px;
  padding-bottom: 15px;
}


nav .contact_btn2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 22px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #908eef;
  border-radius: 80px;
  width: 365px;
  height: 50px;
  padding-left: 42px;
  padding-right: 21px;
  padding-top: 8px;
  padding-bottom: 15px;
}



nav .contact_btn:hover {
  color: #000000;

}

nav .contact_btn2:hover {
  color: #000000;

}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {

  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  color: #3b434a;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #ffb727;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}




  .img_ban {
    width: 465px;
    height: 115px;
}







.menu-icon {
  background: transparent;

  width: 50px;
  height: 50px;
  margin: 15px 39px 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: rgb(0, 0, 0);
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: '';
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  left: 0;
  top: 10px;
}

.menu-icon.active {
  background: rgba(250,250,250,0.2);
}

.menu-icon.active span {
  background-color: #000000;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}
/* Menu */

.overlay-menu {
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}

.overlay-menu.open .main-menu {
  transition: all 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu {
  overflow: scroll;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 80px;
  padding: 0px;
}
.overlay-menu ul li {
  padding: 15px 0px;
}

.overlay-menu ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: rgba(250,250,250,0.5);
}


.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
}



#video-container  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}




#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  width: 100%;

}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: self-start;
  margin-left: 30px;
  flex-flow: column wrap;
  margin-left: 50px;
  margin-top: 50px;
}

#video-container .video-content .inner h1 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 85px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
  margin-top: -5px;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container .video-content .inner p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  text-align: left;
  margin-top: 5px;
  
}

#video-container img {


}

#video-container .video-content .inner a {
  color: #fff;
  text-decoration: underline;
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 25px;
  margin-bottom: 20px;
}

.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4, .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}


.portfolio-item img {
  width: 100%;
  overflow: hidden;
}

.portfolio-item .thumb {
  position: relative;
}


.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    left: 0;
}


.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.full-screen-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.full-screen-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

 .full-screen-portfolio .portfolio-item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

 .service_card {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.service_card h1 {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
}





.popup-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
}

.modal-btn img {
  width: 60px;
  height: 60px;
}

/* Modal 
.modal {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  overflow: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content 
.modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.modal-animated-in {
  animation: totop-in .6s ease;
}
.modal-animated-out {
  animation: totop-out .6s ease forwards;
}
.modal-header {
  border-bottom: none;
}
.modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
}

.modal-header em {
  font-style: normal;
  font-weight: 200;
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.modal-body {
  text-align: center;
  margin: 0 auto;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

.modal-body button {
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal-body button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
}

////////////////*


/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}



footer {
  width: 100%;
 
  background-color: #000000;

}


.foot_space{

  text-align: left; 
  margin-left: 100px;
}

footer p {

  color: #fff;
  font-weight: 200;
  font-size: 18px;

  padding-top: 33px;
  letter-spacing: 0.5px;
  font-family: 'Quicksand', sans-serif;

}

footer a {
  color:#908eef;
  font-weight: 500;
  font-size: 22px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

footer img {
height: 50px;
width: 50px;
}

footer .linex {
  width:100%;
  height:100px;
  border-bottom: 2px solid rgba(255,255,255,.25);
  }


footer h1 {
  color:#ffffff;
  font-weight: 500;
  font-size: 32px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}


footer a:hover {
  text-decoration: none;
  color: #aaa;
}



.masonry-portfolio .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry .col-md-4, .masonry .col-md-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry {
  width: 100%;
  background-color: transparent;
  position: relative;
}

.masonry .item {
  display: inline-block;
  float: left;
}

.masonry .first-item {
  margin-bottom: -0.5px;
}

.masonry .last-item {
  float: left;
}

.masonry .item img {
  width: 100%;
  overflow-y: hidden;
}

.masonry .item .thumb {
  position: relative;
}

.masonry .item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 0;
}


.masonry .item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

.masonry .item em {
  font-style: normal;
  font-weight: 200;
 }

.masonry .item:hover h1 {
  transform: translateY(0);
 }

.masonry .item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.masonry .item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
}

.masonry .item:hover p {
  opacity: 1;
  transform: translateY(0);
 }




.grid-portfolio {
  padding: 65px 0px;
  background-color: #232323;
}

.grid-portfolio .portfolio-item {
  margin: 15px 0px;
}

.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 0;
}


.grid-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .grid-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.grid-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.grid-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.grid-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

 .grid-portfolio .load-more-button {
  margin-top: 15px;
 }

 .grid-portfolio .load-more-button a {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  background-color: #313131;
  transition: all 0.5s;
 }

 .grid-portfolio .load-more-button a:hover {
  color: rgba(250,250,250,0.5);
 }


.no_butt button{

  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.seguros{


  background-image: url(../img/items/Fondo-seguros_2.png);


}


.clickable {
  cursor: pointer;
}


.seguros .content {
 
  height: 100vh;
  width: 100%;
  padding: 3rem 4rem;
  box-sizing: border-box;
  color: #fff;
}


.seguros h1 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
font-size: 70px;
 padding-bottom: -20px;
 padding-top: 20px;
  font-weight: 800;
  text-align: center;
  ;
  

}

.seguros .margines{

  margin-top: 30px;
  margin-bottom: 50px;


}

 .margines{

  margin-top: 30px;
  margin-bottom: 30px;


}

.margines2{

  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;


}



.seguros img{
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 10px;

}




.seguros a{
  text-align: center;

  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
font-size: 32px;

  letter-spacing: 0.5px;
  font-weight: 800;

}



.seguros  h2 {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.seguros  p {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-word;
}

/*---------------------------------------------------------------------------------------------------------------------*/

.galeria{

  background-color:#ffffff;
  margin-top: 40px;
}


.galeria .content {
 
  height: 100vh;
  width: 100%;
  padding: 3rem 4rem;
  box-sizing: border-box;
  color: #fff;

  
}


.gal{


}


.galeria h1 {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.galeria b {

  font-family: 'Montserrat', sans-serif;
  color: #908eef;
  font-size: 75px;
  
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;

}


.galeria .margines{

  margin-top: 30px;
  margin-bottom: 50px;


}





.gal img{
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 10px;

}

 .big_banner{
  max-width: 210%;
  height: auto;
  margin-left: -410px;

}



.galeria a{
  text-align: center;

  font-family: 'Montserrat', sans-serif;
  color: #d30c0c;
font-size: 32px;

  letter-spacing: 0.5px;
  font-weight: 800;

}



.galeria  h2 {
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 38px;
  font-weight: 800;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.galeria  p {
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  text-align: justify;
  letter-spacing: 0.5px;
  
  margin-top: 10px;

}

.galeria span{

  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0.5px;
  text-decoration: #908eef  underline;


}

/*-------------------------------------------------------------------------------------------------------------------*/
 .services {
  background:transparent;
  margin-top: 90px;
  margin-bottom: 90px;
 }

 .services .service-item {
  margin: 15px 0px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s;
  border: 2px solid #908eef;
  border-radius: 50px;
  height: 280px;

 }

.slider1space{

  margin-right: 35px; margin-left: 60px;
}

.slider2space{

  margin-left: 35px;

}




 .services .item_space{

margin: 20px;

 }


 .services button{

  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;

 }

  .services .service-item:hover {
 
    outline: none;
    border-color: #908eef;
    box-shadow: 0 0 20px #908eef;
    
  }


 .services .service-item .icon {
  width: 40%;

  margin-top: 10px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;

 }

.services .service-item .icon img {
  max-width: 100%;
}

.services .service-item h4 {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
font-size: 25px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.services .service-title h1 {
  font-family: 'Montserrat', sans-serif;
  color: #908eef;
font-size: 75px;

  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;

}


.services .service-title b {
  font-family: 'Montserrat', sans-serif;
  color: #908eef;
font-size: 75px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center
}

.services .service-title h4 {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
font-size: 42px;
 

  font-weight: 700;
  text-align: center
}



.services .service-item p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}



.more-about-us {
  background-image: url(../img/items/Foto-muchacha.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80%;
  text-align: center;
}

.more-about-us .content {
 
  text-align: left;
  padding: 70px 60px;
  color: #fff;
}

.more-about-us .content h2 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #ffffff;
}

.more-about-us .content span {
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  
}

.more-about-us .content p {
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-word;
}

.more-about-us .content .simple-btn {
  margin-top: 50px;
}

.more-about-us .content .simple-btn2 {
  margin-top: 50px;
}

.more-about-us .content .simple-btn a {
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.5s;
  margin-top: 80px;
  background-color: #000000;
  border-radius: 80px;
  width: 400px;
  height: 100px;

  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;

}


.more-about-us .content .simple-btn2 a {
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.5s;
  margin-top: 80px;
  background-color: #000000;
  border-radius: 80px;
  width: 400px;
  height: 100px;

  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.more-about-us .content .simple-btn a:hover {

  background-color:  #908eef;
}

.more-about-us .content .simple-btn2 a:hover {

  background-color:  #908eef;
}




.visit {
  background-image: url(../img/items/dark_consultorio.png);
  background-repeat: no-repeat;
 
  background-position: center center;
  width: 100%;
  text-align: center;


 
}

.visit .content {
  text-align: left;
  padding: 80px 5px;
  color: #fff;
}

.mapstyle{

  border-radius: 20px;
  border-color: #908eef;
  border-width: 3px;

}

.visit  h2 {

  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #ffffff;
  
}

.visit .content span {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.linex {

  border-right: 2px solid rgba(25, 233, 94, 0.25);
  }


  .vl {
    border-right: 6px solid green;
    height: 500px;
  }

.visit .content p {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 15px;
}

.visit .content .simple-btn {
  margin-top: 50px;
}

.iconsize{
  height: 60px;
  width: 60px;

}


.navicon{

	height: 7%;
	width: 7%;

	display: inline;

}

.iconsize2{
  height: 70px;
  width: 60px;

}


.visit .content .simple-btn a {
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.5s;
  margin-top: 80px;
  background-color: #000000;
  border-radius: 80px;
  width: 400px;
  height: 100px;

  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.visit .content .simple-btn a:hover {

  background-color:  #908eef;
}


.visit2 {
  background-image: url(../img/items/Foto2-overlay.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 94% 75%;

  width: 100%;
  text-align: center;
  height: 60%;
  margin-top: 75px;
  margin-bottom: 50px;

 
}

.visit2 .content {
  text-align: left;
  padding: 155px 5px;
  color: #fff;
  letter-spacing: -0.5px;
}



.visit2  h2 {

  font-family: 'Quicksand', sans-serif;
  margin-top: 0px;
  font-size: 84px;
  font-weight: 600;
  text-shadow: 2px 2px 20px #000000;
  margin-bottom: 5px;
  color: #ffffff;
  text-align: left;

}

.visit2 .content span {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}



.visit2 .content p {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 64px;
  font-weight: 300;
  line-height: 28px;
  text-shadow: 2px 2px 14px #000000;
  text-align: left;
  text-justify: inter-word;
  margin-bottom: 15px;
}


.visit3 {
  background-image: url(../img/items/Foto1-overlay.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 60% 75%;
  width: 100%;
  text-align: center;
  height: 60%;
  margin-top: 50px;
  margin-bottom: 50px;
 
}

.visit3 .content {
  text-align: left;
  padding: 150px 5px;
  color: #fff;
}



.visit3  h2 {

  font-family: 'Quicksand', sans-serif;
  margin-top: 0px;
  font-size: 84px;
  font-weight: 600;
  text-shadow: 2px 2px 20px #000000;
  margin-bottom: 5px;
  color: #ffffff;
  text-align: right;
}

.visit3 .content span {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}



.visit3 .content p {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 64px;
  font-weight: 300;
  line-height: 28px;
  text-shadow: 2px 2px 14px #000000;
  text-align: right;
  text-justify: inter-word;
  margin-bottom: 15px;
}


.visit4 {
  background-image: url(../img/items/invisiline.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 60% 75%;
  width: 100%;
  text-align: center;
  height: 60%;
  margin-top: 50px;
  margin-bottom: 50px;
 
}

.visit4 .content {
  text-align: left;
  padding: 150px 5px;
  color: #fff;
}



.visit4  h2 {

  font-family: 'Quicksand', sans-serif;
  margin-top: 0px;
  font-size: 84px;
  font-weight: 600;
  text-shadow: 2px 2px 20px #000000;
  margin-bottom: 5px;
  color: #ffffff;
  text-align: right;
}

.visit4 .content span {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}



.visit4 .content p {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  font-size: 64px;
  font-weight: 300;
  line-height: 28px;
  text-shadow: 2px 2px 14px #000000;
  text-align: right;
  text-justify: inter-word;
  margin-bottom: 15px;
}



.reviews {

margin-top: 90px;
margin-bottom: 90px;

 
}



.reviews {

  margin-top: 90px;
  margin-bottom: 90px;
  
   
  }

  .reviews a {

   z-index: 0 !important;

   visibility: hidden !important;
    
     
    }


.pricing-tables {
  padding: 65px 0px;
  background-color: #232323;
}

.price-title h1{
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
font-size: 75px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}


.pricing-tables .table-item {
  padding: 60px 0px;
  margin: 15px 0px;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.5s;
  border: 2px solid #908eef;
  border-radius: 50px;
}

.pricing-tables .table-item:hover{
  
    outline: none;
    border-color: #908eef;
    box-shadow: 0 0 20px #908eef;
  
}


.pricing-tables .table-item h4 {

  font-family: 'Montserrat', sans-serif;
  color: #908eef;
  font-size: 48px;
  font-weight: 700;
  margin-top: 0px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #414141;
  padding-bottom: 40px;
}

.pricing-tables .table-item span {
  font-family: 'Quicksand', sans-serif;
  font-size: 28px;
  display: inline-block;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;

  width: 100%;
 
}

.pricing-tables .table-item ul {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}

.pricing-tables .table-item ul li {
  font-family: 'Quicksand', sans-serif;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.5px;
  margin: 15px 0px;
}

.pricing-tables .table-item .simple-btn {
  margin-top: 40px;
  padding-bottom: 10px;
}

.pricing-tables .table-item .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #f4dd5b;
  letter-spacing: 2px;
  border-bottom: 3px solid #f4dd5b;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.pricing-tables .table-item .simple-btn a:hover {
  opacity: 0.5;
}

.pricing-tables .premium-item {
  background-color: #908eef;
}

.pricing-tables .premium-item h4, .pricing-tables .premium-item span, .pricing-tables .premium-item ul li, .pricing-tables .premium-item .simple-btn a {
  color: #ffffff;
  border-color: #fffdfd;
}



.blog-entries {
  padding: 80px 0px;
  background-color: #232323;
}


.blog-entries .blog-posts {
  margin-right: 30px;
}


.blog-post {
  border-bottom: 1px solid #414141;
  padding-bottom: 65px;
  margin-bottom: 60px;
}

.blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.blog-post .text-content {
  margin-top: 30px;
}

.blog-post .text-content span {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.5px;
}

.blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.blog-post .text-content h2 {
  margin-top: 5px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
}

.blog-post .text-content .simple-btn {
  margin-top: 25px;
}

.blog-post .text-content .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.blog-post .text-content .simple-btn a:hover {
  opacity: 0.5;
}

.blog-entries .page-number {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-entries .page-number li {
  display: inline-block;
  margin-right: 3px;
}

.blog-entries .page-number li:last-child {
  margin-right: 0px;
}

.blog-entries .page-number li.active a {
  color: #232323;
  background-color: #fff;
}

.blog-entries .page-number li.active a:hover {
  opacity: 1;
}

.blog-entries .page-number li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background-color: #414141;
  transition: all 0.5s;
}

.blog-entries .page-number li a:hover {
  opacity: 0.5;
}

.single-blog-post {
  margin-right: 30px;
}

.single-blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.single-blog-post .text-content {
  margin-top: 20px;
}

.single-blog-post .text-content span {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #414141;
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.single-blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.single-blog-post .text-content h2 {
  margin-top: 0px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.single-blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-blog-post .tags-share {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding: 8px 0px 10px 0px;
}

.single-blog-post .tags-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-blog-post .tags-share ul li:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.single-blog-post .tags-share ul li {
  display: inline-block;
  color: #fff;
}

.single-blog-post .tags-share ul li a {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
  color: #f4dd5b;
  text-decoration: none;
  transition: all 0.5s;
}

.single-blog-post .tags-share ul li a:hover {
  opacity: 0.5;
}

.single-blog-post .tags-share .share {
  text-align: right;
}

.blog-entries .search input {
  background-color: rgba(250,250,250,0.1);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  border-radius: 0px;
  outline: none;
  border: none;
}

.sidebar-heding h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 40px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
  margin-bottom: 20px;
}

.archives ul, .categories ul {
  margin-top: -5px;
  padding: 0;
  list-style: none;
}

.archives ul li, .categories ul li {
  margin-bottom: 12px; 
}

.archives ul li:last-child, .categories ul li:last-child {
  margin-bottom: 0px; 
}

.archives ul li a, .categories ul li a {
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}


.archives ul li a:hover, .categories ul li a:hover {
  opacity: 0.5;
}

.recent-posts ul {
  padding: 0;
  list-style: none;
}

.recent-posts ul li {
  margin-bottom: 15px;
}

.recent-posts ul a {
  text-decoration: none;
}

.recent-posts ul li img {
  display: inline-block;
  max-width: 100%;
  margin-right: 15px;
}

.recent-posts ul li .text {
  display: inline-block;
}

.recent-posts ul li h6 {
  margin-bottom: 5px;
  padding-top: 0px;
  margin-top: 0px;
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.recent-posts ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  color: #f4dd5b;
}


.latest-gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.latest-gallery ul li {
  display: inline-block;
  max-width: 59px;
  overflow-y: hidden;
  margin-bottom: 3px;
  margin-right: 1px;
}

.latest-gallery ul li:nth-child(4){
  margin-right: 0px;
}

.latest-gallery ul li:nth-child(8){
  margin-right: 0px;
}

.latest-gallery ul li img {
  width: 100%;
  transition: all 0.5s;
}

.latest-gallery ul li img:hover {
  cursor: pointer;
  opacity: 0.5;
}



.contacto{

margin-top: 80px;
margin-bottom: 50px;
text-align: left;



}





.contacto h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
font-size: 55px;
 
  letter-spacing: 0.5px;
  font-weight: 900;
 text-align: center;
  margin-bottom: 15px;

}

.logo_sml{
  
  height: auto;
  align-items: center;
  align-self: center;
margin-left: 10px;
}


.contacto h3 {
  font-family: 'Montserrat', sans-serif;
  color: #908eef;
font-size: 42px;
text-align: center;
  letter-spacing: 0.5px;
  font-weight: 900;

  margin-bottom: 15px;
  margin-top: -30px;
}


.form_label{

  font-family: 'Quicksand', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color:  #000000;

}


.form_input{

  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 700;
  background-color: transparent;
  color: #8d8b8b;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #ffffff;
  border-radius: 80px;
margin-top: 10px;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_btn{

  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 700;
 
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
margin-top: 15px;
  background-color: #000000;
  border-radius: 80px;

  height: 100px;
align-self: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;

}


 .form_btn:hover {

  color: #fff;
  background-color:  #908eef;
}

.negmarg{

  margin-left: -100px;

}


.form_img{

height: 90%;
width: auto;


}


.experts{

background-image: url(../img/items/back_exp_2.png);

background-size: cover;
background-position: center center;
width: 100%;
height: fit-content;


}


.experts h2 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  font-size: 69px;
  font-weight: 800;
  
  margin-bottom: 5px;
  color: #000000;

}

.experts h3 {
  font-family: 'Montserrat', sans-serif;
  color: #908eef;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;

}

.experts p {
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  text-justify: inter-word;
}

.experts img{
 
height:fit-content;

}


.smal_img{
  height: 60px;
  width: 60px;
  padding-top: 30px;
}











/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/

* {box-sizing: border-box}
.mySlides1, .mySlides2, .mySlides3 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  
  position: relative;
  margin: auto;
}

.slideshow-container h2{

  font-family: 'Quicksand', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color:  #908eef;

}

.subs {
  font-family: 'Quicksand', sans-serif;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align:center
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 80px;
  padding: 16px;
  font-weight: bolder;
  text-align: center;
  margin-top: -38px;
  color:  #908eef;
  font-weight: bold;
  font-size: 28px;
  margin-left: -40px;
    margin-right: -40px;
  transition: 0.6s ease;
  border-radius: 100%;
  background-color: #f1f1f1;
  user-select: none;
  border-color: #908eef;
  border-width: 8px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 100%;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color:  #908eef;
  border-radius: 100%;
  color: rgb(255, 255, 255);
}


/*

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/


@media (max-width: 1200px) {


  #pvw-title  {
    visibility: hidden;
  }
 
.pvw-titleSM  {
  position: relative;
  visibility: hidden;
}

.pvw-titleSM::after  {
  content: 'XXX';
  visibility: visible;
}

.seguros{


  background-image: none;

background-color: #9090F4;
}

 
  .nav-menu a {
   
    font-size: 12px;
  
  }


  .SPli  {

    margin-top: -20px;
    
    }

  nav .contact_btn {
  
    width: 133px;
    height: 40px;
    padding-left: 24px;
    font-size: 12px;
   
 

}

nav .contact_btn2 {
  
  width: 133px;
  height: 40px;
  padding-left: 24px;
  font-size: 12px;
 


}


.navicon {
  height: 7%;
  width: 7%;
  display: inline;
}

#video-container .video-content .inner {
 
  margin-top: 1px;
}


.services {
 
   margin-top: 1px; 

}


.slider1space {
 
    margin-left: 240px;
}


.slider2space {
  margin-left: 240px;
}

.more-about-us .content p {
  
  font-size: 24px;
 
}


.more-about-us .content h2 {
  
  font-size: 29px;

}

.more-about-us .content span {
 
  font-size: 26px;

}


.visit2 .content {
  
  padding: 90px 5px;

}

.visit3 .content {
  padding: 65px 5px;

}

.visit3 .content p {
 
  font-size: 54px;
  
}


.visit3 h2 {

  font-size: 80px;
 
}



.visit4 {
  background-position: 34% 75%;
}

.visit4 .content {

  padding: 135px 5px;
 
}


.exp_img{


  
  margin-left: 204px;
  }


  .sm_marg{
   
    margin-left: 10PX;
    
    }

    .visit{

      height: auto;
      
        }
      
      
        .visit .content {
       
          padding:5px;
       
      }

      .visit4 .content p {
 
        font-size: 64px;
        font-weight: 560;
        line-height: 70px;
        
      }


      .visit .content p {
  
        margin-bottom: 40px;
    }

    .negmarg{

      margin-left: 2px;
    
    }
}










@media (max-width: 992px) {


  .nav-menu a {
   
    font-size: 11px;
  
  }


  .visit2 .content {
  
    padding: 220px 5px;
   
  }
  
  .more-about-us .content p {
  
    font-size: 18px;
   
  }
  
  .visit3 .content {
   
    padding: 54px 5px;
  
  }

  .slider1space{

    margin-right: 0px;
     margin-left: 0px;
  }
  
  .slider2space{
  
    margin-left: 0px;
  
  }

  .foot_space{
 
    margin-left: 30px;
  }

  .negmarg{

    margin-left: 2px;
  
  }

  .services{

    margin-bottom: 90px;
  }

  .visit{

height: auto;

  }


  .visit .content {
 
   padding: 5px; 

}
.exp_img{

  height: 200px;
  max-width: 100px;
  
  
  }

  .visit4 .content {
    padding: 89px 5px;
  }

  

  .blog-entries .blog-posts {
    margin-right: 0px;
  }

  .single-blog-post {
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .blog-entries .page-number {
    margin-bottom: 80px;
  }

  .single-blog-post .tags-share .tags {
    text-align: center;
  }

  .single-blog-post .tags-share .share {
    text-align: center;
  }

  #headbar{

    visibility: hidden;
  }

  #mobile_nav{

visibility: visible;

  }




}




@media (max-width: 768px) {


  .nav-menu a {
   
    font-size: 11px;
  
  }

  .visit4 {
 
    background-position: 5% 75%;
   
  }
.exp_img{

height: 100%;
width: auto;

margin-left: 60px;
}

.sm_marg{
  padding: 40px;
  
  
  }


  
.form_input{

  font-size: 18px;

}


}




@media (max-width: 530px) {


  .visit4 h2 {
  
    font-size: 62px;

}



  #video-container {
   
    height: 60%;
 
}



  #video-container video {

  width: 100%;
  height: 45%;
}



#video-container .video-content .inner h1 {
    font-size: 32px;
    text-align: center;
}


  .exp_img{
 
    margin-left: 00px;

    }


  .experts h2 {
  
    font-size: 56px;
   
}


.contacto h3 {
 
  font-size: 31px;

}


  #video-container .video-content .inner {
 
    margin-left: 30px;

  }

  
  .sm_marg{
    padding: 40px;
    
    
    }
  
  

  
  #video-container .video-content .inner p {
    font-size: 16px;
}


  #video-container img {
    width: 171px;
    height: 100%;
}

  .slider1space{

    margin-right: 0px;
     margin-left: 0px;
  }
  
  .slider2space{
  
    margin-left: 0px;
  
  }



  .services .service-title h1 {
   
  font-size: 53px;
  
   
  }


  .galeria h1{

    font-size: 47px;
  }

  .galeria b{

    font-size: 53px;
  }
  
  
  .services .service-title b {
  
  font-size: 52px;
    
  }


.subs{

  font-size: 20px;
}

.galeria p{

  line-height: 28px;
  font-size: 20px;
}

.big_banner{

  
  margin-left: -193px;
  content: url(../img/items//1.jpg);

}

.galeria span{
  font-size: 20px;

}

  
.more-about-us {

height: auto;

 
}

  .more-about-us .content h2 {
  
    font-size: 34px;
   
  }



  .more-about-us .content .simple-btn a {
  
    padding-right: 35px;

  
  }




  .more-about-us .content .simple-btn2 a {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.5s;
    margin-top: 80px;
    background-color: #000000;
    border-radius: 80px;
    width: 400px;
    height: 100px;
    padding-left: 32px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}






  
.visit2 .content {
  
  padding: 55px 5px;
 
}



.visit3 .content {
 
  padding: 15px 5px;

}


.visit4 {
  background-position: 43% 75%;
}


.visit4 .content {

  padding: 50px 5px;
 
}




.visit4 .content p {
 
  font-size: 64px;
  font-weight: 560;
  line-height: 70px;
  
}


.visit2 .content p {
  font-size: 58px;

  line-height: 65px;
 
}

.visit3 .content p {
  font-size: 58px;
  line-height: 65px;
 
}


.visit3  h2 {

 
  font-size: 60px;
 
}

.visit2  h2 {

 
  font-size: 60px;
 
}

.logo_sml {
  width: 125%;
  height: auto;

  margin-left: -44px;
  margin-top: -75px;
}

.seguros h1 {
 
font-size: 60px;

}


.pricing-tables .table-item h4 {

  font-size: 44px;
 
}

.pricing-tables .table-item span {
  
  font-size: 32px;

}






.seguros a{

  font-size: 26px;
}


.visit .content h2{


  margin-top: 90px;
  font-size: 47px;
  margin-bottom: 14px;


}

.visit .big_logo{

height: 120px;
width: 100%;

}



.iconsize2{

  width: 60px;
margin-left: 110px;
margin-bottom: 5px;
}


.form_img{

  height: 100%;
  width: 100%;
  margin-top: 27px;
}


.foot_space{
 
  margin-left: 0px;
}

/*
  .modal-header h3 {
    margin-top: 15%;
  }

  .modal-body input {
    width: 100%;
  }

  .modal-body textarea {
    width: 100%;
  }

  .modal-content {
    padding-bottom: 40px;
  }
  */

  .grid-portfolio {
    padding: 0px 0px;
  }

  .grid-portfolio .portfolio-item {
    margin: 30px 0px;
  }

  .grid-portfolio .load-more-button {
    padding-bottom: 30px;
  }

  .more-about-us .content {
    padding: 60px 30px;
  }

}




.owl-carousel .owl-nav {
  opacity: 1 !important;
}



.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 53px;
    margin: 18px;
    padding: 0px 30px;
    background: #908eef;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ffffff;
  color: #908eef;
  text-decoration: none;
}
















