body {
	background: #f1e4d2;
	font-family: 'Montserrat', sans-serif;
}

@media (max-width:992px) {
	#intro {
        width:90% !important;
    }
	#TZTitulo {
		font-size: 3rem !important;
	}

}

@media (max-width:768px) {
	#TZTitulo {
		font-size: 2rem !important;
	}

}
@media (max-width:576px) {
	#TZTitulo {
		font-size: 1rem !important;
	}
}

@media (max-width:1200px){
	#local{
		flex-wrap: wrap;
	}
	.wrapper {
		width: 90%;
		margin:auto;
		padding-top: 50px;
	}
}
/* Boton Whastapp */
.float{
	position:fixed;
	width:58px;
	height:58px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align: center center ;
    font-size:39px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float {
	margin: 12px;
}

.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.t-resp {
	font-size: 5vw;
}

.contenedor-titulo {
	position: relative;
    display: inline-block;
    text-align: center;
}



.glass {
	background: rgba(15, 33, 41, 0.2);
	box-shadow: 0 8px 32px rgba(250, 250, 248, 0.5);
	border-radius: 10px;
	backdrop-filter: blur(15px);
	border-width: 2px;
}
.texto-parrafo {
	color: #d9cdbc !important;
}
.texto-subtitulo {
	color: #0f2129 !important;
}

.texto-1TZ {
	color: #f1e4d2 !important;
}

.texto-2TZ {
	color: #cbaf8a;
}

.texto-VTZ{
	color: #183f21;
}

.img-biografia {
	width: 50%;
	float: right;
	margin-left: 20px;
}

/* Fondos */
.fondoTZ {
	background: #183f21;
}
.fondof3 {
	background: #f3f3f3;
}
.fondoTZ1 {
	background: #f1e4d2;
}
.fondoTZ2 {
	background: #cbaf8a;
}
.fondoVerdePlus
{
	background: linear-gradient(0deg, rgba(24,63,33,1) 0%, rgba(24,107,33,1) 100%);
}

.fondoNegro {
	background: #000;
}
/* Fondos Fin */

#iconos i {
    font-size: 26px;
    padding: 0 8px;
    color: #f3f3f3;
}

#local {
	background: #f3f3f3;
	display: flex;
	justify-content: center;
}

.wrapper {
	width: 50%;
	margin-left: 100px;
	padding-top: 50px;
}

#numeroslocal div {
	padding: 0 20px 0 0;
	height: 48px;
}

#numeroslocal div:not(:last-child){
	border-right: 2px solid #3f3f3f;
}

#numeroslocal div:not(:first-child){
	padding-left: 20px;
}

#numeroslocal p {
	margin:0;

}
#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Estilo para div scrolling */
.scrolling-300 {
	max-height: 300px;
	overflow: auto;
}
.scrolling-500 {
	max-height: 500px;
	overflow: auto;
}
.scrolling-700 {
	max-height: 700px;
	overflow: auto;
}

.fondoMovimientoVerde {
	background-image: url(../Img/2-Gral/bg.jpg);
	background-size: 200%;
	animation: movimiento 20s infinite linear alternate;
}

@keyframes movimiento {
	from{
		background-position: bottom left;
	} to {
		background-position: top right;
	}
}