
@import url('https://fonts.googleapis.com/css?family=Abel');

@import url('https://fonts.googleapis.com/css?family=Teko:300,400,600,700');


/******** GENERAL *******/

body {
	background: white;
	font-family: 'Abel', sans-serif;
	font-size: 1.7em;
    box-sizing: border-box !important;
    margin:0;
    padding: 0;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
}

.containerheader {
    max-width: 2000px;
    margin: 0 auto;
}

@media screen and (max-width:600px) {
    .container {
        padding: 10px;
    }
}

img {
	max-width: 100%;
	box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-weight: 300;
	font-family: 'Teko', sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2em;
    font-weight: 600;
}

h3 {
    font-size: 1.4em;
    text-transform: none;
    font-family: 'Abel', sans-serif;
}

p {
    text-align: justify;
}

p, ul, li {
    font-size: 1em;
}

a, a:hover {
    color:inherit;
    text-decoration: none;
}

hr {
    width: 100px;
    background: white;
    color:white;
}

.big {
    font-size:1.2em;
}

/******** HEADER *******/

.topheader {
    background: #e7e7e7;
    color: #676767;
    padding: 4px 0;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: .8em;
    min-height: 30px;
}

.topheader ul {
    float:right;
    margin-bottom: 0;
}

.topheader ul li {
	display: inline;
    padding: 10px;
}
.header {
    min-height: 70px;
}

.header .logo img {
	padding: 10px;
}

.header .menu ul {
    margin-bottom: 0;
    padding-left: 20px;
    float: right;
}

.header .menu ul li {
    display: inline-block;
    padding: 15px 15px;
    font-weight: 300;
}

.header .menu ul .active {
    color: #255583;
    border-top: 6px solid red;
}

.header .menu ul li:hover {
	color: #255583;
    border-top: 6px solid red;
    cursor: pointer;
}

header ul li {
    font-size: 1.1em;}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size:.9em;
    border-top:6px solid #ec008c;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/******** NAVBAR *********/

.topnav {
    overflow: hidden;
    background-color: white;
  }

  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  .topnav .icon {
    display: none;
  }

  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }

  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      color: black;
      clear: both;
    }

  }

  @media screen and (min-width: 900px) {
  .topnav {
    display: none;
    } 
  }



/******** INICIO *******/

.intro {
	color: black;
    margin: 30px 0;
}

.intro h1 {
    line-height: 1.2em;
    margin-top: 40px;
}

.intro h2 {
    text-transform: uppercase;
}


.clientes {
    background: url(../img/clientes-bg.jpg) fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.clientes h2 {
    text-align: center;
    font-weight:600;
    color: white;
}

/******** Nosotros *******/

.misionvision {
    background: url(../img/mision-vision-bg.jpg);
    background-position: top center;
    background-size: cover;
    padding: 220px 0 40px 0;
}

.misionvision h2,
.misionvision p {
    text-align:center;
    color: white;
}

.sobrenosotros {
    padding: 30px 0;
}

.frase {
    background: #fe0000;
    color: white;
    font-style: italic;
    padding: 30px 0;
    font-size: 2em;
    line-height: 1em;
}

.frase p {
    text-align: center;
    margin-bottom: 0;
}

.convenios {
    background: url(../img/convenios-bg.jpg) fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.convenios h2 {
    text-align: center;
    font-weight:600;
    color: white;
}

.convenios p {
    text-align: center;
    color: white;
    font-size: 1.2em;
    line-height: 1.2em;
}


/******** Servicios *******/

.nuestrosservicios {
    background: url(../img/nuestros-servicios.jpg);
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.nuestrosservicios h2,
.nuestrosservicios p {
    text-align:center;
    color: white;
}

.beneficios {
    padding: 30px 0;
}

.beneficios h2,
.beneficios p {
    text-align:center;
}

.beneficio {
    background: #e5e5e5;
    text-align: center;
    min-height: 120px;
    border: 2px solid white;
    margin-top: 30px;
}

.beneficio p{
    text-align: center;
}

.beneficio img {
    margin-top: -30px;
}

.unidades {
background: url(../img/unidades.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0 350px 0;
    background-repeat: no-repeat;
}

.unidades h2 {
    text-align: center;
    font-weight:600;
    color: white;
}

/******** contacto *******/

.contactoform {
    background: url(../img/contacto-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0 200px 0;
}

.contactoform h2,
.contactoform p {
    color: white;
    text-align: center;
}

.contacto input,
.contacto textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #093c71;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 20px;
}


.contacto input[type="submit"] {
    width: initial;
    border: none;
    padding: 5px 30px;
    float: right;
    background: none;
    color: white;
    border: 2px solid white;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
}

.contacto input[type="submit"]:hover {
    background:red;
}

.ubicaciones {
    padding: 150px 0 20px;
    background: linear-gradient(rgba(255, 255, 255, 0) , white 40%);
    margin-top: -140px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    font-family: 'Abel', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-family: 'Abel', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
    color: white;
    font-family: 'Abel', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: white;
    font-family: 'Abel', sans-serif;
}

.ubicacion {
    background: #275785;
    color: white;
    margin: 5px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-top: -180px;
}

.ubicacion-info {
    padding: 20px;
}

.ubicacion p,
.ubicacion h3 {
    text-align: center;
    margin-bottom: 0px;
}

@media screen and (max-width:700px) {
    .ubicacion {
        width: 100%;
        margin-top: 0;
    }

    .ubicacion:first-child {
        margin-top: -180px;
    }
}

.personal {
    background: url(../img/personal-bg.jpg);
    background-size: cover;
    background-position: top;
    padding: 80px 0;
}

.personal h2 {
    text-align: center;
    font-weight:600;
    color: white;
}

.personal p {
    text-align: center;
    color: white;
    font-size: 1.7em;
}

/******** FOOTER *******/

footer {
    background: #e7e7e7;
    color: #676767;
    font-weight: 300;
    text-align: center;
    padding: 20px 10px;
    font-size: .9em;
}

footer p {
    margin-bottom:0;
    text-align: center;
}
