/* BORDER EFFECT ************************************************/
/*@import url('border-effect.css');*/

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Gillroy', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFF;
}

* {
  box-sizing: border-box;
}
object {
  pointer-events: none;
}
strong {
  font-weight: 700;
}

h1 {
  font-family: 'Novecento', sans-serif;
}
h2 {
  font-family: 'Novecento', sans-serif;
  font-size: 1.5rem;
}
h3 {
  font-family: 'Gillroy', sans-serif;
  font-size: 1.25rem;
}
h4 {
  font-family: 'Gillroy', sans-serif;
}
h5 {
  font-family: 'Gillroy', sans-serif;
}


/* BOOTSTRAP CUSTOMS ******************************************************/
.text-decoration-none:hover {
  text-decoration: none;
}
.form-control {
  border-radius: 5px 5px 5px 0;
}
.pb-6 {
  padding-bottom: 6rem;
}
.more_info .alert-success, #more_info2 .alert-success {
  background-color: #79863c;
  color: #FFF;
  border-radius: 5px 5px 0 5px;
  border-width: 0;
}
.more_info .alert-danger, #more_info2 .alert-danger {
  background-color: #CF4520;
  color: #FFF;
  border-radius: 5px 5px 0 5px;
  border-width: 0;
}
h2.breadcrum {
  font-size: 1rem;
  margin-top: 1rem;
}

/* COLORES ****************************************************************/
.color-white, a.color-white:hover {
  color: #FFF !important;
}
.color-blue, a.color-blue:hover {
  color: #1D9ED5 !important;
}
.color-darkblue, a.color-darkblue:hover {
  color: #006BB1 !important;
}
.color-green, a.color-green:hover {
  color: #79863C;
}
.color-brown, a.color-brown:hover {
  color: #8C857B;
}
.color-darkbrown, a.color-darkbrown:hover {
  color: #403835 !important;
}
.color-orange, a.color-orange:hover {
  color: #BC7637;
}
.color-red, a.color-red:hover {
  color: #CF4520;
}
.color-black, a.color-black:hover {
  color: #000 !important;
}

.bg-white {
  background-color: #FFF;
}
.bg-white-gray {
  background-color: #F2F2F2;
}
.bg-gray {
  background-color: #D8D4CD;
}
.bg-orange {
  background-color: #CF4520;
}
.bg-brown {
  background-color: #8C857B;
}
.bg-white-gray-pattern {
  background-color: #E6E4E1;
  background-image: url('../img/bg-patron4.png');
  background-position: top center;
  background-repeat: repeat-x;
}
.bg-gray-pattern {
  background-color: #D7D2CB;
  background-image: url('../img/bg-patron3.png');
  background-position: top center;
  background-repeat: repeat-x;
}
.bg-orange-pattern {
  background-color: #CF4520;
  background-image: url('../img/bg-patron5.png');
}
.bg-brown-pattern {
  background-color: #8C857B;
  background-image: url('../img/bg-patron2.png');
  background-position: top center;
  background-repeat: repeat-x;
}

/* IMAGEN LATERAL *********************************************************/
.side-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 3/4;
  /*max-height: 600px;*/
  border-radius: 15px 15px 15px 0;
}

/* HEADER *****************************************************************/
header {
  position: fixed;
  top: 0;
  z-index: 20;
  height: 90px;
  background-color: rgba(0, 0, 0, .3);
  transition: all .5s;
}
.head-down {
  background-color: #FFF;
}
.svg-white {
  filter: invert(100%) sepia(96%) saturate(25%) hue-rotate(23deg) brightness(180%) contrast(100%);
}
.contact a {
  font-size: 1.25rem;
}
.contact a:hover {
  text-decoration: none;
}
.contact .menu-ham {
  margin-left: 15px;
  font-size: 1.75rem;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.contact-responsive, .contact-responsive .a {
  font-size: 1rem !important;
}
.nav-title {
  color: #006BB1;
}
.nav-links {
  color: #1D9ED5;
}
.padding-header {
  padding-top: 90px;
}

/* MENU *******************************************************************/
#small-dialog-menu {
	background: #D7D2CB;
	padding: 20px 30px;
	text-align: left;
	max-width: 850px;
	margin: 40px auto;
	position: relative;
}
#small-dialog-menu .square {
  aspect-ratio: 1/1;
  padding: 30px;
  line-height: 1.2rem;
}
.menu-main, .menu-main:hover {
  font-family: 'Novecento', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #00A3E0;
  text-decoration: none;
}
.menu-primary, .menu-secondary {
  font-size: 1.25rem;
}
.menu-primary a, .menu-primary a:hover {
  color: #403835;
  text-decoration: none;
}
.menu-secondary a, .menu-secondary a:hover {
  color: #BC7637;
  text-decoration: none;
}

