

  body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background: #f9f9f9;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: normal;
  }





  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #fff;
    text-decoration: none!important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #009fe3;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #202020;
  }


  .overlay {
    background: #1a1a1a;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #292E49, #536976);   Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #292E49, #536976);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-color: rgba(26, 26, 26, 0.86);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  /*---------------------------------------
      HOME          
  -----------------------------------------*/

  #home {
    background: url('../images/home-bg.jpg') repeat-x;
	background-position:  top center;
    background-size: contain;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 100px 0;
	background-color: rgba(26, 26, 26, 0.7);
  background-blend-mode: multiply;
  background-attachment: fixed;
  }

  .home-info {
    color: #ffffff;
 font-size: 15px;
text-align: left;
  }

  .home-info h2 {
    color: #ffffff;
    font-size: 24px;
	line-height:32px;
    margin: 10px 0;
text-shadow: 3px 2px 3px rgba(255, 0, 0,.8);
  }
  .home-info h2 span { font-weight:600;}
/*  .paramonto { width:266px; border-bottom: 1px solid #009FE3!important;text-align: center;padding-bottom: 30px;
height: 60px !important;color: #fff; font-size:34px; font-weight:300; cursor:text; position:relative;margin: 0 auto;}*/


.cardy
{
  display: flex;
  flex-direction: column;
  background: rgba(0,0,0,0.5);
  border-radius: 8px;
padding:15px;
}
.cardy h3 { font-size:18px; font-weight: 600; color:#fff; margin: 15px auto;
  border-bottom: 1px solid #b61a1e;
	padding-bottom:5px;}
.card-lista
{
  margin: 0;
  padding: 0;
  list-style: none;
text-align: left;
 color:#fff;
}
.card-lista > li:not(:last-child)
{
  border-bottom: 1px solid  rgba(255,255,255,0.5);
	padding-bottom:10px;
	margin-bottom:10px;
}
.card-lista li span { display:inline-block; margin-left:10px;}  

.aviso { border:1px solid #fff; padding:5px; color:#fff; font-weight:600; margin:15px auto;}
.separador { border-bottom:1px solid #b61a1e; padding:5px;  width:100%;}
.mapa iframe { display: block;  border-radius: 8px;  height: 350px;}
.linky {max-width:20px; height:auto; margin-right:10px;}


  .monto { width:266px; border-bottom: 1px solid #009FE3!important; border:none; display:inline-block; text-align: center;padding-bottom: 20px;
height: 50px !important;color: #fff; font-size:34px; font-weight:300; cursor:text; background: none!important;  }


.boton, a.boton:active, a.boton:focus {
    background: #b61a1e;
    border-radius: 8px;
    border: 0;
    color: #fff;
    height: 40px;
    width: 290px;
    margin: 40px auto;
    cursor: pointer;
		font-size: 16px;
    font-weight: 600;
		display:block;
		line-height:38px;
		box-shadow: 3px 5px 8px 2px rgba(255, 255, 255, 0.4);
}
.boton:hover {color: #fff; background:#009FE3;}

  .monto::placeholder {
    color: #fff;
    opacity: 1;
	font-size:34px;
	font-weight:300;
}


#contact-form input.error {box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); }
#contact-form label.error {
    color: #a94442;
    font-weight: bold;
    text-transform: none;
    margin: 5px 0 0 0;
    font-size: 12px;
	display: block;
	max-width: 100%;

}
.input_homy label.error { position:absolute; bottom: -5px;  }
.monto:focus { border: 0; border-width:0;}
monto:focus-visible { border:0; border-width:0; }
#contact-form input:focus-visible {outline: -webkit-focus-ring-color auto 0px; outline: 0;}
#categoria select.form-control {margin-bottom:25px;}


#campo div {margin: 15px auto;}
#campo label { text-align:left; margin-bottom: 10px;display: block;   color: #2b126f;}
#campo label.error {color: #a94442;}
/*.pesos { display:inline-block; color: #fff; font-size:34px; font-weight:300;position:absolute; left:95px;  }*/
.comedor { 
	max-width: 200px;
  margin: 15px auto;
  height: auto;
  text-align: center;
  display: inherit;
  border-radius: 6px;
}
 /*---------------------------------------
     GRACIAS             
  -----------------------------------------*/

 .linea { width:266px; height:20px; border-bottom: 1px solid #009FE3;margin: 0 auto;}
 .home-info h1 {
    color: #ffffff;
    font-size: 43px;
	font-weight:500;
	line-height:86px;
    margin: 0;
  }
  
   /*---------------------------------------
     LEGALES             
  -----------------------------------------*/
  #home_le {
    background: url('../images/home-bg.jpg') no-repeat ;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;	
    min-height: 40vh;
  }


  .section-title {
    padding-bottom: 40px; font-weight:600; font-size:16px;
  }
.legales p {  font-size:16px; font-weight:400; }
.legales p strong {  font-weight:500;}
.legales .card { text-align:left; padding:25px;}
  .legales h2 {
    color: #ffffff;
    font-size: 32px;
	line-height:32px;
    margin: 30px 0;
text-shadow: 3px 2px 3px rgba(255, 0, 0,.8);
}  
   /*---------------------------------------
     LLAVES             
  -----------------------------------------*/
h2.titu {
    color: #ffffff;
    font-size: 32px;
	line-height:32px;
    margin: 30px 0;
text-shadow: 3px 2px 3px rgba(255, 0, 0,.8);
}
button.accordion-button { text-transform:uppercase;}
.cardy  h4 {color:#fff; font-weight:700;}
.card-lista_llaves {
  list-style: circle;color: #009fe3;
  text-align: left;
}
.card-lista_llaves > li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.card-lista_llaves a { color:rgba(0,0,0,0.8);}
.card-lista_llaves a:hover {
  color: #009fe3;
  outline: none;
}
 /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }
  #contact-form .form-control::-moz-placeholder{color:#666;opacity:1; font-weight:400;}
  #contact-form .form-control::placeholder{color:#666;opacity:1; font-weight:400;}
  #contact-form .form-control {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    margin: 15px 0;
	color: #1D2D34;
	font-size:14px;
	font-weight:400;
  }

  #contact-form .form-control:focus {
    border-bottom-color: #202020;
  }

  #contact-form input {
    height: 40px;
  }

 /* #contact-form input[type='submit'] {
    background: #009FE3;
    border-radius: 8px;
    border: 0;
    color: #ffffff;
	height:40px;
	width: 225px;
	margin: 40px auto;
	cursor:pointer;
  }*/

  /*#contact-form input[type='submit']:hover {
    background: #57c0ed;
  }*/
  
  .calen { background-image:url(../images/calendario.png)!important; background-position: right; background-repeat:no-repeat;}
  .tel { background-image:url(../images/tel.png)!important; background-position: right; background-repeat:no-repeat;}
  .mail { background-image:url(../images/mail.png)!important; background-position: right; background-repeat:no-repeat;}

  select.form-control {
    background: #FFF url('../images/select.png') no-repeat right;
    -moz-appearance: none;
    -webkit-appearance: none;
	color: #1D2D34;
	font-size:14px;
	font-weight:400;
height: 38px;
}
/* The container */
.cheky {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
	font-weight:400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

/* Hide the browser's default checkbox */
.cheky input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3px;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-radius:4px;
}

