
/* <uniquifier>: Use a unique and descriptive class name
   <weight>: Use a value from 200 to 1000 

.nunito-sans{
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

*/

/* .source-sans-3-light {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 1.5rem;
}

.source-sans-3-regular {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 1.5rem;
}

.source-sans-3-medium {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 550;
  font-style: normal;
  font-size: 1.5rem;
}

..source-sans-3-bold {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 750;
  font-style: normal;
  font-size: 1.5rem;
} */

@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/SourceSans3-Regular.ttf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/SourceSans3-Bold.ttf");
  font-style: bold;
  font-weight: 800;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Source Sans 3";
  color: #9fa1a4;
  line-height: 1.2;
  font-size: 1.3rem;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
  font-family: 'Source Sans 3';
}

a:hover {
  color: #000;
  font-family: 'Source Sans 3';
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Source Sans 3";
  color: #02a9f7;
  font-weight: 1400;
  
}

.container {
  z-index: 2;
  position: relative;
}


.text-black {
  color: #89d6fb !important;
}

.d-block {
  color: #d4f0fc !important;
  font-family: "Source Sans 3";
  font-weight: 400;
  
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  
  font-size: 0.8rem;
}

section {
  overflow: hidden;
  background: #01303f;
  /* background: linear-gradient(#01303f, #02a9f7 90%, #01303f); */
}

.section {
  padding: 7rem 0;
}

.section.border-bottom{
  padding: 0rem 0;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(45deg, #02a9f7, #d4f0fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-servicios-main {
  color: #d4f0fc;
  font-family: "Source Sans 3";
  font-weight: 300;
  
  text-shadow: #01303f 3px 2px 1px;
}

.text-servicios {
  color: #d4f0fc;
  font-family: "Source Sans 3";
  font-weight: 300;
  text-align:justify;
  padding-top:25px;
}


/* Marcadores items */

ul li::marker {
  color: #02a9f7;
  font-size: 1.5em;
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #02a9f7;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #02577a;
  color: #d4f0fc;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(45deg, #02a9f7, #d4f0fc);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);  
}

.btn-more {
  background: #2d71a1;
  background: linear-gradient(45deg, #02577a, #89d6fb);
  color: #fff;
  box-shadow: 10px 10px 10px 0 rgba(137, 215, 251, 0.247);
  border-radius: 40px;
  font-family: "Source Sans 3";
  font-weight: 300;
  
}

.btn-more:hover {
  background-color: #02577a;
  color: #02577a !important;
  font-weight: 300;
}


/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #02577a, #d4f0fc);
  
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #ffffff;
  
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}


/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  /* width: 200px; */
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0px 210px;
  height: 50px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  position: sticky; 
  background: #01303f;
}

#header.header-scrolled {
  background: rgba(2, 169, 247, 0.3);
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}


#header .logo h1:hover {
  font-size: 30px;
  color: #fff;
  text-shadow: #02a97f 1px 2px 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  font-family: "Source Sans 3";
  font-weight: 300;
  font-style: normal;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 22px;
  font-weight: 400;
  color: #d4f0fc;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  font-family: "Source Sans 3";
  font-weight: 300;
  
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  font-size: 25px;
  color: #02a9f7;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #02a9f7;
  box-shadow: 0px 0px 30px rgba(3, 77, 248, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #01303f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #d4f0fc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #02a9f7;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #02a9f7;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.5);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------
*/
/*////// Para reemplazar foto por video ////// */

#herovideo {
/*   width: 100%;
  height: 100vh; */
  min-height: 700px;
  min-width: 1200px; 
  background-size: cover;
  position: relative;
  background: #ffffff;
}

#herovideo:before {
  content: "";
  background: #01303f;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(#01303f, #02a9f7, #01303f);
}

/* #backvideo{
  z-index: 0;
  width: 20%;
  height: 10%; 
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}  */

#backvideo:before{
/*   width: 100%;
  height: 100%;  */
  min-width: 1280px;
  max-width: 1280px;
  min-height: 720px;
  content: "";
  background: rgba(113, 155, 155, 0.5);
  
  position: absolute;
}

video {
    width: 1280px;
    height: 720px;
    object-fit: cover;
}

#herovideo .video-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 0px;
}

#herovideo .png-container {
  position: relative;
  height: 200px;
  padding-top: 50px;
  filter: drop-shadow(0px 0px 2px #abe6ff);
  
}

#herovideo .png-container img {  
  /* filter: drop-shadow(0px 10px 0 #22a2d4); */
  /* filter: opacity(1) drop-shadow(-0px 0px 0px #d4f0fc); */
  transform: translateY(10px);
  filter: invert(100%);
  -webkit-filter: invert(100%);
  height: 140%;
  padding-top: 0px;
}

#herovideo h3 {
  background: rgba(255, 255, 255, 0.2);
  color: #d4f0fc;
  font-size: 26px;
  font-family: "Source Sans 3";
  font-weight: 400;
  font-style: normal;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#herovideo h1 {
  margin: 0 0 10px 0px;
  font-size: 40px;
  font-family: "Source Sans 3";
  font-weight: 500;
  
  line-height: 200px;
  color: #d4f0fc;
  padding-top: -200px;
  text-shadow: #02a97f -1px -2px 5px;
}

