*{
    margin: 0;
    padding: 0;

}

body{
    margin: 0;
    padding: 0;
    background: rgb(238, 197, 223);
}

.container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px 50px;
   
}

.container .card{
    position: relative;
    display: flex;
    justify-content: center;
    width: 250px;
    height: 190px;
    background: #FAE7DE;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0, 15);
    transition: 0.5s;
}

.container .card:hover{
    height: 400px;
}

.container .card .imgx{
    position: absolute;
    top: 5px;
    width: 200px;
    height: 120px;
    background: #333;
    border-radius: 10px;
    transition: 0.5s;
}

.container .card:hover .imgx{
    top: -100px;
    scale: 0.80;
    box-shadow: 6 15px 45px rgba(0, 0, 0, 0, 2);
}


.container .card:hover .imgx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    box-shadow: 0px 17px 59px 11px rgba(172, 2, 81, 0.822); 
}

.container .card .content{
    position: absolute;
    top: 150px;
    width: 200px;
    padding: 0px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    transition: 0.7s;
}

.container .card:hover .content{
    top: 90px;
    height: 250px;
}


.container .card .content h2{
    font-size: 1.5em;
    font-weight: 700;
    color: rgba(172, 2, 81, 0.822);
    text-align: center;
}

.container .card .content p{
    color: black;
    line-height: 1.2;
}

.container .card .content a{

    position: relative;
    top: 15px;
    display: inline-block;
    padding: 5px 5px;
    background-color: rgba(172, 2, 81, 0.822);
    color: #fff;
    font-weight: 500;
    text-decoration: 8px;
    border-radius: 5px;
}

.card .content a:hover{
    background-color: #FD00AC;
    color: #FAE7DE;
}

.imgx:hover{
    border-radius: 50%;
    
}

img{
    border-radius: 10px;
}



  nav {
    background-color: rgba(172, 2, 81, 0.822);
    justify-content: center;
    padding: 45px 30px;
    text-align: center;
  }

  nav a {
    color: white;
    text-decoration: none;
    padding: 30px 20px;
    transition: rgba(172, 2, 81, 0.822);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
 
  }

  nav a:hover {
    background-color:#FD00AC;
    border-radius: 10px;
   
    
  }

  .container {
    padding: 40px;
  }

#servicios .bloque-servicio
{
	border: 1px solid grey;
}

#servicios .bloque-servicio .bloque-img-servicio img
{
	width: 100%;
}

#servicios .bloque-servicio .bloque-img-servicio.cuadrado-perfecto
{
	padding-bottom: 56.25%;
}

#servicios .bloque-servicio .bloque-contenido-servicio
{

	padding: 15px;
}

#servicios .bloque-servicio .bloque-contenido-servicio h3
{
	margin-top: 0;
	font-size: 25px;
}
#servicios .bloque-servicio .bloque-contenido-servicio p
{
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 50px;
}


#contactenos
{
	position: relative;
}

#contactenos iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
}

#contactenos form
{
	padding: 60px;
	background-color: #dd1770;
}

#contactenos form .form-block
{
	width: 100%;
	margin-bottom: 15px;
}

#contactenos form .form-block .form-control
{
	display: block;
	height: 40px;
	font-size: 16px;
	border: 1px solid grey;
	width: 100%;
	padding: 5px 10px;
}

#contactenos form .form-block textarea
{
	display: block;
	height: 100px;
	font-size: 16px;
	border: 1px solid grey;
	width: 100%;
	padding: 5px 10px;
}

#contactenos form .form-block.bloque-ultimo
{
	margin-bottom: 0;
}


@media(max-width: 767px)
{
	body
	{
		font-size: 15px;
	}

	header .container nav 
	{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: white;
		padding-top: 80px;
		padding-bottom: 80px;
		padding-right: 15px;
		padding-left: 15px;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		transition: all 0.4s ease;
		transform: translateX(100%);
	}

	header .container nav.open 
	{
		transform: translateX(0);
	}

	header .container nav a
	{
		font-size: 30px;
		margin: 15px 0;
	}

	header .container .hamb
	{
		display: block;
		font-size: 40px;
		color: red;

	}

	form .boton.boton-negro
	{
		width: 100%;
	}

	footer
	{
		text-align: center;
	}

	footer .logo-footer {
	    width: 10%;
	}

	footer .redes {
	    justify-content: center;
	}

	.container
	{
		width: 100%;
	}

	.columna-mobile-100
	{
		width: 100%;
	}

	.columna-mobile-50
	{
		width: 50%;
	}

	.empujar-mobile-0
	{
		margin-left: 0;
	}

	.sinpadding-mobile
	{
		padding: 0;
	}

	#inicio
	{
		height: 100vh;
	}

	#inicio img
	{
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	#servicios .bloque-servicio {
	    margin-bottom: 15px;
	}

	#contactenos {
	    padding: 0	
	}

	#contactenos iframe 
	{
		position: relative;
		height: 50vh;
	}
}
*{
	box-sizing: border-box;
}


footer
{
	background-color: black;
	color: white;
	padding-top: 60px;
}

footer .barra-footer
{
	background-color: grey;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer .logo-footer
{
	width: 50%;
}



footer ul
{
	padding-left: 0;
	margin: 0;
	margin-right: 200px;

}

footer ul li
{
	margin-bottom: 10px;

}

footer p
{
	color: white;
	margin-bottom: 30px;
	margin-right: 150px;
}

footer a
{
	color: white;
}

footer .redes
{
	font-size: 30px;
}

footer .redes a
{
	margin: 0 7.5px;
}

.boton
{
	text-align: center;
	text-decoration: none;
	padding: 15px 20px;
	border: none;
}


.boton.boton-rojo
{
	background-color: red;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.boton.boton-blanco
{
	background-color: white;
	color: rgb(255, 254, 254);
	font-size: 19px;
	font-weight: bold;
	background-color: #dd1770;
	margin-left: 30%;
	margin-bottom: 10px;
}
.boton.boton-blanco:hover{
	background-color: rgb(238, 148, 148);
}
.boton.boton-negro
{
	background-color: black;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.boton.boton-negro:hover
{
	background-color: white;
	color: black;
}

.seccion
{
	margin-top: 100px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cuadrado-perfecto
{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

.cuadrado-perfecto img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.container
{
	width: 1140px;
	margin: 0 auto 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.container-fluid
{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.row
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.columna
{
	padding-right: 15px;
	padding-left: 15px;
}

.columna-25
{
	width: 33%;
}

.columna-33
{
	width: 33.33%;
}

.columna-41
{
	width: 41.66%;
}

.columna-50
{
	width: 50%;
}

.empujar-50
{
	margin-left: 50%;
}

.empujar-58
{
	margin-left: 58.33%;
}

.empujar-66
{
	margin-left: 66.66%;
}

.empujar-0
{
	margin-left: 0;
}