@import url('https://fonts.googleapis.com/css2?family=Thasadith:ital,wght@0,400;0,700;1,700&display=swap');



.AbstractMedium {
	font-family: AbstractMedium;
}

.AbstractThin {
	font-family: AbstractThin;
}
.AbstractThinItalic {
	font-family: AbstractThinItalic;
}




.AbstractBoldItalic {
	font-family: AbstractBoldItalic;
}

.AbstractBold {
	font-family: AbstractBold;
}
.AbstractMediumItalic {
	font-family: AbstractMediumItalic;
}

body {
    width: 100%;
    height: 100%;
    color: #fff;
	overflow-x: hidden;
background-image:url("../img/mdy-vallarta-landing-header-02_green_background-pattern.jpg");
}

.intro{
	
background: url(../img/mdy-vallarta-landing-header-01.jpg) no-repeat top right scroll;
	filter: grayscale(1);
	animation: gray 5s forwards;
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position:relative;
	font-weight:bold;
	min-height:440px;
}

@keyframes gray {
  from {
	  filter: grayscale(1)
	}
  to {
		filter: grayscale(0);
	}

}
.intro .intro-body {
    display: table-cell;
	vertical-align:middle;
}

.popover {
	color:#fff;
	background-color:#000;
	padding:1px;
	}
	
.popover.top > .arrow:after {
  border-top-color: #000;
}

html {
    width: 100%;
    height: 100%;
}


::-webkit-input-placeholder {
	color:#CBCBCB;
	font-size:16px;
}
::-moz-placeholder {
	color:#CBCBCB;
	font-size:16px;
}
:-ms-input-placeholder {
	 color:#CBCBCB;
	 font-size:16px;
}
input:-moz-placeholder {
	color:#CBCBCB;
	font-size:16px;
}


.formulario .container {
	    max-width: 1170px;
		width: 100%;
	    margin: 0 auto;
}

.formulario {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*-------CLIENTS AREA FORM---------*/
.has-feedback .form-control {
    padding: 10px 10px;
}
/*-------CLIENTS AREA FORM ENDS---------*/

.input {
    border-radius: 0px;
    border-color: #86754d;
    margin-bottom: 21px;
    background-color: transparent;
	color: white;
}

.enviar {
    border-color: #86754d;
    padding: 7px;
    width: 100%;
    background-color: #86754d;
    border: none;
    font-family: "NocturneSerif-Medium";
    margin-top: 28px;
    height: 40px;
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
	transition: all .5s ease-out;
}

.enviar:hover {
	background-color: #63532d;
}

.inputop{
    padding: 9px;
    width: 100%;
    background-color: transparent;
    border: 1px #86754d solid;
    color: white;
    border-radius: 0;
    padding: 6px;
}

option {
	padding: 50px;
}

.formulario h1 {
	color: #86754d;
	font-size: 32px;
	font-family: AbstractMedium;
	margin-bottom: 20px;
}

.formulario h2 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Thasadith', sans-serif;
	font-weight: 400;
}

.radiow {
	text-align: center;
}

.radiow radio {
	margin-left: 10px;
}

.error {
	    background-color: #ab0000;
    color: white;
    width: 300px;
    margin: 0 auto;
}


input[type=radio] {
  opacity: 0;
  width: 100%;
  height: 42px;
  background-color: blue;
  position: relative;
  z-index: 1;
}

group {
  width: 500px;
  display: flex;
}

.input-container {
    height: 42px;
    width: 150px;
    line-height: 42px;
    text-align: center;
    position: relative;
    display: inline-block;
	margin-left: -6px;
}

.input-container label {
  border-radius: 0;
  border-right: 2px solid #86754d;
color: white;	
}

label {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #86754d;
  border-right: inherit;
  top: 0;
  left: 0;
  font-family: arial;
  color: #737373;
	transition: all .5s ease-out;
}

input:checked + label {
  background-color: #86754d;
  top: 0;
  left: 0;
  border: 2px solid #9c7d34 !important;
  z-index: 2;
  color: white;
}

.popover {
	color:#fff;
	background-color:#86754d;
	padding:1px;
	}
	
.popover.top > .arrow:after {
  border-top-color: #86754d;
}	


.asd {
	padding-top: 50px;
}

.logo {
width: 392px;
    height: 150px;
    position: absolute;
    left: 10%;
    top: 10%;
    text-align: center;
}

.logo h1 {
font-size: 16px;
    font-family: AbstractMedium;
    color: #8c734b;
    margin-top: -65px;
}

.send {
	color: white;
	height: 100%;
	
}

.abs img {
	max-width: 320px;
}

.abs {
  position: absolute; 
  left: 0; 
  right: 0; 
	top: 20%;
  margin-left: auto; 
  margin-right: auto; 
  width: 420px;
	text-align: center;
}

