html{

}

body{

}

a:hover{
    text-decoration: none !Important;
   }

hr {
  border: 0.5px solid #f8b617 !Important;
}



/* inicio carousel*/

.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }

.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
  overflow:hidden;

}
.carousel-item.active img {
    transition: transform 3000ms linear 1s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}

.carousel-fade .carousel-inner .active {
  opacity: 0;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-item.next,
    .carousel-fade .carousel-inner > .carousel-item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.prev,
    .carousel-fade .carousel-inner > .carousel-item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.next.left,
    .carousel-fade .carousel-inner > .carousel-item.prev.right,
    .carousel-fade .carousel-inner > .carousel-item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);

    }
}


.carousel-indicators {
  right: initial !Important;
  padding-left: 75% !Important;
  bottom: 45%!Important;
}

.carousel-indicators li {
  border-radius: 50%;
  width: 15px !Important;
  height: 15px !Important;
  margin: 8px 0 0 0 !Important;
  border: 2px solid #fff;
  position: relative;
  background: none !Important;
  box-sizing: border-box !Important;
}

.carousel-indicators li.active {
  background: #f8b617 !Important;
  border-color: #f8b617 !Important;
}

.carousel-indicators li:hover{
  background: none !Important;
  border-color: #f8b617 !Important;
}

 #agency {
  margin-left: 200px;
}

#rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.verticalLine{
  border-left: solid #f8b617 5px;
}

.carousel-caption {
  bottom: 25% !Important;
}

#a-line, #a-logo-mgm{
  visibility: hidden;
}

#a-line2, #t-slide-1{
  visibility: hidden;
}

#a-line3, #t-slide-2{
  visibility: hidden;
}




/* inicio navbar */
.navbar-light .navbar-nav .nav-link.active {
  color: #f8b617 !Important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f8b617 !Important;
  border-bottom: 4px solid #f8b617;
  transition: all 0.3s ease 0s;
}

.navbar-light .navbar-nav .nav-link {
  border-bottom: 4px solid transparent;
}

.navbar {
  border: 0 0 1px 0 #000;
  max-height: 86px;
}
.bg-light {
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
}

.logo-custom{
  position: relative;
  top: 1.5rem;
}
/* final navbar*/


/* inicio nosotros*/

.imagen-full-widht img{
  width: 100%; 
}

.cosa, .carousel-inner{
  min-height: 100%;
  position: relative;
}

.us-text.carousel-indicators {
  right: initial !Important;
  position: relative;
  width: 100%;

}

.us-indicators{
  position: absolute!Important;
  bottom: 0!Important;
  left: 0!Important;
}
   
.us-text.carousel-indicators li {
  border-radius: 50%;
  width: 15px !Important;
  height: 15px !Important;
  margin: 0 0 0 7px !Important;
  border: 2px solid #999;
  position: relative;
  background: none !Important;
  box-sizing: border-box !Important;
}

 .us-text.carousel-indicators li.active {
  background: #f8b617 !Important;
  border-color: #f8b617 !Important;
}

.us-text.carousel-indicators li:hover{
  background: none !Important;
  border-color: #f8b617 !Important;
}

.tittle-1{
  color: #f8b617;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;   
}

.tittle-2{
  font-family: 'Josefin Sans', sans-serif;
  color: #999999;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: #f8b617;
  padding-bottom: 3px; 
}

.n-text {
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
}


/* final nosotros*/





/* services */

#servicios{
  position: relative;
  
}

.f-servicios{
  background: #efefef;
}

.bg-white{
  box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.11);
}

.s-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #f8b617;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.s-icon .fa {
  color: #fff;
}


/* esto quiero saber si se puede colocar todo en una clase*/
.bg-white{
  transition: all .6s!Important;
}

.bg-white:hover{
  background-color: #f8b617!Important;
  transform:scale(1.3,1.3);
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 1000 !Important;
}

.bg-white:hover p{
  color: #fff!Important;
}

.bg-white:hover h6{
  color: #fff;
}

.bg-white:hover .s-icon{
  background: #fff;
}

.bg-white:hover .icon-servicios{
  color: #f8b617!Important;
}

.bg-white h6{
  color: #f8b617;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bg-white p{
  color: #8e8e8e;
  font-family: 'Lato', sans-serif !Important;
  font-size: 14px;
  font-weight: 300;
}




/* end services */

/* inicio galeria */

.portfolio-menu {
  font-size: 13px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}

.portfolio-menu a {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  color: #8e8e8e;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
}

.portfolio-menu a:hover {
  color: #f8b617;
  border-style: solid;
  border-width: 0 0 3px 0;
  margin-bottom: -3px;
  transition: all 0.3s;
}

.hovereffect {
  background: none;
  max-width: 100%;
  height: 100%;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; 
}

.hovereffect:hover {
  background: #000; 
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img{
  background-color: #000;
  opacity: 0.4;
  /*filter: brightness(0.3);*/
  transform: scale3d(1.05,1.05,1); 
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale3d(0,1);
}

.hovereffect:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.overlay h1{
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.overlay p{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

@media (max-width: 768px) {
    .grid-item{
      min-width: 33.332% !Important;
    }

}

@media (max-width: 425px) {
    .grid-item{
      min-width: 50%;
    }

    .portfolio-menu.text-right{
      text-align: center !Important;
    }
}

@media (max-width: 375px) {
    .grid-item{
      min-width: 100%;
    }

    .portfolio-menu.text-right{
      text-align: center !Important;
    }
}




/* final galeria */


/* inicio contacto */
#contacto {
      background: #ccc;    
}

.contact-text .tittle-2{
  color: #fff;
}

.col-icon{
  transition: all 0.3s ease 0s;
}

.col-icon:hover {
  transform: scale(1.2,1.2);
  cursor: pointer;
}


.c-icon{
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  background: rgba(255,255,255,.4);
  color: #fff;
  font-size: 18px!Important;
  text-align: center;
  padding: 5px;
  /*line-height: 40px!Important;*/
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.c-icon img{
	width: 28px;
}
      
.c-icon:hover {
  background-color: #f8b617;
  border: 1px #f8b617 solid;
  transform: scale(1.3,1.3);
  cursor: pointer;
}

.c-icon.active {
  background-color: #f8b617;
  border: 1px #f8b617 solid;
}
      

.form-button {
  border: 1px #fff solid;
  background: none;
  color: #fff;
  transition: 0.4s;
}

.form-button:hover {
  background-color: #f8b617;
  border: 1px #f8b617 solid;
  transition: all 0.3s ease 0s;
}

.scrolltop {
  position: fixed;
  bottom: 15px;
  align-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8b617;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.form-control{
  border-radius: 0px !Important;
  background-color: rgba(255, 255, 255, 0.3) !Important;
  border-color: transparent !Important;
  color: #fff !Important;
  font-family: 'Lato', sans-serif !Important;
  font-size: 16px;

}

.col-icon .c-text{
  font-family: 'Lato', sans-serif;
  color: #fff !Important;
  font-weight: 300;

}

::-webkit-input-placeholder { /* Chrome */
  color: #fff!Important;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff!Important;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff!Important;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff!Important;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
}
/* final contacto */


/* inicio footer */
footer .container .row{ 
  height: 85px;
}

.social-icon{
  font-size: 24px !Important;
  color: #ccc;
}

.social-icon:hover {
  color: #f8b617;
  transition: all 0.3s ease 0s;     
}
/* final footer */
.py-4 .icon-servicios img:hover{
	color: #f8b617;
    -webkit-filter: invert(100%)!important; /* Safari 6.0 - 9.0 */
    filter: invert(100%)!important;
}

