@media only screen and (max-width: 1511px){
	.serv h2{
		font-weight: 300;
	    margin-bottom: 1em;
	    min-height: 2em;
	}
	.carousel-caption h5 {
	    text-align: left;
	    margin-left: 1em;
	    font-size: 5em;
	    margin-bottom: 0;
	    font-weight: bold;
	}
}
@media only screen and (max-width: 1400px){
	.bloque-1-2{
		grid-template-columns: 2fr 3fr;
	}
}
@media only screen and (max-width: 1230px){
	.expandido{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.carousel-caption h5 {
	    text-align: left;
	    margin-left: 1em;
	    font-size: 4em;
	    margin-bottom: 0;
	    font-weight: bold;
	}
	.btn-header {
	    font-size: 1.5em;
	    margin: 0 0.5em;
	    font-weight: bold;
	}
	.icono-hov span {
	    display: inline-block;
	    padding: 0.5em 0.6em;
	    border-radius: 50%;
	    margin-left: 0.5em;
	    color: #fff;
	    background: #00a4d8;
	    transition: all ease .5s;
	}
}
@media only screen and (max-width: 1000px){
	.carousel-caption h5 {
	    text-align: left;
	    margin-left: 1em;
	    font-size: 3em;
	    margin-bottom: 0;
	    font-weight: bold;
	}
}
@media only screen and (max-width: 900px){
	.bloque-1-2{
		display: grid;
		grid-template-rows: 1fr;
	  	grid-row-gap: 30px;
	  	grid-template-columns: none;
  		grid-column-gap: 0px;
	}
}
@media only screen and (max-width: 750px){
	.cotiza h5{
		font-size: 2em;
	}
	.carousel-caption h5 {
	    text-align: left;
	    margin-left: 1em;
	    font-size: 2em;
	    margin-bottom: 0;
	    font-weight: bold;
	}
}

@media only screen and (max-width: 580px){
	.info-top {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	}
}
@media only screen and (max-width: 580px){
	.datos-top{
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	}
	.datos-top span{
		margin-right: 0em;
	}
	.ocultar{
		display: none;
	}
}
@media only screen and (max-width: 510px){
	.carousel-caption h5 {
	    text-align: left;
	    margin-left: 1em;
	    font-size: 1.5em;
	    margin-bottom: 0;
	    font-weight: bold;
	}
	.pantalla-escritorio{
		display: none;
	}
	.pantalla-celular{
		display: block;
	}
}
@media only screen and (max-width: 360px){
	.carousel-caption h5 {
	    text-align: left;
	    margin-left: 1em;
	    font-size: 1em;
	    margin-bottom: 0;
	    font-weight: bold;
	}
	.icono-hov span {
	    display: inline-block;
	    padding: 0.5em 0.6em;
	    border-radius: 50%;
	    margin-left: 0.2em;
	    color: #fff;
	    background: #00a4d8;
	    transition: all ease .5s;
	}
}
@media only screen and (max-width: 350px){
	header {
	    padding: 1em 1em;
	}
}