.abs h1 {
	font-size: 32px;
}

.abs h2 {
    font-size: 13px;
    margin-top: 0;
}

footer {
	background-color: transparent;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 50px;
}

footer a {
	color: #86754d;
}

footer a:hover {
	color: white;
}

#avdepriv  {
	color: black;
	font-family: AbstractMedium;
}

.back {
	background-color: white;
	padding: 50px;
}

.footerbtn {
    background-color: transparent;
    color: #86754d;
    padding: 10px;
    border: none;
}

.footerbtn:hover {
text-decoration: underline;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.seclogin {
	color: black;
	    margin-top: 5%;
}

.contform {
    background-color: white;
    text-align: center;
    border-radius: 21px;
    padding: 0;
    padding-top: 33px;
    height: 138px;
    width: 300px;
    margin: 0 auto;
    box-shadow: 2px 1px 19px -3px rgb(0 0 0 / 59%);
    -webkit-box-shadow: 2px 1px 19px -3px rgb(0 0 0 / 59%);
    -moz-box-shadow: 2px 1px 19px -3px rgba(0,0,0,0.59);
	    margin-top: 40px;
}
.inputlogin {
	border: none;
	box-shadow: none;
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 18px;
}

.form-control:focus {
  border-color: #e9e9e9;
  box-shadow: none;
}

.inputlogin1  {
    border-bottom: 1px solid #e9e9e9;
	border-radius: 0;
	width: 100%;
}

.btnl {
background-color: #E1E1E1;
    border: none;
    color: black;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    width: 230px;
    margin: 0 auto;
    margin-top: 38px;	
    border-radius: 7px;
		font-family: 'Thasadith', sans-serif;
}

.btnl .fa {
	float: right;
	font-size: 20px;
}

/* Darker background on mouse-over */
.btnl:hover {
  background-color: black;
	color: white;
}

.seclogin h1 {
	font-size: 32px;
		font-family: AbstractMedium;
	    margin-top: 60px;	
}

.seclogin h2 {
	font-size: 18px;
	font-family: AbstractThin;
}

.seclogin h3 {
    margin-top: 74px;
    font-size: 14px;
    font-family: AbstractThin;
}

button{
    padding: 10px 20px;
    color: #ffffff;
    background-color: #A38D6C;
    border-radius: 5px;
    border: 0px;
    box-shadow: 2px 1px 19px -3px rgb(0 0 0 / 59%);
    -webkit-box-shadow: 2px 1px 19px -3px rgb(0 0 0 / 59%);
}

.adobe-download-button-container {
    text-align: center;
    margin-bottom: 50px;
}

.adobe-pdf-download {
    border: 2px solid #E1E1E1;
    background: #E1E1E1;
    color: black;
    font-size: .9em;
    padding: 0px 20px 0px 20px;
    transition: background 0.5s,color 0.5s;
    width: 100%;
    height: 78px;
    border-radius: 6px;
    box-shadow: 2px 1px 19px -3px rgb(0 0 0 / 59%);
    -webkit-box-shadow: 2px 1px 19px -3px rgb(0 0 0 / 59%);
    -moz-box-shadow: 2px 1px 19px -3px rgba(0,0,0,0.59);	
}

.adobe-pdf-download a
{
  text-decoration:none;
  color: black;
  transition: background 0.5s,color 0.5s;
  font-family:arial;
  font-weight:bold;
}
.adobe-pdf-download a:hover
{
  color:red;
  transition: background 0.5s,color 0.5s;
}
.adobe-pdf-download:hover a
{
  color:red;
  transition: background 0.5s,color 0.5s;
}
.adobe-pdf-download:hover
{
  color:red;
  transition: background 0.5s,color 0.5s;
  transition: 0.5s ease-in-out;
  transform: translate3d(0, -5px, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  border: 2px solid #bebebe;
  background-color: #bebebe;
}


.adobe-pdf-download img
{
  margin:0px 10px 0px 0px;
  padding: 0px;
    height: 34px;
}

.pdf {
	margin-top:5%;
}

.inputlogin2 {
	color: #E1E1E1;
	font-size: 32px;
}

.pdf p {
	margin: 0;
}

.show h1 {
    font-family: AbstractThinItalic;
    font-size: 25px;
    margin-bottom: 20px;
}

.show a {
	color: white;
}

.show a:hover {
	color: #86754d;
}

.redes {
	padding-top: 45px;
	color: #86754d;
}

.redes a {
	margin-left: 10px;
}

.carrusel {
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}

.carrusel h1 {
	font-family: AbstractMedium; 
    color: #8F8974;
    font-size: 56px;
    text-align: center;
    margin-bottom: 0;
	margin-bottom: 30px;
}

.carrusel p {
	color: black;
	font-size: 24px;
	font-family: 'Thasadith', sans-serif;
}

.contenedor {
	height: 30px;
}