/*
 *	Resto by GetTemplates.co
 *	URL: https://gettemplates.co
 */
html { overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  background-image: url("../img/background.jpg");
  /*background-color: #c75561;*/
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.h3, .h4, .h6, h3, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400; 
}

.pl-4 { padding-top: 0rem !important; }
h1, h2, h4 { font-weight: 700; }

#foto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

header {
  position: fixed;
  top: 0;
}

#header2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  vertical-align: middle;
  background-color: transparent;
  text-align: center;
  font-weight: 400;
  background-color: #ffffff;
  opacity: 0.8;
}

.row p { text-align: justify; }

#descripcion, td {
  text-size-adjust: 3em;
  margin-bottom: 4%;
  font-weight: 400;
}

table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.oscurecer { background-color: lightgrey; }
#tdizq {
  padding-left: 4px;
  text-align: left;
}
#tdder {
  padding-right: 4px;
  text-align: right;
}

#logov {
  width: 150px;
  height: auto;
}

#logoh {
  padding-left: 15px;
  width: auto;
  height: 60px;
}

#logoc {
  padding-left: 5px;
  width: 19px;
  height: auto;
}

#logocl {
  padding-left: 5px;
  width: auto;
  height: 10px;
}

.subheading { color: #f34949; }

a { color: #f34949; }
a:focus {
  outline: none;
  box-shadow: none; 
}

.boxed-page {
  position: relative;
  border-color: #ededed;
  background-image: inherit;
  background-color: #ffffff;
  opacity: 0.85;
  margin-top: 0 !important;
}
.boxed-page .section-padding {
    padding-top: 0;
    padding-bottom: 65px;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

/*==================================
=            RESPONSIVE            =
==================================*/
@media (min-width: 1200px) {
  .boxed-page { margin: 50px; } 
}

@media (max-width: 992px) {
  /*.boxed-page { padding-top: 50px; }*/
  .boxed-page .section-padding { margin-bottom: 40px; }
  .pl-4 { padding-top: 2rem !important; }
}

@media (max-width: 767px) {
  .img-2 { height: 400px; }
}