.slider-copyright{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
    max-width: 300px;
    right: 0;
    padding: 10px;
     background: linear-gradient(235deg, #128c7e, #0e655b, #126b8c);
    background-size: 600% 600%;

    -webkit-animation: slider-copyright 8s ease infinite;
    -moz-animation: slider-copyright 8s ease infinite;
    animation: slider-copyright 8s ease infinite;
    border-radius: 20px 0 0 20px;
    border-top: 6px solid;
	border-bottom: 6px solid;
	border-left: 6px solid;
	border-color: rgba(255,255,255,.3);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .3s;
    position: fixed;
    bottom: 10px;
}


@-webkit-keyframes slider-copyright {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@-moz-keyframes slider-copyright {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@keyframes slider-copyright {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}

.slider-copyright:hover{
	 background: #090d25;
	 transition: all .3s;
}

.slider-copyright:hover a{
	 color:yellow;
	 transition: all .3s
}

.slider-copyright .wa-icon{
	width: 68px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-copyright .wa-icon img{
	width: 100%;
}

.slider-copyright .wa-link a{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	transition: all .3s
}

.slider-copyright .wa-link a span{
	display: block;
}

.slider-copyright .wa-link a span:nth-child(2){
	font-size: .95em;
    line-height: 0.7em;
}

.slider-copyright .wa-link a strong{
	width: 200px;
	font-size: 1.5em;
	font-weight: bold;
	
}


.flex-content{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.indeterminate:before,.indeterminate:after{
	background-color: #1165A7;
}

.logo-img {
	width: 80%;
	max-width: 300px;
}

h1{
    font: 0/0 a;
  font-size: 0!important;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  width: 300px;
  height: 67px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/odontos.png);
}

#home h2{
    font-size: 72px;
    line-height: 1.0;
}

#home .slider-area h3{
	font-size: 49px;
    color: #df3864!important;
    background: rgba(0,0,0,.4);
    padding: 0.4em 0.7em;
    font-weight: 900;
    border-radius: 1.3em;
    line-height: .85;
    border: solid 0.08em rgba(255,255,255,.8);
}

.slider-area h3 small{

	font-size: 74%;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color:#fff!important;
}

.btn-slide{
	text-transform: uppercase;
}

.btn-slide:before{
	    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 0.18em;
    left: 0.4em;
    font-size: 2em;

}

#banner:after{
    content: '';
    position: absolute;
    z-index: 1000;
    right: 15px;
    top: 105px;
    width: 350px;
    height: 144px;
    background-image: url(../img/primer-lugar.png);
    background-size: contain;
    background-repeat: no-repeat;
}


#planes h2{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
}

#planes h2 span{
	font-size: .5em;
	text-transform: none;
	font-weight: 400;
}

.price-item {
    padding: 1rem 0;
    -webkit-box-shadow: 1px 1px 8px #e1e1e1;
    box-shadow: 1px 1px 8px #e1e1e1;
    height: 100%;
    transition: all .3s;
}

.price-item:hover{
	background: #090d25;
	 transition: all .3s;
}

.price_header_text {
    font-size: 40px;
    font-weight: 900;
    display: block;
    font-family: 'Montserrat' , sans-serif;
    line-height: .8em;
}

.price_header_text small{
	display: block;
}

.price_header_content {
    font-size: 24px;
    padding: 5px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-weight: normal;
    max-width: 420px;
    margin: 10px auto;
    font-family: 'Montserrat' , sans-serif!important;
}

.price_header_content strong{
	font-size: 1.2em;
	font-weight: 900;
}

.actual_price {
    text-align: center;
    font-size: 62px;
    font-weight: bold;
    font-family: 'Montserrat' , sans-serif;
    margin-bottom: 0;
}
.actual_price .dollar {
    font-size: 24px;
    padding-right: 10px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.actual_price .small_font {
    font-size: 15px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

.price-item .actual_price, .price-item .price_header_text, .price-item .price-list {
    color: #ffffff;
}

.price-item .actual_price small{
    font-size: .4em;
    display: block;
}

.price-list {
    list-style: none;
    padding-left: 0;
}

.price-list li {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto' , sans-serif;
}

.about .box-overlay{
	background-color: rgba(121,7,7,.6);
}

#planes .box h2{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
    text-align: center;
}

#contacto h2{
	font-size: 60px;
	max-width: 550px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;

}

#contacto .slider-area{
	background-image: url(../img/team-bg.jpg);
} 

#contacto .flex-content{
	width: 100%;
}

#contacto h2 span{
	font-size: .5em;
}

#contacto .slider-copyright{
	position: relative;
	margin-top: 30px;
	border-radius: 20px;
	border: solid 5px rgba(255,255,255,.3);
}

.terminos{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX (-50%);
    margin: 0;
    z-index: 1000;
    text-decoration: none;
    color: rgb(255,255,255,.6);
}


.mako{
    position: absolute;
    bottom: 120px;
    right:15px;
    z-index: 1000;
    text-decoration: none;
    opacity: .6;
}

@media (max-width: 992px){
	.slider-area h3{font-size: 35px;}
	.slider-area{height: auto; padding: 40px 0}
	#contacto h2{width: 100%; margin-top: 10px;max-width: 100%; font-size: 40px;}

}

@media (max-width: 500px){
	#home .slider-area h3, #planes h2,#contacto h2, .price_header_text{font-size: 30px;}
	.price_header_content{font-size: 16px;}
	.actual_price{font-size: 32px;}
	.actual_price .dollar{font-size: 17px; top: -.2em!important;}
	#planes .box h2{font-size: 20px;}
}

/*-------------------------------------------------*/

@media (min-width: 768px){
	.flex-content{	max-width: 750px;}
}

@media (min-width: 992px){
	.flex-content{	max-width: 970px;}
		
}

@media (min-width: 1200px){
	.flex-content{	max-width: 1170px;}
}

@media (min-width: 1400px){
	.flex-content{	max-width: 1370px;}
}

@media (min-width: 1920px){
	.flex-content{	max-width: 1400px;}
}