/* Fonts Import */

@font-face {
  font-family: Gotham-light;
  src: url(../fonts/Gotham-Light.otf);
}

@font-face {
  font-family: Gotham-book;
  src: url(../fonts/Gotham-Book.ttf);
}

@font-face {
  font-family: Gotham-medium;
  src: url(../fonts/Gotham-Medium.otf);
}

@font-face {
  font-family: Gotham-bold;
  src: url(../fonts/Gotham-Bold.otf);
}

/* Assets Punta Este */

/* Colors */

.midnightblue {
  background-color: #1E2C3C;
}

.copper {
  background-color: #A66D4C;
}

.coollightgray {
  background-color: #AFB4B7;
}

.sand {
  background-color: #B69B7C;
}

.midnightbluetext {
  color: #1E2C3C;
}

.coppertext {
  color: #A66D4C;
}

.coollightgraytext {
  color: #AFB4B7;
}

.sandtext {
  color: #B69B7C;
}

/* Logos */

.image-asset {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  text-indent: -9999px;
  padding: 5px 0 5px 0;
}

#principal-logo {
  background-image: url(../images/SVG/punta-este-logo.svg);
}

#logo-alone {
  background-image: url(../images/SVG/punta-este-logo-alone.svg);
  height: 112px!important;
  background-position: center;
  background-size: 80px !important;
}

#principal-logo-w-tag {
  background-image: url(../images/SVG/punta-este-logo-tag.svg);
}

#line1 {
  background-image: url(../images/SVG/line1.svg);
}

#line2 {
  background-image: url(../images/SVG/line2.svg);
  margin-bottom: 30px;
}

#line3 {
  background-image: url(../images/SVG/line3.svg);
}

#decoration1 {
  background-image: url(../images/SVG/decor.svg);
  background-size: 72px;
  width: 100%;
  background-position: center;
  padding: 0 0 25px 0;
}

#checkmark {
  background-image: url(../images/SVG/SVG/check.svg);
}

#linkedin {
  background-image: url(../images/SVG/linkedin.svg);
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  margin-right: 7px
}

#facebook {
  background-image: url(../images/SVG/facebook.svg);
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  margin-right: 7px
}

#logo-1 {
  background-image: url(../images/SVG/logo-1.svg);
  width: 65px;
  height: 65px;
  text-indent: -9999px;
}

#logo-2 {
  background-image: url(../images/SVG/logo-2.svg);
  width: 65px;
  height: 65px;
  text-indent: -9999px;
}

#logo-3 {
  background-image: url(../images/SVG/logo-3.svg);
  width: 65px;
  height: 65px;
  text-indent: -9999px;
}

/************ Base CSS **************/

html,
body {
  height: 100%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1E2C3C;
  background: white;
  font-family: 'Gotham-light', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #373e62;
  font-family: 'Gotham-book', sans-serif;
  margin-top: 0;
}

h1 {
  /* Title */
  font-family: 'Gotham-medium', sans-serif;
  font-size: 28px;
  color: white;
}

h2 {
  font-family: 'Gotham-medium', sans-serif;
  font-size: 23px;
  text-align: center;
}

h3 {
  font-family: 'Gotham-medium', sans-serif;
  font-size: 19px;
  margin-bottom: 20px;
}

p {
  font-family: 'Gotham-light', sans-serif;
  font-size: 17px;
  line-height: 21px;
  padding: 0 !important;
  margin: 0;
}

.modal-body p {
  margin-top: 10px !important;
  margin-bottom: 25px;
  font-size: 15px;
}

.modal-body {
  padding-bottom: 40px;
}

#information p {
  padding: 0 190px !important;
  margin: 40px 0;
}

.fontbold {
  font-family: 'Gotham-bold', sans-serif !important;
}

a {
  color: #A66D4C;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  outline: none !important;
}

a:hover,
a:active,
a:focus {
  color: #B69B7C;
  text-decoration: none;
}

#imgid {
  padding-top: 10px;
}

.uppercase {
  text-transform: uppercase;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.margin-5 {
  margin: 0 0 5px 0;
}

.margin-10 {
  margin: 0 0 10px 0;
}

.margin-15 {
  margin: 0 0 15px 0;
}

.margin-20 {
  margin: 0 0 20px 0;
}

.margin-25 {
  margin: 0 0 25px 0;
}

.margin-30 {
  margin: 0 0 30px 0;
}

.margin-35 {
  margin: 0 0 35px 0;
}

.margin-40 {
  margin: 0 0 40px 0;
}

.margin-45 {
  margin: 0 0 45px 0;
}

.margin-50 {
  margin: 0 0 50px 0;
}

/* Buttons */

.btn-general {
  font-family: 'Gotham-medium', sans-serif;
  font-size: 15px;
  background-color: #A66D4C;
  color: white;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  padding: 10px 18px;
  margin: 10px 0 0 0;
  border-radius: 2px;
}

.btn-general:disabled,
button[disabled] {
  background-color: #b2b8c4;
}

.btn-general:hover {
  color: white;
  background-color: #1E2C3C;
  text-decoration: none;
}

.btn:focus {
  outline: 0 !important;
}

/************ End Base CSS **************/

/************ Body CSS ************/

.navbar {
  background-color: rgba(30, 44, 60, 0.82);
  padding: 0;
}

.navbar .image-asset {
  height: 67px;
}

.navbar #principal-logo {
  width: 130px;
}

