@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
* {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding: 0px; }

body {
  font-family: 'Roboto', sans-serif; }

.mensaje-sinconexion {
  position: absolute;
  background-color: #19C247;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
  color: #F7FAF3; }

.container-custom {
  width: 70%;
  margin: auto; }

.container-customs {
  width: 63%;
  margin: auto; }

@media (max-width: 2000px) {
  .container-custom {
    width: 90%; }
  .container-customs {
    width: 90%; } }

@media (min-width: 1920px) {
  .container-custom {
    width: 1920px; }
  .container-customs {
    width: 1865px; } }

.navbar-toggler {
  background-color: transparent;
  border: none;
  font-size: 20px; }

body {
  background-color: #F7FAF3; }

p {
  font-size: 21px; }

a {
  color: #19C247; }

.btn {
  webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.btn:hover {
  webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.p-small {
  font-size: 13px;
  margin: 5px; }

.link-tarjeta {
  text-align: left;
  margin: 8px;
  text-decoration: underline;
  color: #19C247; }

.link-tarjeta i {
  float: right;
  margin-right: 20px; }

.btn-link {
  color: #19C247;
  width: auto;
  height: auto;
  padding: 5px;
  border: none; }

.btn-link i {
  color: #19C247; }

.btn-link span {
  color: #19C247; }

.btn-tarjeta {
  background-color: transparent;
  border: none;
  color: #19C247;
  margin: 8px;
  text-align: left; }

.btn-tarjeta i {
  float: right;
  margin-right: 13px; }

.btn-outline {
  width: auto;
  height: auto;
  padding: 8px;
  border: 1px solid #F7FAF3;
  color: #F7FAF3;
  border-radius: 3px;
  background-color: transparent;
  text-decoration: none;
  webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.btn-outline:hover {
  background-color: #19C247;
  border: 1px solid #19C247;
  webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.btn-gotocontact {
  padding: 30px;
  width: auto;
  height: auto;
  background-color: #19C247;
  color: #F7FAF3;
  border: 1px solid #19C247;
  webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.btn-gotocontact:hover {
  background-color: transparent;
  color: #F7FAF3;
  border: 1px solid #F7FAF3;
  webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.btn-outline-full {
  width: auto;
  height: auto;
  padding: 8px;
  border: 1px solid #19C247;
  color: #19C247;
  border-radius: 3px;
  background-color: transparent;
  text-decoration: none;
  webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.btn-outline-full:hover {
  background-color: #19C247;
  border: 1px solid #19C247;
  color: #F7FAF3;
  webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.btn-primario {
  width: 100%;
  height: auto;
  padding: 8px;
  border: 1px solid #19C247;
  color: #F7FAF3;
  border-radius: 3px;
  background-color: #19C247;
  text-decoration: none; }

.btn-primario:hover {
  border: 1px solid #19C247;
  color: #19C247;
  border-radius: 3px;
  background-color: transparent;
  text-decoration: none; }

.btn-link:hover {
  text-decoration: none; }

.img-bg {
  width: 100%;
  height: 700px;
  background-color: #19C247;
  width: 100%;
  background-position: center;
  background-size: cover; }
  .img-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#002f4b), to(#dc4225));
    background-image: -webkit-linear-gradient(top left, #002f4b, #dc4225);
    background-image: -o-linear-gradient(top left, #002f4b, #dc4225);
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
    opacity: .6; }

@media (max-width: 440px) {
  .img-bg {
    width: 100%;
    height: 900px;
    background-color: orange;
    width: 100%;
    background-position: center;
    background-size: cover; }
  .h1-title {
    font-size: 34px;
    font-weight: bold; } }

.h1-title {
  font-size: 55px;
  font-weight: bold; }

.img-bg h1 {
  font-size: 55px; }

.contenido-principal {
  text-align: center;
  margin-top: 200px;
  color: white; }

.seccion-tarjetas {
  margin-top: 400px; }

@media (max-width: 767px) {
  .seccion-tarjetas {
    margin-top: 250px; } }

.tarjeta {
  margin-bottom: 13px;
  color: #191919; }

.tarjetas img {
  width: 100%;
  height: 30px;
  text-align: center;
  margin-bottom: 13px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.mas-info {
  margin-top: 55px;
  width: 100%;
  height: 233px;
  background-color: #F3F8FC;
  border-radius: 3px;
  text-align: center;
  padding-top: 55px; }

.seccion3 {
  margin-top: 55px;
  height: auto;
  width: 100%; }

.contenido-seccion3 {
  margin-top: 89px;
  color: #191919; }

.imagen {
  width: 100%;
  -webkit-box-shadow: 10px 10px 24px -7px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 10px 10px 24px -7px rgba(0, 0, 0, 0.36);
  box-shadow: 10px 10px 24px -7px rgba(0, 0, 0, 0.36); }

.img-sr-only {
  display: none; }

.hr-sr-only {
  display: none;
  width: 30%;
  height: 3px;
  background-color: #19C247; }

@media (max-width: 991px) {
  .img-lg {
    display: none; }
  .img-sr-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hr-sr-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.seccion4 {
  margin-top: 55px;
  width: 100%;
  height: auto;
  padding-bottom: 55px;
  background-color: #19C247;
  background-image: url("../img/img5.jpeg");
  background-position: center;
  background-size: cover; }

.contenido-seccion4 {
  padding-top: 89px;
  text-align: center;
  color: white; }

/*Maices*/
.img-bg-maices {
  color: white;
  width: 100%;
  height: 600px;
  background-image: url(..//img/img4.jpeg);
  background-size: cover;
  background-position: center; }

.contenido-bg-maices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 200px; }

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px; }

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em; }

table tr {
  border: 1px solid #ddd;
  padding: .35em; }

table tr:nth-child(even) {
  background: #f8f8f8; }

table th,
table td {
  padding: .625em;
  text-align: left; }

table th {
  color: #19C247; }

/*Contacto*/
.seccion-bg-contact {
  width: 100%;
  height: auto;
  padding-bottom: 55px;
  background-image: url("../img/img4.jpeg"); }

.contact-map {
  margin-top: 250px;
  font-size: 55px;
  color: #F7FAF3; }

.contact-map iframe {
  width: 100%; }

.contact-form {
  margin-top: 377px; }

@media (max-width: 990px) {
  .contact-form {
    margin-top: 89px; } }

footer {
  width: 100%;
  height: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #19C247;
  color: #F7FAF3; }

footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
  color: #F7FAF3; }

footer {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
  color: #9596A0; }

.list-footer-social {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list-footer-social li {
  display: inline; }

.icon-social {
  color: #F7FAF3; }

.icon-social:hover {
  color: #191919;
  text-decoration: none; }

.list-footer-social li a:visited {
  color: #F7FAF3;
  text-decoration: none; }

.list-footer-social li a:active {
  color: #F7FAF3;
  text-decoration: none; }

.list-footer-social li a:link {
  color: #F7FAF3;
  text-decoration: none; }

.list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list-footer li {
  display: inline; }

.list-footer li a {
  color: #F7FAF3; }

.list-footer li a:hover {
  color: #191919;
  text-decoration: none; }

.footer-dev {
  background-color: #191919;
  color: #F7FAF3; }

/*Nosotros*/
.img-bg-nosotros {
  color: white;
  width: 100%;
  height: auto;
  padding-bottom: 150px;
  background-image: url(..//img/img5.jpeg);
  background-size: cover;
  background-position: center; }

.contenido-bg-nosotros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 150px; }

.nosotros-seccion-uno img {
  width: 100%;
  margin-top: -89px;
  -webkit-box-shadow: 10px 10px 24px -7px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 10px 10px 24px -7px rgba(0, 0, 0, 0.36);
  box-shadow: 10px 10px 24px -7px rgba(0, 0, 0, 0.36); }

.contact-bg {
  color: white;
  width: 100%;
  height: auto;
  padding-bottom: 150px;
  background-image: url(..//img/img4.jpeg);
  background-size: cover;
  background-position: center; }

.titulo-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 150px; }

.mensaje-enviado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: lighter;
  font-size: 20px; }

.enviadosi {
  color: #19C247; }

.enviadono {
  color: #19C247; }

.acceso-denegado {
  color: #19C247; }

.mapa {
  width: 100%;
  height: 700px;
  background-color: #191919;
  margin-top: -150px;
  -webkit-box-shadow: 0px 21px 25px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 21px 25px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 21px 25px 1px rgba(0, 0, 0, 0.35); }

.formulario {
  margin-top: 50px; }

.formulario input {
  font-weight: lighter;
  color: #AFB5B5;
  padding: 20px; }

.formulario textarea {
  height: 200px;
  font-weight: lighter;
  color: #AFB5B5;
  padding: 20px; }

input:focus {
  border-color: #19C247; }

.telefonos-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.telefonos-contacto a {
  width: 100%;
  height: auto; }

.btn-call {
  width: 98%;
  height: auto;
  padding: 10px;
  margin-top: 15px;
  background-color: #19C247;
  border: 1px solid #19C247;
  color: white;
  border-radius: 4px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.btn-call:hover {
  background-color: #191919;
  border: 1px solid #191919;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

.form-suscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 468px) {
  .form-suscription {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mapa {
    width: 100%;
    height: 400px; } }

@media (max-width: 667px) {
  .mapa {
    width: 100%;
    height: 400px; } }

/*pree loader*/
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #FFF none repeat scroll 0% 0%;
  z-index: 99999; }

#page-loader .preloader-interior {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: green;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#page-loader .preloader-interior:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: brown;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#page-loader .preloader-interior:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

.p-small a {
  text-decoration: none;
  color: white; }

.p-small a:hover {
  text-decoration: none;
  color: white; }

.galeriaa {
  margin-top: 2000px; }
