/*
    /////////////////////////////////////////////////////////
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

    ------------------------------------------
    SERVICIOS: PLATAFORMAS Y UNIDADES DE APOYO
    ------------------------------------------

    1. NODE
	2. PAGE
	3. SUPPORT PAGE
	4. NODE SUPPORT


    ------- FONTS ---------
	.Futura-Lig { 
		font-family: 'Futura-Lig';
		font-weight: normal;
		font-style: normal;
	}
	.HelveticaNeueLTStd-Lt { 
		font-family: 'HelveticaNeueLTStd-Lt';
		font-weight: normal;
		font-style: normal;
	}
	.HelveticaNeueLTStd-Roman { 
		font-family: 'HelveticaNeueLTStd-Roman';
		font-weight: normal;
		font-style: normal;
	
	.HelveticaNeueLTStd-Bd { 
		font-family: 'HelveticaNeueLTStd-Bd';
		font-weight: normal;
		font-style: normal;
	}

	-------- COLORS --------
	CYAN: #CCFFFF
	AZUL: #003DC4
	ROJO: #FF4712

*/


/* 1. NODE
 ---------*/

@media (min-width: 768px) and (max-width: 991px) {

    body.page-node-type-plataformas .node-information {
        margin: 30px 0;
    }

    body.page-node-type-plataformas .node-information .node-title,
    body.page-node-type-plataformas .node-information .field--name-field-phone-plataformas,
    body.page-node-type-plataformas .node-information .field--name-field-email {
        margin-left: 0;
    }

    body.page-node-type-plataformas .node-information .node-title {
        font-size: 5vw;
    }

    body.page-node-type-plataformas .node-information .field--name-field-phone-plataformas {
        margin-top: 0;
    }

    body.page-node-type-plataformas .node-information .field--name-field-email {
        margin-bottom: 5%;
    }

    body.page-node-type-plataformas .node-services .title {
        font-size: 5vw;
        margin-bottom: 5%;
    }

    body.page-node-type-plataformas .node-services .field--name-field-servicios-plataformas .field--name-field-descripcion-parag {
        font-size: 2vw;
    }

    body.page-node-type-plataformas .node-services .field--name-field-servicios-plataformas .field--name-field-solicitar-servicio a,
    body.page-node-type-plataformas .node-services .field--name-field-servicios-plataformas .field--name-field-solicitar-servicio a:hover {
        font-size: 2vw;
    }

    body.page-node-type-plataformas .node-documentation .title {
        font-size: 5vw;
        margin-left: 0;
        margin-bottom: 5%;
    }

    body.page-node-type-plataformas .node-team .title {
        font-size: 5vw;
        margin-bottom: 40px;
    }

    body.page-node-type-plataformas .node-team article.investigator-quote-image .name {
        font-size: 2vw;
    }

    body.page-node-type-plataformas .node-team article.investigator-quote-image .field--name-field-cargo-directorio {
        font-size: 2vw;
    }

    body.page-node-type-plataformas .node-team article.investigator-quote-image .field--name-field-cita-directorio, body.page-node-type-plataformas .node-team article.investigator-quote-image .field--name-field-cita-directorio a {
        font-size: 5vw;
        padding-top: 20%;
        margin-left: 2%;
    }

    body.page-node-type-plataformas .node-team .collaborators-title {
        font-size: 3vw;
    }

    body.page-node-type-plataformas .node-publications {
        padding: 0;
    }

    body.page-node-type-plataformas .node-publications .title {
        font-size: 5vw;
        margin-bottom: 5%;
    }

    body.page-node-type-plataformas .view-id-news.view-display-id-platforms .views-field-nothing {
        font-size: 3vw;
    }

    body.page-node-type-plataformas .node-projects .title {
        font-size: 5vw;
    }

    body.page-node-type-plataformas .node-projects .tab-content {
        padding: 0 5%;
    }

    body.page-node-type-plataformas .node-projects ul.nav-tabs li a {
        font-size: 2vw;
    }

    body.page-node-type-plataformas .node-projects .tab-content .tab-pane .views-field-field-corto-proyecto {
        font-size: 3vw;
    }

    body.page-node-type-plataformas .node-projects .tab-content .tab-pane .views-field-field-proyectos-ip {
        font-size: 2.5vw;
    }

    body.page-node-type-plataformas .node-projects .tab-content .tab-pane .views-field-title {
        font-size: 2.5vw;
    }

    body.page-node-type-plataformas .node-projects .tab-content .tab-pane .owl-item {
        padding: 0 20px;
        min-height: 200px;
    }

    body.page-node-type-plataformas .node-projects .tab-content .tab-pane .views-field-field-proyectos-ip {
        font-size: 2.5vw;
    }

    body.page-node-type-plataformas .node-projects .tab-content .tab-pane .views-field-title {
        font-size: 2.5vw;
    }

    body.page-node-type-plataformas .node-projects .tab-content .tab-pane .views-field-view-node a,
    body.page-node-type-plataformas .node-projects .tab-content .tab-pane .views-field-view-node a:hover {
        font-size: 2vw;
    }

    body.page-node-type-plataformas .node-team .view-id-investigadores.view-display-id-platforms .views-field-title {
        font-size: 3vw;
    }

    body.page-node-type-plataformas .node-team .view-id-investigadores.view-display-id-platforms .views-field-field-nombre-directorio {
        font-size: 3vw;
    }

    body.page-node-type-plataformas .node-recognitions {
        padding: 2% 0;
    }

    body.page-node-type-plataformas .node-recognitions .title {
        font-size: 5vw;
        margin-bottom: 5%;
    }

}


/* 2. PAGE
 ---------*/

@media (min-width: 768px) and (max-width: 991px) {

    body.path-servicios .block-block-contenteaeae08b-99ae-439d-8910-11b2f261a9e7 h2.block-title,
    body.path-servicios .block-block-content2ed8ddbf-7d9b-4fbe-8408-da487d5d2bbb h2.block-title {
        font-size: 5vw;
        padding-left: 0;
        margin-bottom: 5%;
    }

    body.path-servicios .view-id-plataformas.view-display-id-platforms .views-field-view-node-1 a,
    body.path-servicios .view-id-plataformas.view-display-id-support .views-field-view-node-1 a {
        font-size: 2vw;
    }

    body.path-servicios .view-id-plataformas.view-display-id-platforms .views-field-view-node a,
    body.path-servicios .view-id-plataformas.view-display-id-support .views-field-view-node a,
    body.path-servicios .view-id-plataformas.view-display-id-platforms .views-field-view-node a:hover,
    body.path-servicios .view-id-plataformas.view-display-id-support .views-field-view-node a:hover {
        font-size: 2vw;
    }

}
