/* CSS Document */

@media (min-width: 800px) {
  .vertical-align {
    display: flex;
    align-items: center;
}
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.imgres {
	width:100%;
	height:auto;
}
.panel {
	border-radius:20px;
}
.panel-imagen {
	border-top-right-radius:20px;
	border-top-left-radius:20px;
}
.nombre-empresa {
	font-weight: 600;
	font-size:20px;
}
i {
	margin:0 10px 0 0;
}
.detalle-header {
	background-color:#01AAE4;
	color:#FFF;
	border-radius:20px;
}
.detalle-header a, .detalle-header a:link, .detalle-header a:active, .detalle-header a:visited, .detalle-header a:focus {
	color:#FFF;
	text-decoration:none;
}
.detalle-header a:hover {
	color:#FFF;
	text-decoration:underline;
}
.padding {
	padding-top:3%;
	padding-bottom:3%;
}
.detalle-nombre {
	font-size:25px;
	line-height:30px;
	font-weight:800;
}
.detalle-resumen {
	font-size:16px;
	font-weight:500;
}
.detalle-imagen {
	border-radius:20px;
	width:100%;
	height:auto;
}
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
.form-control {
	margin-bottom:10px;
}
.separador {
	margin:10px 0 10px 0;
}
.input-group {
	padding-top:20px;
	padding-bottom:20px;
}
.panel-imagen-contenedor {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:300px;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
}
.detalle-imagen-perfil {
	border-radius:20px;
}
.tarjeta-contenido {
	min-height:150px;
}
.panel-footer {
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
}