/* ############################### */
/* ##  Universidad ORT Uruguay  ## */
/* ##---------------------------## */
/* ## Instituto de Dermatología ## */
/* ############################### */


/* ---------- GRAL ---------- */

/* Variables */
:root { 
	--mainColor: #8E1433;
	--mainColorDark: #70112C;
	--mainColorLight: #A5214D;
	--btBorderColor: var(--mainColorLight);
	--bulletImg: url(../../id/images/bullet-listas.svg);
}


/* Cabezal */
.logoORT { width: 0; }
.logoFacultad { background-image: url(../images/logo-instituto-dermatologia-universidad-ort-uruguay.svg); }
@media screen and (max-width: 900px) {
	.logoORT { width: 100%; }
	.logoFacultad { background-image: url(../images/logo-instituto-dermatologia-universidad-ort-uruguay-mov.svg); }
}

#buscador .buscadorTabEst a::after { background-image: url(../images/ico-diploma-regular.svg); }
#buscador form input[type=search],
#search-sector1 form input[type=search] { background-image: url(../images/ico-search-mobile.svg); }

@media screen and (max-width: 900px) {
	.headSearch { background-size: 60%; }
}


/* ---------- MODULOS ---------- */

.modBoxThumb:not(.modLightbox) .boxes .boxMedia.boxVideo::before { background-image: url(../images/ico-thumb-video.svg); }

/* Box slider */
.mod.modColor.modSlider .boxes .box { background: transparent; }
.mod.modColor.modSlider .boxes,
.mod.modColor.modSlider .boxes a,
.mod.modColor.modSlider .box h3 { color: #fff; }


#column-1 .type-ortSection-container section.customLevels:first-child,
#column-1 .type-ortSection-container section:first-child + .customLevels { background: none; }


/* ---------- CONTENIDO ---------- */

/* ---------- Carreras ---------- */

/* Plan de estudios */
#pagPlanEstudios,
.planEstudios { --planColor: #926f76; }

/* Orientaciones */
.modProdOrientaciones .boxes .box h3::before { background-image: url(../images/bullet-listas.svg); }

/* Buscador de carreras */
.estudiarSearch .fsEstudiarSearchFld input { background-image: url(../images/ico-search-mobile.svg); }

/* ---------- Clases personalizadas ---------- */

/* Search in Section */
.searchInSection form input[type=search] { background-image: url(../images/ico-search-mobile.svg); }

/* Citas */
.customCita:not(.modColor) .modDescription p:first-child::after,
.customCita:not(.modColor) .modDescription p:first-child::before,
.customCita:not(.modColor) .boxCont p:first-child::after,
.customCita:not(.modColor) .boxCont p:first-child::before { background-image: url(../images/quotes.svg); }

/* Temp: Oculto Financiación */
#sobre-bonificacion-postgrados { display: none; }

#column-1 + .menuScroll .menuScrollSolicita { display: none; }