@font-face{
  font-family: "Open Sans";
  src:url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face {
  font-family: "blogger-sans-bold";
  src: url('../fonts/blogger-sans/blogger-sans.bold.ttf'); 
}

/*-- Inicio Whatsapp --*/
#app-whatsapp{
	position: fixed;
	right: 16px;
	bottom: 25px;
	width: 60px;
	z-index: 1000;
	display: none;
}
#app-whatsapp{
	bottom: 115px;
	display: block;
}
#app-whatsapp i{
	font-size: 63px;
}
#app-whatsapp i{
	color: #83bb26;
	width: 60px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 16px -6px #83bb26;
    -moz-box-shadow: 0px 0px 16px -6px #83bb26;
    box-shadow: 0px 0px 16px -6px #83bb26;
}

/*-- Fin Whatsapp --*/


/*Responsive*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  
  .general-container {
    width: 88%;
    margin: 0px auto;
    align-items: center;
  }
  .navbar-responsive{
    height: auto;
  }
  .text-responsive-01{
    font-size: 10px;
  }
  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item:hover .nav-link {
      color: #0b172f;
      background: #ffc907;
      padding: 6px 8px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {  
  .general-container {
    width: 88%;
    margin: 0px auto;
    align-items: center;
  }
  .navbar-responsive{
    height: auto;
  }
  .text-responsive-01{
    font-size: 14px;
  }
  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item:hover .nav-link {
      color: #0b172f;
      background: #ffc907;
      padding: 6px 8px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {  
  .general-container {
    width: 80%;
    margin: 0px auto;
    align-items: center;
  }
  .navbar-responsive{
    height: auto;
  }
  .text-responsive-01{
    font-size: 14px;
  }
  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item:hover .nav-link {
      color: #0b172f;
      background: #ffc907;
      padding: 6px 8px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .general-container {
    width: 1200px;
    margin: 0px auto;
    align-items: center;
  }
  .navbar-responsive{
    height: 79px;
  }
  .text-responsive-01{
    font-size: 20px;
  }
  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item:hover .nav-link {
      color: #0b172f;
      background: #ffc907;
      padding: 35.5px 8px;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  
  .general-container {
    width: 1200px;
    margin: 0px auto;
    align-items: center;
  }
  .navbar-responsive{
    height: 79px;
  }
  .text-responsive-01{
    font-size: 20px;
  }
  .navbar-nav .nav-item.active .nav-link,
  .navbar-nav .nav-item:hover .nav-link {
      color: #0b172f;
      background: #ffc907;
      padding: 35.5px 8px;
  }
}
/*Responsive*/


/*Buttons*/
.btn-top,
.btn-top:active,
.btn-top:focus {
  background-color: #ffc907; /*aqui*/
  border-color: #0b172f;
  color: black;
  position: fixed;
  bottom: 40px;
  right: 1%;
  display: none;
  z-index: 3;
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

.btn-whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left: 1%;
  right:unset;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}
.btn-style-01{
  background-color: #0b172f;
  color: white;
  border: 0px;
}
.btn-style-01:hover{
  background-color: #ffc907;
  color: white;
}
.btn-style-02{
  background-color: #e5e5e5;
  color: #0b172f;
  border: 0px;
}
.btn-style-02:hover,
.btn-style-02.active{
  background-color: #ffc907;
  color: #0b172f;
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}
.btn-style-03{
  background-color: #f2f2f2;
  color: #0b172f;
  border: 0px;
}
.btn-style-03.active{
  background-color: #ffc907;
  color: #0b172f;
}
/*Buttons*/


/*Navs*/
.navbar-light{
  box-shadow: 0 0 8px 0 #ffc907;
  margin-bottom: 4px;
}
.navbar-light .navbar-nav .nav-link {
    display: inline;
    transition: 0.3s ease;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin: 0 4px;
    padding: 0 13px;
    color: #0b172f;
}
/*Navs*/


/*Colors*/
.text-white{
  color: white;
}

.text-black{
  color: black;
}
/*Colors*/

/*Containers*/
.section-container-01 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-container-02 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-container-03 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-container-04 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-container-05 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-container-06 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-container-07 {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-container-08 {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
}

.section-content-01{
  border: 1px solid #0b172f; 
  width: 100%;
}
.section-content-02{
  background-color: white;
  margin: 10px;
  border-radius: 15px;
  padding: 4px;
}
.section-content-03{
  background-color: #ffffff;
  margin: 10px;
  border-radius: 15px;
  padding: 4px;
}
/*Containers*/


/*Spacing*/
.space-01 {
  margin: 4px;
}

.space-02 {
  margin: 10px;
}

.space-03 {
  margin: 15px;
}

.space-04 {
  margin: 20px;
}
/*Spacing*/

/*Dividers*/
.hr-divider {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 0 0;
}

.hr-divider-01 {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.hr-divider-02 {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-style: solid none;
  border-width: 2px 0;
  margin: 18px 0;
}
/*Dividers*/


/*Carousel*/
.carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-control-next-icon:active,
.carousel-control-next-icon:active {
  height: 50px;
  width: 50px;
  outline: white;
  background-size: 100%, 100%;
  border: 1px solid white;
  background-image: none;
  background-color: #eee;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 30px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 30px;
  color: black;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: white;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-control-prev {
  width: 5%;
}

.carousel-control-next {
  width: 5%;
}
/*Carousel*/


/*Imgs*/
.img-container-01{
  padding: 14px;
  background-color: white;
  border-radius: 4%
}

#vermap{
    background-color: rgba(244,201,202,1.00);
    
}
/*Imgs*/

.email{
    text-decoration: none;
    color: #ffffff;
}

.email:hover{
    text-decoration: none;
    color: #ffc907;
}
.fuenteerror{
    font-family: blogger-sans-bold;
    font-size: 52px;
}

.btn-style-error{
    color: white;
    border: 2px dotted #0b172f;
    border-radius: 8px;
}
.btn-style-error:hover{
  background-color: rgba(11,23,47,0.4);
  color: white;
}