
/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Abel', sans-serif;
}

p, .lead {
	font-family: 'Abel', sans-serif;
}

h1 {
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #1e4c93;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#70cbce;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #70cbce;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
	margin-top: 6px;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
body {
	background-image: url(../img/imagen-vz.jpg);
	width: 100%;
	height: 100vh;
	background-position: 0px;
	background-repeat: no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #0068da;
}


.hidden-large {
		display: none!important;
	}

@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}
.tit-gral {
	position: absolute;
	top: 85px;
	text-align: left;
	float: left;
}
.text-gral {
	position: absolute;
	top: 250px;
	text-align: left;
	float: left;
}
.exagono {
	position: absolute;
	top: 245px;
	right: 1100px;
}
.img-laboratorio {
	position: relative;
	text-align: right;
	float: right;
	top: -35px;
	right: -200px;
	z-index: 999;

}

.btn1 {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #003da6;
    font-weight: bold;
    z-index: 999;
    position: relative;
    top: 470px;
    left: 25px;
    width: 240px;
    border-radius: 75px;
    background-color: #f7fc2d;
    padding: 10px 20px 15px 20px;
}
a:hover div.btn1 {
	background-color: #2bfdac;
}
.btn2 {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #f7fc2d;
    font-weight: bold;
    z-index: 999;
    position: relative;
    top: 480px;
    left: 25px;
    width: 240px;
    border-radius: 75px;
    border: 2px solid #f7fc2d;
    padding: 10px 20px 15px 20px;
}
a:hover div.btn2 {
	background-color: #0740a3;
}
.btn3 {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    line-height: 22px;
   color: #003da6;
    font-weight: bold;
    z-index: 999;
    width: 200px;
    border-radius: 75px;
    background-color:  #f7fc2d;
    padding: 10px 20px 35px 20px;
}
button#contact-submit.btn3:hover {
	background-color: #2bfdac;
}
.logo-vz {
	padding-top: 30px;
}
.formulario {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    color: #ffffff;
     padding: 30px 0px;
    margin-right: 20px;
    margin-bottom: 130px;
	margin-top: 50px;
    width: 100%;
    z-index: 999;

}
label {
    font-weight: 400;
    color: #ffffff;
	    display: inline;
}

button, input, select, textarea {
    background-color: #e2e2e2;
    border: 0px;
    margin-top: 5px;
    color: #01498e;
    font-weight: 400;
    padding-left: 5px;
	height: 30px;
	width: 100%;
}
textarea {
    height: 65px;
}
.radiobtn {
  display: none;
}
.buttons {
  margin-left: -40px;
}
.buttons li {
  display: inline;
}
.buttons li label{
  padding-left: 30px;
  position: relative;
  left: -25px;
	font-size: 17px;
}
.buttons li label:hover {
  cursor: pointer;
}
.buttons li span {
  display: inline-block;
  position: relative;
  top: 9px;
  border: 2px solid #ccc;
  width: 25px;
  height: 25px;
  margin: 0px 3px 0px 5px;
  background: #fff;
}
.radiobtn:checked + span::before{
  content: '';
  border: 2px solid #fff;
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #c3e3fc;
}

.formulario img {
	height: 25px;
	width: auto;
}
input[type=file] {
  
}
.upload {
  display: none;
}
.uploader {
  border: 0px solid #ccc;
  width: 300px;
  position: relative;
  height: 35px;
  display: flex;
	    background-color: #e1e1e1;
}
.uploader .input-value{
  width: 40px;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  font-family: sans-serif;
  font-size: 16px;
}
.uploader label {
  cursor: pointer;
  margin: 0;
     width: 35px;
    height: 35px;
  position: absolute;
  left: 0;
  background: #c3e3fc no-repeat center;
}

.submitbtn {
  text-transform: uppercase;
  background-color: #1f659b;
  border-radius: 0;
  font-weight: bold;
  width: 90px;
  border: none;
  height: 30px;
  color: #fff;
}
.submitbtn:hover {
  color: #c3e3fc;
}
.submitbtn:hover + span.form-arrow::before {
  border: 2px solid #c3e3fc;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.form-arrow{
  position: relative;
}
.form-arrow::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 20%;
  right: 10px;
}

