/* STYLE FOR: Doctorado UP */


@import url("https://use.typekit.net/fzg6sjp.css");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


/* GEN POP */

html {
  scroll-behavior: smooth;
}
body {
  list-style-type: none;
  font-family: "seravek-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-size: 1.2rem;
  font-family: "seravek-web", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p.credit {
	font-size: 0.7rem;
	padding-top: 5px;
	font-weight: 300;
	color: #fff;
  text-align: right;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #ffc600;
}

/* HEADINGS */

h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin-top: 16rem;
  font-size: 3.5rem;
}
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  color: #035b4e;
  font-size: 2.5rem;
}
h5 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-style: italic;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 10px;
}

/* COLORS */

.bg-gray {
  background-color: #eeeeee;
}
.bg-gold {
  background-color: #ab8855;
  padding-top: 20px;
  padding-bottom: 10px;
}
.gold {
  color: #ab8855;
}
.white {
  color: #fff;
}

/* BACKGROUNDS */

.bg-top {
  background: url('../img/UP-banners-web-1.jpg') no-repeat 50% 0;
  padding-bottom: 15px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-mid {
  background: url('../img/bg-med-min.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 6rem;
}
.bg-green-float {
  background: url('../img/tahali-02.png') no-repeat 100% 2% #035b4e;
  background-size: auto;
  padding: 50px 40px;
  margin-top: -100px;
}
.bg-green-float p {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

/* BUTTONS */

.btn {
  padding: .375rem 1.5rem;
  font-weight: 500;
}
.btn-white {
  background-color: #fff;
  color: #ab8855;
  border: 2px solid #fff;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #ab8855;
  color: #fff;
  border: 2px solid #fff;
}
.btn-green {
  background-color: #035b4e;
  color: #fff;
  width: 100%;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #ab8855;
  color: #fff;
}

/* TILES */

ul.tiles {
  padding-left: 0;
}
ul.tiles li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 445px;
  text-align: left;
  background-image: url('../img/bg-dots.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 38%;
  padding: 50px 30px;
}
ul.tiles li:first-of-type {
  background-color: #012d27;
}
ul.tiles li:nth-of-type(2) {
  background-color: #034d42;
  margin-right: 20px;
  margin-left: 20px;
}
ul.tiles li:last-of-type {
  background-color: #046d5e;
}
ul.tiles li p {
  color: #fff;
  font-size: 1rem;
  margin-top: 2rem;
}

/* TYPO */



/* POSITION (PADDINGS, MARGINS, ETC..) */

.section {
   padding-top: 80px;
   padding-bottom: 80px;
}


/* LISTS */

ul.nosotros {
  padding-left: 0;
  margin-top: 5rem;
}
ul.nosotros li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  font-family: "seravek-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul.nosotros li p {
  color: #ab8855;
  margin-top: 15px;
  font-size: 1.1rem;
}
ul.perfil {
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  margin-top: 40px;
  margin-bottom: 100px;
}
ul.perfil li {
  list-style-type: none;
  font-family: "seravek-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
ul.perfil > li:before {
  content: "- ";
}
ul.perfil li.gold:before {
  content: none;
}


/* HEADER */

.logo {
  background-color: #ab8855;
  padding: 30px;
}
.bg-top p {
  color: #fff;
}

/* FOOTER */

.bg-green-footer {
  background: url('../img/tahali-02.png') no-repeat 100% 100% #035b4e;
  background-size: auto;
}
footer p {
  color: #fff;
  font-size: 1rem;
}
footer p.copy {
  font-size: 0.7rem;
	font-weight: 300;
}
.bg-gold {
  background-color: #ab8855;
  padding-top: 50px;
  padding-bottom: 50px;
}


/* CONTENT */

.float-form {
  position: absolute;
  right: 8%;
  top: 31rem;
  width: 350px;
  background-color: #fff;
  padding: 30px;
}
.float-form p {
  color: #035b4e;
}
.green-line {
  width: 80px;
  background-color: #035b4e;
  padding-bottom: 4px;
}
.tahali {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
.tahali-heading {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  line-height: 74%;
}

/* FORM TOP */

.top-form .form-control {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #111;
  border-left: none;
}
.top-form .col-form-label,
.top-form .form-check-label {
  color: #898989;
  text-align: left;
  font-size
}


/* FORM BOTTOM */

.form-control {
  height: 25px;
  padding: 5px;
  border-radius: 0;
}
.col-form-label {
  padding-top: 0;
  line-height: 1.5;
  color: #fff;
  font-style: italic;
  text-align: right;
}
.form-check-label {
  color: #fff;
  font-style: italic;
}
