.carousel>.item {
	background: white;
	height: 580px;
}
.carousel .item {
	max-height: initial;
}
a.button-home {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}
.lado-derecho-container>p {
	font-family: SegoeUI;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}
.slider-home {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #f5fcfe;
}

.lado-izquierdo {
    width: 60%;
    height: 680px;
    overflow: hidden;
}

.lado-izquierdo img{
    width: 100%;
    height: 100%;  
    object-fit: cover;
}

.lado-derecho {
    width: 40%;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 20px;
    padding-left: 100px;
    overflow: hidden;
}

.title-slider-home {
    font-size: 50px;
    font-weight: bold;
    color: #323232;
    padding-bottom: 20px;
}

.texto-slider-body > p {
	  font-family: SegoeUI;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.title-slider-home > h2 {
	font-family: SegoeUIBold;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}


.text-slider-home {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.slider-title-blue-line {
	border-bottom: 11px solid #02beff;
	display: block;
	width: 80px;
}
.button-slider-home {
    background-color: white;
    border: 2px solid #02beff;
	border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}
#carouselButtons {
    position: absolute;
    bottom: 0px;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {}


/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

    .slider-home {
        flex-direction: column;
    }

    .lado-izquierdo {
        width: 100%;
        height: 300px;
    }
    
    .lado-derecho {
        width: 100%;
        padding-left: 20px;
        justify-content: center;
    }

    .title-slider-home {
        font-size: 40px;
    }

}


/* // Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {}