/* SECCION OTROS ******************************************************************/
#otros {
  border-top: 1px solid #FFF;
  /*border-bottom: 1px solid #FFF;*/
  min-height: 280px;
  background-color: #212630;
  background-image: url(../img/bg_otros.jpg);
  background-position: center center;
  background-size: cover;
}
#otros > div {
  padding: 80px 35px;
}
#otros img {
  margin-bottom:10px;
}
#otros a {
  color:#FFF;
}
.otros_col {
  border: solid 1px rgba(255, 255, 255, .4);
  color: #FFF;
  padding:30px 8px;
  background-color: rgba(0, 0, 0, 0);
  transition: all .5s;
}
.otros_col:hover {
  background-color: rgba(0, 0, 0, .5);
}

/* BOTONES FIJOS ************************************************************/
.btn-whatsapp {
  height: 50px;
  width: 160px;
  border-radius: 25px 0 0 25px;
  text-align: right;
  line-height: 50px; 
  position: fixed; 
  right: -108px; 
  bottom: 5%; 
  background-color: #25D366; 
  z-index: 100; 
  color: #FFF; 
  font-size: 2rem;
  transition: right .3s;
  cursor: pointer;
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
  right: 0; 
}
.btn-cotizar {
  height: 50px;
  width: 160px;
  border-radius: 25px 0 0 25px;
  text-align: right;
  line-height: 50px; 
  position: fixed; 
  right: -108px; 
  bottom: calc(5% + 52px); 
  background-color: #00A3E0; 
  z-index: 100; 
  color: #FFF; 
  font-size: 2rem;
  transition: right .3s;
  cursor: pointer;
  
}
.btn-cotizar:hover, .btn-cotizar:focus {
  right: -20px; 
}
.btn-icon {
  padding: 0 .5rem 0 1rem;
}
.btn-text {
  font-size: 1rem;
}

/* POPUPS *****************************************************************/
#small-dialog, #small-dialog-terms, #small-dialog-cotizar {
	background: #D7D2CB;
	padding: 20px 30px;
	text-align: left;
	max-width: 500px;
	margin: 40px auto;
	position: relative;
}
.politicas-content {
  max-height:60vh; 
  overflow-y: scroll;
  padding-right: 10px;
}
.form-submit {
  background-color: #00A3E0;
  color: #FFF;
  border-radius: 0 0 5px 5px;
}

/* FOOTER ******************************************************************/
footer {
  /*background-color: #403835;*/
  background-color: #37302E;  
  color: #FFF;
}
footer > div {
  padding: 80px 35px;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* SCROLLBAR ***************************************************************/
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #ebebeb;
  background: #403835;
}
::-webkit-scrollbar-thumb:hover {
  background: #807d7c;
}

/* MEDIA QUERIES *****************************************************************/

@media screen and (max-width: 992px) { 
  .contact .menu-ham {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .menu-desc {
    display: none;
  }
  .slide_content {
    width: 80%;
  }
  .slide_name {
    font-size: 4rem;
    line-height: 5rem;
  }
  .slide_state {
    -webkit-text-stroke: .75px #FFF;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) { 
  #small-dialog-menu .square {
    aspect-ratio: auto;
  }
  #small-dialog-menu .square-mid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-icon {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
  }
  .menu-icon > object {
    width: 40px;
  }
  .menu-main {
    display: inline-block;
    vertical-align: middle;
    width: calc(95% - 48px);
    font-weight: 400;
  }
  .slide_content {
    right: 30px;
    width: 80%;
  }
  .slide_name {
    font-size: 3rem;
    line-height: 3rem;
  }
  .slide_state {
    color: rgba(0, 0, 0, .1);
    -webkit-text-stroke: .9px #FFF;
    font-size: 1.75rem;
  }

  .side-image {
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 576px) { 

}