@charset "utf-8";
/* CSS Document */

/*.container-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #ededed;
}

.loader {
  max-width: 30rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
}

circle {
  fill: none;
  stroke-width: 2.5;
  -webkit-animation-name: preloader;
          animation-name: preloader;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  transform-origin: 170px 170px;
  will-change: transform;
}
circle:nth-of-type(1) {
  stroke-dasharray: 750px;
}
circle:nth-of-type(2) {
  stroke-dasharray: 700px;
}
circle:nth-of-type(3) {
  stroke-dasharray: 450px;
}
circle:nth-of-type(4) {
  stroke-dasharray: 300px;
}
circle:nth-of-type(1) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
circle:nth-of-type(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
circle:nth-of-type(3) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
circle:nth-of-type(4) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}

@keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}*/
/* ---------------------------------------------------------- */
/* Botstrap Modal ------------------------------------------- */
/* ---------------------------------------------------------- */
.modal {
  top: 0px !important;
  background-color: #086E00 !important;
}
.modal .modal-content {
  border-radius: 0px;
  border: none;
  background-image: url("../../media/images/middle/middle-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal .modal-header {
  display: block !important;
  padding: 0px;
  border-bottom: none;
}
.modal .modal-header a {
  display: block;
  padding: 24px;
  margin: 0px auto;
  width: min-content;
  background-color: white;
}
.modal .modal-title {
  font-size: 36px;
  color: white;
  text-align: center;
}
.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
  line-height: normal !important;
  font-weight: 900 !important;
  color: black;
}
.modal .modal-body {
  margin-top: -1px;
}
.modal .modal-body h1 {
  font-weight: 900 !important;
  color: #2b458e;
}
/*.modal .modal-body img {
  width: auto;
  height: 120px;
}*/
.modal .modal-body p {
  font-size: 20px;
  line-height: 140% !important;
  /*color: black;*/
  text-align: justify;
}
.modal .nosotros {
  width: 260px;
  height: 260px;
  margin: 0px auto;
  padding: 5px;
  border-radius: 50%;
}
.modal .nosotros div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: solid 10px;
}
.modal .modal-footer {
  padding: 0px;
}
/* ---------------------------------------------------------- */
.modal-backdrop.show {
  opacity: 0.8;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .modal .nosotros {
    width: 300px;
    height: 300px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .components-top {
    padding-top: 80px !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .components-top {
    padding-top: 108px !important;
  }
}
/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .components-top {
    padding-top: 148px !important;
  }
}
/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {}

/* ---------------------------------------------------------- */
/* Iconos flotantes */
/* ---------------------------------------------------------- */
.icon-reseaux {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit- flex;
	display: -ms-flexbox;
	display: -ms- flex;
	display: flex;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.icon-reseaux a, 
.icon-reseaux button {
	display: block;
	padding: 10px;
	width: 70px;
	height: auto;
	text-align: center;
	font-size: 3rem;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
  text-shadow: 0 0 10px black;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	border-radius: 6px 0 0 6px;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s !important;
}
.icon-reseaux a:hover, 
.icon-reseaux button:hover {
	width: 90px;
  /*padding-top: 10px;
  padding-bottom: 10px;*/
	color: #FFF;
}
.icon-reseaux a.website_sticky i, 
.icon-reseaux button.website_sticky i {
	color: #FFF;
}
.icon-reseaux a.website_sticky, 
.icon-reseaux button.website_sticky {
	background-color: transparent;
}
.icon-reseaux a.whatsapp_sticky i, 
.icon-reseaux button.whatsapp_sticky i {
	color: #FFF;
}
.icon-reseaux a.whatsapp_sticky, 
.icon-reseaux button.whatsapp_sticky {
	background-color: #00E676;
}
.icon-reseaux a.facebook_sticky, 
.icon-reseaux button.facebook_sticky {
	background-color: #4267b2;
}
.icon-reseaux a.facebook_sticky i, 
.icon-reseaux button.facebook_sticky i {
	color: #FFF;
}
.icon-reseaux a.instagram_sticky i, 
.icon-reseaux button.instagram_sticky i {
	color: #FFF;
}
.icon-reseaux a.instagram_sticky, 
.icon-reseaux button.instagram_sticky {
	background-color: #000;
}
.icon-reseaux a.twitter_sticky, 
.icon-reseaux button.twitter_stickye {
	background-color: #1da1f2;
}
.icon-reseaux a.twitter_sticky i, 
.icon-reseaux button.twitter_stickye i {
	color: #FFF;
}
.icon-reseaux a.linkedin_sticky, 
.icon-reseaux button.linkedin_stickye {
	background-color: #0a66c2;
}
.icon-reseaux a.linkedin_sticky i, 
.icon-reseaux button.linkedin_stickye i {
	color: #FFF;
}
.icon-reseaux a.youtube_sticky, 
.icon-reseaux button.youtub_stickye {
	background-color: #ff0000;
}
.icon-reseaux a.youtube_sticky i, 
.icon-reseaux button.youtub_stickye i {
	color: #FFF;
}
.icon-reseaux a.messenger_sticky, 
.icon-reseaux button.messenger_stickye {
	background-color: #0099ff;
}
.icon-reseaux a.messenger_sticky i, 
.icon-reseaux button.messenger_stickye i {
	color: #FFF;
}
.icon-reseaux a.tripadvisor_sticky, 
.icon-reseaux button.tripadvisor_sticky {
	background-color: #00a680;
}
.icon-reseaux-opacity {
	filter: alpha(opacity=0.7);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
	transition: all 1.0s  ease !important;
}
.icon-reseaux-opacity:hover{
	filter: alpha(opacity=1.0);
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
}
