 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	font-family: 'Roboto', sans-serif;
}
.row{
	margin-left: 0px;
	margin-right: 0px;
}

.img-res{
	width: 100%;
}
.box1{
	background:#00A8E1;
	border-radius: 5rem;
	color: #fff;
	font-size: 1.2rem;
	padding: 15px 10%;
}

.back{
	background: #e9ebee;
}
.azul{
	background: #254B8F;
	color: #fff;
}

.sombra{
	-webkit-box-shadow: 0px 10px 25px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 25px -12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 25px -12px rgba(0,0,0,0.75);
}
.redondo{
	border-radius: 2rem;
}
a{
	color: #00A8E1;
	text-decoration: none;
}
a:hover{
	color: #00A8E1;
}

ul {
list-style: none;
padding: 0px;
margin-left: 10px;
}

.elle{
  background: #fff;
}
ul li::before {
content: "\2022";  
color: #00A8E1; 
display: inline-block; 
padding-right: 10px;
font-size: 40px;
line-height: 25px;
vertical-align: -11px;
width: 15px;
margin: 3px;
}
.patrocinado{
	font-size: 0.8rem;
	color: #254b8f;
}
/*CARUSEL*/

*{
			box-sizing: border-box;
		}
		.gallery-main{
			padding: 20px;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			justify-content: center;
			-ms-align-items: center;
			align-items: center;
		}
		.gallery-form{
			position: relative;
			width: 810px;
			overflow: hidden;
		}
		.galerry{
			margin-left: 0;
			width: 9999px;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			justify-content: flex-start;
			transition: all 1s;
		}
  		.galery-item{
  			margin: 10px;
  			width: 250px;
  			height: 150px;
  			display: inline-block;
  		}
  		button{
	background-color: #254B8F;
	color: #FFF;
	padding: 1rem;
	font-weight: 600;
	font-size: 1rem;
}