.navbar a {
  font-size: 16px;
  font-family: 'Gotham-book', sans-serif;
  color: white;
}

.navbar .lnr {
  color: #B69B7C;
  position: relative;
  top: 3px;
  right: 6px;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 25px;
}

#header-principal {
  padding: 185px 0 145px;
  background-image: url("../images/PEM.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#header-principal ul {
  font-family: 'Gotham-book', sans-serif;
  line-height: 30px;
  font-size: 17.8px;
  list-style: none;
}

#header-principal li {
  padding: 12px;
  background-image: url("../images/SVG/SVG/check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px;
  padding-left: 50px;
  padding-right: 0;
}

#header-principal .image-asset {
  background-size: 174px;
  background-position: left;
}

#information {
  padding: 100px 0;
}

input {
  height: 45px;
  margin: 13px 0 0 0;
  cursor: pointer;
}

textarea,
input {
  font-family: Linearicons-Free, 'Gotham-book', "Open Sans", Verdana, sans-serif;
  font-style: normal !important;
  background-color: #FAFAFA !important;
  font-size: 14px !important;
  border-radius: 2px !important;
  border: solid #707070 0.40px !important;
  font-weight: normal !important;
  text-decoration: inherit !important;
}

input[type=text] {
  background-color: #FAFAFA;
  font-size: 14px;
  border-radius: 2px;
  border: solid #707070 0.40px;
}

input[type=email] {
  background-color: #FAFAFA;
  font-size: 14px;
  border-radius: 2px;
  border: solid #707070 0.40px;
}

input[type=date] {
  background-color: #F2F2F2;
  font-size: 13px;
  border-radius: 2px;
  border: solid #CCCCCC 0.40px;
}

input[type=number] {
  background-color: #F2F2F2;
  font-size: 13px;
  border-radius: 2px;
  border: solid #CCCCCC 0.40px;
}

input[type=url] {
  background-color: #F2F2F2;
  font-size: 13px;
  border-radius: 2px;
  border: solid #CCCCCC 0.40px;
}

input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-select {
  height: 45px;
  cursor: pointer;
  position: relative;
	margin-top: 13px;
  background-color: #FAFAFA !important;
  font-size: 14px !important;
  border-radius: 2px !important;
  border: solid #707070 0.40px !important;
  font-weight: normal !important;
  text-decoration: inherit !important;
}

.select_arrow {
  position: absolute;
  top: 14px;
  right: 19px;
  width: 11px;
  height: 11px;
  border: solid #7b7b7b;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

form .invalid-feedback {
  font-size: 10px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.footer-form {
  padding-top: 13px;
}

/**** footer CSS ****/

footer {
  padding: 40px 0;
  color: white;
}

footer #principal-logo-w-tag {
  padding: 20px 0;
  position: relative;
  background-size: 230px;
  margin-bottom: 36px;
  margin-top: 60px;
  background-position: left;
}

footer #line3 {
  margin: 10px 0 15px;
  position: relative;
  background-size: 89px;
  background-position: left;
}

footer p {
  font-size: 13px;
  line-height: 25px;
}

footer .socialmedia {
  font-size: 17px;
  padding: 3px 0;
}

footer span {
  font-size: 20px;
  color: #AFB4B7;
  padding: 0px 7px 0 0;
}

.copyrightsection {
  padding: 29px 0;
}

.copyrightsection p {
  font-family: 'Gotham-book', sans-serif;
  color: white;
  font-size: 13px;
}

/************ End Body CSS ************/

/************ Media Screens ************/

/*// Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
  #information p {
    padding: 0 !important;
  }
  #header-principal {
    padding: 135px 0 70px;
  }
  p {
    font-family: 'Gotham-light', sans-serif;
    font-size: 15px;
    line-height: 21px;
    padding: 0 !important;
    margin: 0;
  }
  #header-principal ul {
    padding: 0px !important;
  }
  footer {
    padding: 0 0 50px 0 !important;
  }
}

/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
  #information p {
    padding: 0 !important;
  }
}

/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
  #information p {
    padding: 0 !important;
  }
}

/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
  #information p {
    padding: 0 !important;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}