/***


Color primario: #111c2e;
Color scundario #cccc00

*/


body{
	font-family: 'Lato', sans-serif;
	color: #111c2e;
}

p{
  font-size: 1.1rem;
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.tabimagen {
  margin: 1.6rem auto;
}
.display-5 {
    font-size: calc(.8rem + 1.6vw);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.7rem;
}

.bg-light {
    background-color: #111c2e !important;
   /*z-index: 99;*/
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-text {
    color: #fff;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.navbar i.fab.fa-facebook-square.fa-lg {
  margin-top: 1em;
    color: #fff;
}

.navbar i.fab.fa-instagram.fa-lg {
  margin-top: 1em;
    color: #fff;
}



i.fas.fa-bars {
    color: #fff;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 25px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}


.navbar-text .fab{
	margin-right: 2em;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 5.3em;
}

.dropdown-menu {
    border-radius: 0;
}

/* JUMBOTRON */

.jumbotron{
	background: url(img/HOME.jpg) no-repeat center center fixed;
  background-size: cover;
   background-size: auto 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;

}

.jumbotron2{
  background: url(img/home/experiencia.jpg) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .jumbotron {
      background: url('img/HOME.jpg') center top no-repeat scroll;
      background-size: auto 100vh;
  }

  .jumbotron2 {
      background: url('img/home/experiencia.jpg') center top no-repeat scroll;
      background-size: auto 100vh;
  }  
}


.jumbotron h1, .jumbotron2 h1{
	font-size: 5em;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5em;
  text-shadow: 0px 0px 7px #111c2e;
}

.jumbotron h2, .jumbotron2 h2{
	font-size: 3.5em;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
  text-shadow: 0px 0px 7px #111c2e;

}

/*** GENERALES **/

strong{
    font-weight: 900;
}
.text-center{
	text-align: center !important;
}

.text-right{
	text-align: right;
}

.text-justify{
  text-align: justify;
}


.separar{
	height: 30px;
	clear: both;
}

.section-header-space{
    height: 100px;
    clear: both;
}


.images img{
	width: 100%;
}

.images-movil img{
  width: 75%;
}

.images-logo img{
  width: 80%;
}


.title-section{
    padding-top: 60px;
    border-bottom: solid 1px #ccc;
}

.lead {
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.3em;
}

.align-self-center .lead{
	text-align: left;
}

.lead-strong {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.3em;
    font-weight: 800;
}

.lead-verde {
    font-size: 4.5rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.3em;
    font-weight: 800;
    color: #cccc00;
}


.img-lead{
	padding: 2em;
}

.card{
	background-color: #111c2e;
	color: #fff;
	border-radius: 1em;
}


.card img{
	padding: 1.5em;
	border-radius: 3em !important;
}

.card-title{
	text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #cccc00;
}

/*** TABS ***/

/* Style the tab */
.tab {
  float: left;
  border-right: 1px solid #ccc;
  background-left: #f1f1f1;
  width: 30%;
  height: auto;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.2em;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #cccc00;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 2rem 1rem;
  width: 70%;
  border-left: none;
  height: auto;
}

.tabcontent img{
  width: 80%;
  margin: 0 auto !important;
}

.valores{
  background-color: #111c2e;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin: 1rem;
  min-height: 480px;
}

.valores h3{
  font-weight: 900;
  
}

/**** FOOTER ***/

footer{
	background-color: #111c2e;
	padding: 3em;
	color: #fff;
}

footer p{
  font-size: 1rem;
}

footer .fas{
	margin-right: .7rem;
	color:  #cccc00;
}

footer .fab{
	margin-right: .7rem;
	color:  #cccc00;
}

footer .form-outline, footer .form-control {
    min-height: auto;
    padding: .11em .75em;
    border: 0;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/*** MODAL **/

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #111c2e;
    background-clip: padding-box;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 1rem;
    outline: 0;
}

button.btn-close {
    color: red;
    background-color: #cccc00;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #fff !important;
    background: transparent url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E) 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.modal-header {
    
  border-bottom: none;

}

div#exampleModal {
    background: rgba(17, 28, 46, .1);
}

@media (max-width: 575.98px) {
  .jumbotron h1, .jumbotron2 h1{
  font-size: 2.5em;
  color: red;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5em;
  text-shadow: 0px 0px 7px #111c2e;
}


.lead {
    font-size: 1.2rem;
  }

.jumbotron h2, .jumbotron2 h2{
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 7px #111c2e;

}

.tab {
    float: none;
    border-right: 1px solid #ccc;
    background-left: #f1f1f1;
    width: 100%;
    height: auto;
}

.tab button {

    padding: 10px 16px;

}

.tabcontent {
    float: none;
    padding: 2rem 1rem;
    width: 100%;
    border-left: none;
    height: auto;
}

}