 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      ul, li {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		font-family: arial;
	}

	ol, ul {
		list-style: none;
	}


	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.5rem;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5rem 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1rem 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 2rem;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1rem 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5rem 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1rem 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5rem 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1rem;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1rem);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1rem;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5rem;
					width: calc(100% + 0.5rem);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5rem;
					}

			@media screen and (max-width: 480px) {

				ul.actions {
					margin: 0 0 2rem 0;
				}

					ul.actions li {
						padding: 1rem 0 0 0;
						display: block;
						text-align: center;
						width: 100%;
					}

						ul.actions li:first-child {
							padding-top: 0;
						}

						ul.actions li > * {
							width: 100%;
							margin: 0 !important;
						}

							ul.actions li > *.icon:before {
								margin-left: -2rem;
							}

					ul.actions.small li {
						padding: 0.5rem 0 0 0;
					}

						ul.actions.small li:first-child {
							padding-top: 0;
						}

			}

			.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
 * {box-sizing: border-box}
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-size: 26px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 90000s;
  animation-name: fade;
  animation-duration: 90000s;
}

@-webkit-keyframes fade {
  from {opacity: 90000} 
  to {opacity: 90000}
}

@keyframes fade {
  from {opacity: 90000} 
  to {opacity: 90000}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

div.text{
  background: rgba(150,203,230,0.75);
background: -moz-linear-gradient(-45deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(150,203,230,0.75)), color-stop(100%, rgba(150,203,230,0.75)));
background: -webkit-linear-gradient(-45deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
background: -o-linear-gradient(-45deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
background: -ms-linear-gradient(-45deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
background: linear-gradient(135deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96cbe6', endColorstr='#96cbe6', GradientType=1 );
  color:white;
    
}

  .imgRedonda {
    text-align: center;
    border-radius:10px;
    border:1px solid #c9c9c9;
}

.fa {
  padding: 10px;
  border-radius: 50px;
  font-size: 23.5px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 1000;
    color:white;
}

.fa-facebook {
   width:48px;
    height:46px;
    text-align: center;
    border-radius:150px;
    border:1px solid white;
    color: white;
}

.fa-envelope{
     width:48px;
    height:46px;
    text-align: center;
    border-radius:150px;
    border:1px solid white;
    color: white;
    
}

.fa-instagram {
    width:48px;
    height:46px;
    text-align: center;
    border-radius:150px;
    border:1px solid white;
    color: white;
}

.fa-whatsapp{
    width:48px;
    height:46px;
    text-align: center;
    border-radius:150px;
    border:1px solid white;
    color: white;
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 320px) {
  .text {
  font-size: 15px;
  padding: 2px 10px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  color:white;
    
}

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .text {
  font-size: 26px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .text {
  font-size: 28px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 .text {
  font-size: 28px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .text {
  font-size: 30px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 320px) {
  .letra{
    font-size: 15px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .letra{
    font-size: 18px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .letra{
    font-size: 22px;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .letra{
    font-size: 24px;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .letra{
    font-size: 22px;
}
}