.img-fluid {
	width: 100%;
	height: auto;
		    z-index: 999;
    position: relative;
}


footer {
   background: #0740a3;
  padding: 10px 0px 300px 0px;
	    z-index: 0;
    position: relative;
	margin-top: -140px;
}

.contactanos {
	position: relative;
    top: 15px;
}
.datos-pie {
	position: relative;
	top: -50px;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.hidden-tablet {
    display: block;
}


/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 
	.buttons li {
    display: block;
    margin-bottom: 25px;
}
	.tit-gral-m {
		padding-top: 30px;
	}
	div.tit-gral-m img {
		width: 100%;
	}
	.img-laboratorio-m {
	position: relative;
    text-align: right;
    float: right;
    z-index: 999;
    right: -35px;
    top: 30px;
		width: 115%;
	}
	.text-gral-m {
		position: relative;
    float: right;
    top: 40px;
	}
	div.text-gral-m img {
	width: 100%;
	}
	
		div.img-laboratorio-m img {
			width: 140%;
	}
	.btn1-m {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #003da6;
    font-weight: bold;
    z-index: 999;
		float: right;
   margin-top: 40px;
    width: 100%;
    border-radius: 75px;
    background-color: #f7fc2d;
    padding: 10px 20px 15px 20px;
}
a:hover div.btn1-m {
	background-color: #2bfdac;
}
.btn2-m {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #f7fc2d;
    font-weight: bold;
    z-index: 999;
    float: right;
    width: 100%;
    border-radius: 75px;
    border: 2px solid #f7fc2d;
    padding: 10px 20px 15px 20px;
	margin: 20px 0px 40px 0px;
	
}
a:hover div.btn2-m {
	background-color: #0740a3;
}
	footer {
    background: #0740a3;
    padding: 10px 0px 50px 0px;
    z-index: 0;
    position: relative;
    margin-top: 0px;
		clear: both;
}
	.contactanos {
    top: 25px;
}
		.contactanos img {
    width: 95%;
}
	.datos-pie {
    position: relative;
    top: 50px;
}
	.datos-pie img {
    margin-top: 20px;
}
h1 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
}
	.tit-form {
    font-family: 'Abel', sans-serif;
    float: none;
    width: 100%;
    background-color: #01498e;
    color: #ffffff;
    margin-right: 0px;
    margin-top: -15px;
    text-align: center;
    padding: 20px;
    font-size: 27px;
		    line-height: 27px;
    border-radius: 20px 20px 0px 0px;
}
	.formulario {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    padding: 20px;
    margin-right: 0px;
    width: 100%;
}

	button, input, select, textarea {
    width: 100%;
}
	.uploader {
    width: 100%;    
}
	.hidden-large {
		display: block!important;
	}
	.hidden-tablet {
    display: none;
}
}
div.modal-dialog.modal-xl {
    max-width: 1000px!important;
    margin: 1.75rem auto;
}
@media (min-width: 576px) {
div.modal-dialog.modal-xl {
    max-width: 1000px!important;
    margin: 1.75rem auto;
}
}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
	.buttons li {
    display: block;
    margin-bottom: 25px;
}
	.tit-gral-m {
		padding-top: 30px;
	}
	div.tit-gral-m img {
		width: 100%;
	}
	.img-laboratorio-m {
	position: relative;
    text-align: right;
    float: right;
    z-index: 999;
    right: -35px;
    top: 30px;
		width: 115%;
	}
	.text-gral-m {
		position: relative;
    float: right;
    top: 40px;
	}
	div.text-gral-m img {
	width: 100%;
	}
	
		div.img-laboratorio-m img {
			width: 140%;
	}
	.btn1-m {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #003da6;
    font-weight: bold;
    z-index: 999;
		float: right;
   margin-top: 40px;
    width: 100%;
    border-radius: 75px;
    background-color: #f7fc2d;
    padding: 10px 20px 15px 20px;
}
a:hover div.btn1-m {
	background-color: #2bfdac;
}
.btn2-m {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #f7fc2d;
    font-weight: bold;
    z-index: 999;
    float: right;
    width: 100%;
    border-radius: 75px;
    border: 2px solid #f7fc2d;
    padding: 10px 20px 15px 20px;
	margin: 20px 0px 40px 0px;
	
}
a:hover div.btn2-m {
	background-color: #0740a3;
}
	footer {
    background: #0740a3;
    padding: 10px 0px 50px 0px;
    z-index: 0;
    position: relative;
    margin-top: 0px;
}
	.contactanos {
    top: 25px;
}
		.contactanos img {
    width: 100%;
}
	.datos-pie {
    position: relative;
    top: 50px;
}
	.datos-pie img {
    margin-top: 20px;
}
h1 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
}
	
	.formulario {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    padding: 20px;
    margin-right: 0px;
    width: 100%;
}

	button, input, select, textarea {
    width: 100%;
}
	.uploader {
    width: 100%;    
}
	.hidden-large {
		display: block!important;
	}
	.hidden-tablet {
    display: none;
}
}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
.tit-gral-m {
		padding-top: 30px;
	}
	div.tit-gral-m img {
		width: 100%;
	}
	.img-laboratorio-m {
	position: relative;
    text-align: right;
    float: right;
    z-index: 999;
    right: -35px;
    top: 30px;
		width: 115%;
	}
	.text-gral-m {
		position: relative;
    float: right;
    top: 40px;
	}
	div.text-gral-m img {
	width: 100%;
	}
	
		div.img-laboratorio-m img {
			width: 140%;
	}
	.btn1-m {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #003da6;
    font-weight: bold;
    z-index: 999;
		float: right;
   margin-top: 40px;
    width: 100%;
    border-radius: 75px;
    background-color: #f7fc2d;
    padding: 10px 20px 15px 20px;
}
a:hover div.btn1-m {
	background-color: #2bfdac;
}
.btn2-m {
text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #f7fc2d;
    font-weight: bold;
    z-index: 999;
    float: right;
    width: 100%;
    border-radius: 75px;
    border: 2px solid #f7fc2d;
    padding: 10px 20px 15px 20px;
	margin: 20px 0px 40px 0px;
	
}
a:hover div.btn2-m {
	background-color: #0740a3;
}
	footer {
    background: #0740a3;
    padding: 10px 0px 50px 0px;
    z-index: 0;
    position: relative;
    margin-top: 0px;
		clear: both;
}
	.contactanos {
    top: 25px;
}

	.datos-pie {
    position: relative;
    top: 50px;
}
	.datos-pie img {
    margin-top: 20px;
}

  
.bienvenida {
    margin: 300px 0px 20px 20px;
}
.hidden-tablet {
    display: none!important;
}
h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
}
	.img-diagonal {
	position: absolute;
	top: 0px;
	right: -5%;
}
	.hidden-large {
		display: block!important;
	}
	.hidden-tablet {
    display: none;
}
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

	
	.hidden-large {
		display: none!important;
	}
	.img-diagonal {
	position: absolute;
	top: 0px;
	right: 9%;
}
	.hidden-tablet {
    display: block;
}
}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 1440px) {
	
	.hidden-large {
		display: none!important;
	}
	.hidden-tablet {
    display: block;
}
	.img-diagonal {
	position: absolute;
	top: 0px;
	right: 18%;
}
}   

/* XLarge screens ----------- */
@media (min-width: 1441px) and (max-width: 1600px) {
	
	.hidden-large {
		display: none!important;
	}
	.hidden-tablet {
    display: block;
}
	.img-diagonal {
	position: absolute;
	top: 0px;
	right: 23%;
}

} 

@media (min-width: 1200px) {
.container {
    width: 940px;
}
}


