#fondoinicio{
	background-image: url('../img/inicio/fondo.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.btnconoce{
    color: #1c618a;
    background: #a4d2f5;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 7px 25px;
    font-size: 0.8em;
    margin-bottom: 73px;
}
.btnconoce:hover,.btnconoce:active,.btnconoce:focus{
	border: 0;
    outline: 0;
}
#margtop{
	padding-top:  130px;
}
#divdatos{
	background: rgb(146,195,231);
       background: linear-gradient(90deg, rgba(146,195,231,1) 0%, rgba(157,204,240,1) 35%, rgba(164,210,245,1) 62%, rgba(215,238,255,1) 100%);
    border-radius: 33px 0px 0px 33px;
    padding: 38px 45px;
    margin-left: 0;
}
.boxinter{
	background: #1c618a;
    padding: 22px 22px;
    border-radius: 12px;
        height: 205px;
}
.iconsize{
	width: 31px;
}
.partdivm{
	width: 34%;
}
.partdivm2{
	color: white;
	font-size: 0.7em;
	width: 66%;
	text-transform: uppercase;
	line-height: 1.3;
}
.listhorario{
	list-style: none;
    padding: 0;
    color: white;
    font-size: 0.85em;
    margin-top: 20px;
    margin-bottom: 0px;
}
.listhorario li{
	margin-bottom: 11px;
}
#doctorimg{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}
#divscnd{
	margin-top: 75px;
}
#divexperiencia{
	background-color: #ebeff8;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 0px 26px 0px 0px;
}
#listexp{
	    list-style: none;
    padding: 0;
    color: #606060;
}
#listexp span{
	color: #1c618a;
}
#listexp li{
	line-height: 1.4;
    margin-bottom: 18px;
}
#linkconocemas{
	color: #1c618a;
	font-weight: 500;
	font-style: italic;
}
#divexp1{
	width: 85%;
}
#divexp2{
	    width: 15%;
    color: #1c618a;
    font-weight: bold;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 1.85em;
    text-align: right;
}
#dctoperando{
	    margin-top: -260px;
	    width: 96%;
}
#divCarruselindex{
	background: rgb(128,180,217);
	background: linear-gradient(90deg, rgba(128,180,217,1) 0%, rgba(147,196,232,1) 50%, rgba(164,210,245,1) 100%);
	    padding-top: 30px;
    padding-bottom: 30px;
}
.quotcarrusel{
	color: #1c618a;
	font-weight: bold;
    font-size: 1.7em;
    margin-bottom: 18px;
    line-height: 1.4;
}
.quotautor{
	    color: #1c618a;
}
.imgcarrusel{
	   width: 320px;
}
.esppaddlefcarrusel{
	padding-left: 60px;
}

.cardcarrusel{	
    padding: 33px 25px;
    border-radius: 25px;
    text-align: center;
    transition: all 0.4s ease;
        margin-left: 6px;
    margin-right: 6px;
}

.cardcarrusel:hover{
	cursor: pointer;
	background: rgb(127,179,216);
    background: linear-gradient(190deg, rgba(127,179,216,1) 0%, rgba(127,179,216,1) 50%, rgba(155,202,237,1) 100%);
    
    border-radius: 25px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 27px -8px rgb(0 0 0 / 48%);
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 14%);
    transition: all 0.4s ease;
}
.cardcarrusel h4{
	font-weight: bold;
	color: #7fb3d8;
	transition: all 0.4s ease;
}
.cardcarrusel:hover h4{
	color: white;
}
.btncarrusel{
	background: #1c618a;
    border: 0;
    color: white;
    padding: 5px 26px;
    text-transform: uppercase;
    font-size: 0.7em;
    border-radius: 10px;
}

#divCarruselPadecimientos .slick-dots {
    bottom: -35px;
}
#divCarruselPadecimientos{
	padding-top: 20px;
    padding-bottom: 42px;
}
#divCarruselcomentarios .slick-dots {
        bottom: -25px;
}