span.InicialColor {
  color: #02577a;
  font-weight: 800;
  text-shadow: #d4f0fc -1px -2px 5px;
}

#herovideo h2 {
  font-family: "Source Sans 3";
  color: #eee;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 1024px) {
	
  #herovideo {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
	/*agregado para que al achicar no se pierda el video*/
   #herovideo{
/* 	min-height: 300px;
	min-width: 500px;
	/* max-height: 700px; */ */
	
	

  width: 100%;
  height: 100vh;
  min-height: 100px;
  min-width:  100px; 
  background-size: cover;
  position: relative;
  background: #ffffff;
	
  }
	

  #herovideo .png-container {
    position: relative;
    height: 200px;
    padding-top: 0px;
	
  }
  
  #herovideo .png-container img {  
    /* filter: drop-shadow(0px 10px 0 #22a2d4);   */
    filter: opacity(0.1) drop-shadow(-0px 0px 0px #d4f0fc);
    transform: translateY(10px);
    filter: invert(100%);
    -webkit-filter: invert(100%);
    height: 90%;
    padding-top: 0px;
  }

  #herovideo h3 {
    font-size: 22px;
  }

  #herovideo h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #herovideo h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1550px) {
	#header {
	  padding: 0px 0px;
	}
}

@media (max-height: 500px) {
	
  #herovideo {
    height: 150vh;
  }
}


.videotest {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-width: 10%;
  min-height: 10%;
}

.video-wrapper {
  border: 0px solid #000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textovideo{
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

/* Para la parte donde esta el video */
span.videotext {
  color: rgb(112, 125, 245);
  font-weight: 50;
  font-size: 10px;
}



/*--------------------------------------------------------------
# Footer nuevo con formulario
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
  background: #10303f;
  
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 25px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}


/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: #02577a;
		border: solid 2px #d4f0fc;
		border-radius: 8px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #02a9f7;
      color: #d4f0fc;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	label {
		display: block;
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 0.5em;
	}

	::-webkit-input-placeholder {
		color: #d4f0fc;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: #d4f0fc;
	}

	::-moz-placeholder {
		color: #d4f0fc;
	}

	:-ms-input-placeholder {
		color: #d4f0fc;
	}
	
  .footer .php-email-form .form-group {
    padding-bottom: 10px;
  }

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background: linear-gradient(-45deg, #89d6fb, #02577a);
	border-radius: 12px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0em;
	width: 150px;
  height: 50px;
	text-align: center;
	text-decoration: none;
  font-family: "Source Sans 3";
  font-weight: 500;
  
	letter-spacing: 0.1em;
  color: #d4f0fc
}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:hover,
	.button:hover {
		background-color: #50c8fc;
		color: #02a9f7 !important;
	}

	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
	button:active,
	.button:active {
		background-color: #1eb8fb;
		color: #fff;
	}

	input[type="submit"].alt,
	input[type="reset"].alt,
	input[type="button"].alt,
	button.alt,
	.button.alt {
		background-color: #555555;
		color: #fff;
	}

		input[type="submit"].alt:hover,
		input[type="reset"].alt:hover,
		input[type="button"].alt:hover,
		button.alt:hover,
		.button.alt:hover {
			background-color: #626262;
		}

		input[type="submit"].alt:active,
		input[type="reset"].alt:active,
		input[type="button"].alt:active,
		button.alt:active,
		.button.alt:active {
			background-color: #484848;
		}

	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	input[type="button"].icon:before,
	button.icon:before,
	.button.icon:before {
		margin-right: 0.5em;
	}

	input[type="submit"].fit,
	input[type="reset"].fit,
	input[type="button"].fit,
	button.fit,
	.button.fit {
		width: 100%;
	}

	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small,
	button.small,
	.button.small {
		font-size: 0.8em;
	}

	
	@media screen and (max-width: 992px) {
		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				width: 100%;
				display: block;
			}
			
	}
	
/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.25em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 736px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* ------------------------*/
/* Todo para slider */
*{box-sizing:border-box}


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  display: block;
  
}

.slideshow-container img {
  height:330px;
  width:auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides2 {
  display: none;
}

.mySlides3 {
  display: none;
}

.mySlides4 {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #02577a;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  background-color: #02577a;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #89d6fb;
  
}

/* Caption text */
.text {
  color: #02577a;
  background: #89d6fb;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #02577a;
  background: #89d6fb;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #02577a;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active.dot, .dot:hover {
  background-color: #89d6fb;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-direction: alternate;
/*   animation-name: fade;
  animation-duration: 5.5s;
  animation-fill-mode: both; */
}

@keyframes fade {
  from {opacity: 0.7}
  to {opacity: 1}
}

/* Oculta la imagen de porque elegirnos*/
@media (max-width: 770px) {
	#porque .col-md-4 img{
		display: none;
	}
}


@media (max-width: 1270px) {
	#header {
	  padding: 0px 0px;
	  height: 30px;
	  transition: all 0.5s;
	  z-index: 997;
	  transition: all 0.5s;
	  position: relative;
	  background: #01303f;
	}
}
/* .hero-section {
  position: relative;
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

 */