.cc-btn.cc-allow {
	background-color: #EAA6F7!important;
	border-color: rgb(221, 149, 45);
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 1.4;
}

*{
	font-family: 'Clicker Script', cursive;
	font-size: 26px;
}

#dietoterapia {
	padding-bottom: 34px;
}

p {
	margin-bottom: 0.3rem;
}

div > p {
	font-size: 32px;
}

footer {
	margin-top: auto;
	padding-top: 12px;
	background-color: #EAEAEA;
}

div.container{
  overflow:hidden;
}

div#constacto2{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;	
}

div#div-img{
	margin-left: 40px;
	margin-top: 60px;
}

div#div-img img{
 width: 20%;
 margin: 20px;
}

div#div-img img#img-unica{
	width: 15%;
}

div#contactos{
 background-color: #eadcea	;	
 border-radius: 4px	; 
}

form{
	margin: 20px;
}

h2{
	margin-top: 20px;
	margin-left: 10px;
	column-span: all;
	text-align: center;	
	overflow: hidden;
}

h3{
	text-align: center;
	color: #e8b8f2;
	font-size: 58px;
}

#imagen-fondo{
  color:white;
  background-size: cover;
  height: 385px;
  background-attachment: fixed;
  background-position: center;
  margin-top: 50px;
  padding-top: 100px;
  font-size: 4.5rem;
}
 
#primer-texto h3{
	margin: 40px;
	margin-bottom: 35px;
}

#segundo-texto h3{
	margin: 30px;
	margin-top: 13px;
}

#segundo-texto p{
	text-align: justify;
}

#direccion {
	font-size: 32px;
}

a.politicas{
	color: #EAA6F7 !important
}

a.enlaces{
	color: #1c0d02;
}

@media (max-width: 425px) {
	div#div-img img{
		width: 100%;
	    margin: 22px;
	}

	div#div-img img#img-unica{
		width:100%;
	}

	div#div-img{
		margin-left:0px;
    }

	#contactos{
		width: 100%;	
	}

	#div-footer{
		height:130px !important	
	}

	#div-footer div.col-md-6{
		padding-bottom: 0px;
	}

	#banner img{
		height: 104px;
	}
}

@media (min-width: 320px){
	#contacto1{
		margin:20px !important    
	}

	#div-img{
		margin-right: 30px;
	}	
} 
	
@media (min-width: 760px){
	#contacto1{
		margin-top:20px !important    	
	}
		 
	#contacto1 h3{
		text-align: left;
	}
}

input#Submit{
	background-color: #EAA6F7;
	border-color: #EAA6F7;
}

#conatcto1{
	margin-top: 200px  
}

#contacto1 + div{
	padding-bottom: 20px;
}

section#contacto{
	background-attachment: fixed;
}

div#banner{
	text-align: center;	
}

#banner img{
	width:100%; 
	min-width:none;
}

.container img{
	width: 100%;
}

#mapa{
	display: flex;
}

#img-php{
	width:100%; 
	max-width: 1000px; 
	min-width:none;
	
}

#espacio {
	margin-bottom: 2rem;
}

h1{
	text-align: center;
	column-span: all;
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 3.5rem;
	color: #e8b8f2;
}

li:last-child {
	border-bottom: none;
}

div#div-inicio{
	width: 100%;	
}

div#container-fluid{
	column-count: 2;
	column-gap: 20px;
	padding: 30px;
	width: 100%;
}

.blanco {
	color: #fff;
}

.row{
	margin: 15px;
}

#contacto1{
	margin-top: 30px;
}

p#p-inicio{
	font-size: 18px;
}

/*#div-footer{
	height: 65px;
}*/

#text-php{
	margin-bottom: 40px;
}

#derecha {
	text-align: right;
	padding-top: 1%;
}

@media (max15-width: 320px) {
	#derecha {
		text-align: center;
	}
}

#informacion {
	margin: 0px;
}

li.nav-item {
	padding: 0px;
}

a.nav-link {
	padding: 0px;
	font-size: 32px;
}

.list-group-items {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border-bottom: 1px solid #EAA6F7;
	color: #EAA6F7;
	font-size: 26px;
}

.fas {
	padding-right: 5px;
}
  
.text-center {
	text-align: center;
	margin-bottom: 0px;
}
  
.lightbox-gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
  
.lightbox-gallery div > img {
	max-width: 100%;
	display: block;
}
  
@media only screen and (max-width: 480px) {
	.lightbox-gallery {
		flex-direction: column;
		align-items: center;
	}

	.lightbox > div {
		margin-bottom: 10px;
	}
}
  
  /*Lighbox CSS*/
  
.lightbox {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	padding-top: 5%;
	box-sizing: border-box;
}
  
.lightbox img {
	display: block;
	text-align: center;
	margin: auto;
}
  
.lightbox .caption {
	margin: 15px auto;
	width: 50%;
	text-align: center;
	font-size: 1em;
	line-height: 1.4;
	font-weight: 700;
	color: #eee;
}
  
.github-link {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
}
  
.github-link:hover,
.github-link:active,
.github-link:visited {
	color: #fff;
	text-decoration: none;
}

.alto {
	margin-bottom: 5px;
}

.ancho {
	max-height: 90%;
	max-width: 90%;
}

@media screen and (max-width: 1024px) {
	.ancho {
		margin-top: 5% !important;
	}

	.text-center {
		font-size: 29px;
	}

	#copyright {
		font-size: 18px;
	}

	#div-contactos {
		padding: 0px;
	}
}

@media screen and (max-width: 721px) {
	footer {
		box-sizing: unset;
	}

	#div-footer {
		height: 80px;
	}

	#div-contactos {
		padding-right: 36px;
		/* margin-right: 31px; */
		padding-left: 2px;
	}
}

@media (max-width: 480px) {
	.col-md-4{
		padding-left: 0px;
	}
}

@media screen and (max-width: 420px){
	.ancho {
		margin-top: 31% !important;
	}

	h1 {
		font-size: 75px;
	}
}

@media screen and (max-width: 407px) {
	.text-center {
		font-size: 31px;
		margin: 2px;
	}

	#copyright {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.navbar-brand {
		max-width: 175px !important;
	}

	.img-fluid {
		max-width: 80%;
	}

	h1 {
		font-size: 70px;
	}
}

@media screen and (max-width: 360px) {
	.ancho {
		margin-top: 32% !important;
	}

	#copyright {
		font-size: 17px;
	}

	h1 {
		font-size: 67px;
	}
}

@media screen and (max-width: 320px) {
	.ancho {
		margin-top: 40% !important;
	}

	#copyright {
		font-size: 15px;
	}

	.navbar-brand {
		max-width: 148px !important;
	}

	.img-fluid:last-child {
		max-width: 68px;
	}

	h1 {
		font-size: 60px;
	}
}