@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
  font-family: 'Playfair Display', serif; 
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  width: auto;
  height: auto;
}

ul{list-style-type: none;}

.header__title {
  text-align: right;
  margin-right: 5%;
}

.header__title .a_href_link {
  text-decoration: none;
  color:navy
 }

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}  

.titulo-1, .titulo-1-galeria, .titulo-2, .titulo-3, .titulo-4 {
  color: black;
  font-size: 100px;
  font-weight: bold; }

.titulo-1-galeria {
  font-size: x-large;
  color: #3a5795; }

.card-title--portada {
  font-size: x-large;
  text-align: center;
  font-weight: bold; }

.titulo-2 {
  font-size: xx-large;
  color: darkcyan; }

.titulo-3 {
  font-size: x-large;
  color:#c72f2f}

.titulo-4 {
  font-size: large;
  color:white }

.sub_destacado-1 {
  color: #55acee;
  font-weight: bold;
  font-size: x-large; }

.sub_destacado-2 {
  color: #3a5795;
  font-weight: bold;
  font-size: x-large; }

.sub_destacado-3 {
  color: #C25E30;
  font-weight: bold;
  font-size: x-large; }

.sub_destacado-4 {
  color: #c72f2f;
  font-weight: bold;
  font-size: x-large; }

.sub_destacado-5 {
  color: blueviolet;
  font-weight: bold;
  font-size: x-large; }

.sub_destacado-6 {
  color: darkslateblue;
  font-weight: bold;
  font-size: x-large; }

img {
  align-items: center; }
  img .img__maps {
    margin-top: 10px;
    height: 500px; }

.img__scale:hover {
  transform: scale(1.5);
  align-items: center; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/*p {
  margin-bottom: 0;
}
*/
p:empty { 
  display: none;
}

.ml11 {
  font-weight: 700;
  font-size: 30px;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
}

.ml11 .line1 { 
  top: 0; 
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}

input[type=text] {
  padding: 10px;
  border: 1;
  border-radius: 10px;
}

input[type=email] {
  padding: 10px;
  border: 1;
  border-radius: 10px;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 57px;
  width:70%;  
  margin-left: 10px;
  padding: 10px 38px 10px 16px;
  background: #fff url("select-arrows.svg") no-repeat right 16px center;
  background-size: 10px;
  transition: border-color .1s ease-in-out,box-shadow .1s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.custom-select:hover {
  border: 1px solid #999;
}
.custom-select:focus {
  border: 1px solid #999;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  outline: none;
}
/* remove default arrow in IE */
select::-ms-expand {
  display:none;
}