/* On mouse-over, add a grey background color */
.cheky:hover input ~ .checkmark {
 /* background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.cheky input:checked ~ .checkmark {
 /* background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cheky input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cheky .checkmark:after {
  left: 9px;
  top: 2px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding: 10px; background:#e4e4e4;
  }

   p.copyright-text {
    color:#585151;
	font-size: 14px;
    font-weight: 300;
    line-height: 27px;
text-align:right;
  } 
   p.copyright-text a  {color:#009FE3;}  
.text-foot {font-weight:600; font-size:18px; margin-top:15px;}  

  p.tyc {
    color:#1A1A1A;
	font-size: 14px;
    font-weight: 500;
    line-height: 27px;
  }
  
  .tyc a {color:#1A1A1A; text-decoration:none;}
  .tyc a:hover { color:#009FE3;}
  
  .line1 {
    margin: 40px 5px 20px 5px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
	height: 33px;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {   
    /*color: #009FE3;
    font-size: 15px;
    width: 23px;
    height: 23px;
    line-height: 23px;*/
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 5px 5px 5px 5px ;
  }

  .social-icon li a:hover { opacity:0.7;}
  
 
 
  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/



 @media (min-width:1200px)  {
    .checkmark { left: 70px;}
	#home_le {	background-position: 85% -150px;}
 }
 
  @media (min-width:992px) and (max-width: 1199.98px) {

    .checkmark { left: 5px;}
	#home_le {	background-position: 85% -150px;}

  }
  
 @media (min-width:768px) and (max-width: 991.98px) {
    .checkmark { left: 5px;}
	#home {	background-size: cover  ;}

 }


  @media only screen and (max-width: 992.98px) {

    section {
      padding: 60px 0;
    }

    footer {
      padding-bottom: 10px;
    }
  }

@media screen and (min-width: 768px) {
.losdatos {max-width:768px; margin:0 auto;}
  
  .logo_bot {height:25px; border-bottom:1px solid #CCC;margin-bottom: 15px;}
}

@media screen and (max-width: 767.98px) {
  .col-limit { max-width:380px;}
  #contact-form { max-width:100%;}
  .checkmark { left: 5px;}
  footer { text-align: center;  }
  .logo_bot {height:25px; border-bottom:1px solid #CCC;margin-bottom: 25px;}
  .copyright-text {  margin: 15px 0px ;  }  
 
  .desk { display:none;}
	#home {	background-size: cover  ;}
	.mob-mt3 { margin-top:10px;}

}
@media screen and (max-width: 480.98px) {
	    .legales h2 { font-size:24px;}
  .checkmark { left: 0;}


}