small {
	font-size: 90%;
}

/*Nav*/
nav {
	border-bottom-right-radius: 400px 400px;
	border-bottom-left-radius: 400px 400px;
}
/*Nav end*/

/*Img w-100*/
.redondeado-portadas{
	border-bottom-right-radius: 200px 200px;
	border-bottom-left-radius: 200px 200px;
}
/*End Img w-100*/

/*carousel*/
.contenedorslice {
	position: relative;
	margin-bottom: 0px;
}

.contenedorslice .col-12 {
	padding-right: 0px;
	padding-left: 0px;
}

.contenidocarousel {
	position: absolute;
	background-color: transparent;
	top: 30%;
	left: 10%;
}
/*carousel end*/

/*Quienes somos*/
.contenedor-quienes-somos {
	padding-bottom: 60px;
	padding-top: 60px;
	margin-bottom: 200px;
	background-image: linear-gradient(to right, rgb(255, 255, 51), rgb(255, 51, 51));
	border-bottom-right-radius: 400px 400px;
	border-bottom-left-radius: 400px 400px;
}
/*End Quienes somos*/

/*cards*/
.card-body h6 {
	color: grey;
}

.botonescardred {
	border-right: 1px solid red;
}

.botonescardorange {
	border-right: 1px solid orange;
}

.botonescardyellow {
	border-right: 1px solid #ffcc00;
}

.botonescardorange a {
	text-decoration: none;
	font-size: 13px;
	color: grey;
}

.botonescardyellow a {
	text-decoration: none;
	font-size: 13px;
	color: grey;
}

.botonescardred a {
	text-decoration: none;
	font-size: 13px;
	color: grey;
}

.botonescard2 a {
	border: none;
	text-decoration: none;
	color: grey;
	font-size: 13px;
}

/*hover Contacto y leer mas*/
.leermasyellow:hover {
	color: #ffcc00;
}

.leermasorange:hover {
	color: orange;
}

.leermasred:hover {
	color: red;
}
/*end hover Contacto y leer mas*/

.botonescard a {
	border: none;
	text-decoration: none;
	color: #6c757d;
	font-size: 13px;
}

.card {
	border-radius: 45px;
}
/*end cards*/

/*boxes*/

#b1box {
	margin-right: 30px;
}

.bordegradient {
	border: 1px solid transparent;
	border-image: linear-gradient(to top, rgb(255, 51, 51), rgb(255, 255, 51));
	border-image-slice: 1;
}

.bordegradientcontact {
	border: 1px solid transparent;
	border-image: linear-gradient(to right, rgb(255, 51, 51), rgb(255, 255, 51));
	border-image-slice: 1;
}

.b2box {
	margin-bottom: 30px;
	margin-top: 30px;
}

#b3box {
	margin-left: 30px;
}

#imgb1 {
	height: 62px;
	width: 62px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

#imgb2 {
	height: 62px;
	width: 62px;
	border: 1px solid #ddd;
}

#imgb3 {
	height: 62px;
	width: 62px;
	border: 1px solid #ddd;
}

.boxparrafo {
	line-height: 24px;
}

.foto-testimonials {
	border-radius: 2000px;
	max-height: 200px;
	width: auto;
}
/*end boxes*/

/*contacto*/
.contactofondo {
	background-image: url(../img/Fondo-contacto.svg);
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	/*background-image: linear-gradient(to right, rgb(255, 255, 51), rgb(255, 51, 51));*/

}

.form-control {
	border: none;
	border: 1px solid rgba(0,0,0,.1);
}
/*end contacto*/

/*footer*/
.about-impulso p {
	color: #6c757d;
}

.derecha span {
	display: inline-block;
}

.derecha a {
	text-decoration: none;
	color: #6c757d;
}

#smallderecha {
	color: #6c757d;
}

#derechosfooter {
	height: 84px;
}

.derechosdiv a {
	text-decoration: none;
	color: #f05530;
}
/*end footer*/

@media only screen and (max-width: 768px) and (min-width: 0px) {

body {
	padding-top: 70px;
}

/*Nav*/
nav {
	border-bottom-right-radius: 40px 40px;
	border-bottom-left-radius: 40px 40px;
}
/*Nav end*/

/*carousel*/
.display-1 {
	font-size: 30px;
}

.contenidocarousel {
	left: 20%;
}
/*carousel*/

/*boxes*/
#b1box {
	margin-right: 0px;
}

#b3box {
	margin-left: 0px;
}
/*boxes*/

/*FORMULARIO*/
.filanombre {
	margin-bottom: 20px;
}

.filatelefono {
	margin-bottom: 20px;
}

.filaciudad {
	margin-bottom: 20px;
}
/*END FORMULARIO*/


@media only screen and (max-width: 950px) and (min-width: 768px) {

/*carousel*/
.display-1 {
	font-size: 40px;
}
/*carousel*/

/*boxes*/
#b1box {
	margin-right: 0px;
}

#b3box {
	margin-left: 0px;
}
/*boxes*/

/*FORMULARIO*/
.filanombre {
	margin-bottom: 20px;
}

.filatelefono {
	margin-bottom: 20px;
}

.filaciudad {
	margin-bottom: 20px;
}
/*END FORMULARIO*/
}

@media only screen and (max-width: 1024px) and (min-width: 950px) {

/*carousel*/
.display-1 {
	font-size: 90px;
}
/*carousel*/

/*FORMULARIO*/
.filanombre {
	margin-bottom: 20px;
}

.filatelefono {
	margin-bottom: 20px;
}

.filaciudad {
	margin-bottom: 20px;
}
/*END FORMULARIO*/
}
