

@media (max-width: 430px) {
  .logo img {
    width: 280px !important;
	  
  }
	
	.about-primary-section figure .puzzle{
	left: -2rem !important;
	
}
	
	
	.icon-box-content .btn.btn-sm.btn-terciary-color{
		zoom:0.8;
			padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 320px) {
  .logo img {
    width: 220px !important;
	  
  }
	
	
	
}
@media (max-width: 1400px){
	
.sticky-header.fixed .logo {
  margin-top:  15px !important;
  margin-bottom: 15px !important
	  
  } 
}
@media (max-width: 1200px){
	
.header-middle .btn-sm{display:none} 
}



.about-primary-section figure .puzzle{
	right: inherit !important;;
	left: -7rem ;
	top:-4rem;
	
}

img.detalle-doc{
 max-width: 250px;	

	
}

h4.doctor-name{
	font-size: 3rem
}


		.doctor{
						background-position: center;
						background-size: cover;
						width: 150px;
						height: 150px;
						margin-left: auto;
						margin-right: auto;
						border-radius: 75px;
						
					}
					
					.especializacion{
						padding: 8px 15px;
						font-size: 1.5rem;
						background-color: var(--csecondary);
						color: white;
						
							
					}



		.btn-whats{
			border-radius: 50%;
			width: 80px;
			height: 80px;
			font-size: 20px;
			color: #fff;
			text-align: center;
			background-color: #25d366;
			padding: 15px 20px;
			-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
			box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);			
		}
		
		.btn-whats:hover{
			color: #fff;
			background-color: #075e54;
			-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
			box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);			
		}


.footer-middle h6.footer-text{
	color: #C9C9C9;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: normal
	
}

.footer-middle h6.footer-text a:link{
	color: #FFFFFF;
	
}

.icon-box.icon-box-simple h4.box-title.medium{
	font-size: 2.5rem;
}


.hover-border .icono img{
	-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
	margin-top: 10px;
	width: 120px;
	margin-bottom: 20px;
	
}

.hover-border:hover .icono img{
	-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
width: 130px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.hover-border .icono{
	height: 150px; 
	
}


.color-primary{
	color: var(--cprimary) !important
}

.bg-claro-color{
	background-color: #ebfaf9 !important
}
.color-secondary{
	color: var(--csecondary) !important
}


