@charset "utf-8";

/*
  Theme Name: prismasg2025
  Theme URI: http://www.prismaim.com
  Description: Tema responsive para Wordpress.
  Author: Enrique V. García Rodríguez
  Diseño: Enrique V. García Rodríguez
  Author URI: http://www.prismasg.com
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: Responsive-layout
*/

/* ################################################################################ */
/* ################################ FUENTES ####################################### */
/* ################################################################################ */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* ################################################################################ */
/* ############################### ESTRUCTURA BASE ################################ */
/* ################################################################################ */

html, body {height: 100%; background-color: #003da6; color: #ffffff;}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  letter-spacing: -0.5px;
  font-weight: 300;
  line-height: 130%;
}

/* ################################################################################ */
/* ############################### CLASES GLOBALES ################################ */
/* ################################################################################ */

/* --- Fondos --- */

.white-bg {background-color: #FFFFFF;}

.blue-bg {background-color: #003da6;}

.light-grey-bg {background-color: #EDEDED;}

.light-blue-bg {background-color: #EEF4FF;}

/* --- Colores --- */

.color-0 {color: #FFFFFF;}

.color-1 {color: #11364c;}

.color-2 {color: #f17909;}

.color-3 {color: #f39843;}

.color-4 {color: #f39843;}

/* --- Títulos --- */

.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 100%;
}

.title-full {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-style: italic;
  display: block;
  width: 100%;
}

.section-title h1 {
  font-size: 3.8rem;
  letter-spacing: -3px;
  margin: 0;
  color: #003251;
  line-height: 90%;
}

.subcategory h2 {
  font-size: 2.8rem;
  letter-spacing: -2px;
  margin: 0;
  color: #003251;
  padding-top: 15px;
  border-top: solid 2px rgba(0,50,81,0.10);
  margin-bottom: 5px;
  line-height: 90%;
}

.subcategory-description p {text-align: right;}

/* --- Textos --- */

p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  letter-spacing: -0.5px;
  font-weight: 300;
  line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {color: #003da6; line-height: 100%;}

h1 {font-size: 4.5rem; letter-spacing: -5px;}
h2 {font-size: 4rem; letter-spacing: -4px;}
h3 {font-size: 2.5rem; letter-spacing: -2px;}
h4 {font-size: 2rem; letter-spacing: -1px;}
h5 {font-size: 1.75rem; letter-spacing: -0.5px;}
h6 {font-size: 1.5rem; letter-spacing: -0.5px;}

a {color: #003da6;}

h3.trimmed, h4.trimmed, h5.trimmed, p.trimmed {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h4.trimmed {max-width: 360px; margin-left: auto; margin-right: auto; text-align: center;}

img {max-width: 100%; height: auto;}

svg {vertical-align: super !important;}

.desta-blue {color: #003da6; font-weight: 600;}

/* --- Listado no ordenado --- */

ul.listado {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
}
  ul.listado li {
    background-image: url('img/little-blue-tick.png');
    background-repeat: no-repeat;
    background-position: 0 12px;
    margin-bottom:2px;
    border-bottom:dashed 1px #c4c4c4;
    padding: 8px 0;
    padding-left: 24px;
    line-height: 100%;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: -0.5px;
  }
    ul.listado li:last-child {
        border-bottom: none;
    }
    ul.listado li a {
        line-height: 100%;
    }
      ul.listado li a:hover {
          color: #FFFFFF !important;
          text-decoration: none !important;
      }

/* --- Listado ordenado --- */

.custom-counter {
    position: relative;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 0;
    list-style-type: none;
}
	.custom-counter li {
		counter-increment: step-counter;
		font-size: 1.3rem;
		font-weight: 300;
		letter-spacing: -0.5px;
		margin-bottom: 15px;
		line-height: 120%;
	}
    .custom-counter li::before {
      content: counter(step-counter);
      margin-right: 5px;
      font-size: 80%;
      background-color: #003da6;
      color: #FFFFFF;
      font-weight: bold;
      padding: 3px 8px;
      border-radius: 3px;
      position: absolute;
      left: 20px;
    }
		.custom-counter li a {color: #003da6; font-weight: 500; text-decoration: underline;}

/* --- Botones --- */

.btn {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

.btn-color-1 {
  color: #FFFFFF;
  background: transparent;
  border: solid 2px #FFFFFF;
  padding: 10px 20px;
  cursor: pointer;
}
  .btn-color-1:hover {
    color: #11364c;
    background: #FFFFFF;
    border: solid 2px #FFFFFF;
  }

/* --- Vídeo adaptable --- */

.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.responsive-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- Botones y CTA's --- */

.readmore-01 {
  background-color: #003da6;
  color: #FFFFFF;
  border: 2px solid #FFFFFF !important;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  letter-spacing: -1px;
  border-radius: 8px;
  padding: 5px 10px;
  text-decoration: none;
}
  .readmore-01:hover {
    background-color: #FFFFFF;
    color: #003da6 !important;
    border: 2px solid #003da6 !important;
    text-decoration: none;
  }

.readmore-02 {
  background-color: #FFFFFF;
  color: #003da6;
  border: 2px solid #003da6 !important;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  letter-spacing: -1px;
  border-radius: 8px;
  padding: 5px 10px;
  text-decoration: none;
}
  .readmore-02:hover {
    background-color: #003da6;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    text-decoration: none;
  }

.readmore-03 {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF !important;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  letter-spacing: -1px;
  border-radius: 8px;
  padding: 5px 10px;
  text-decoration: none;
}
  .readmore-03:hover {
    background-color: #FFFFFF;
    color: #003da6 !important;
    border: 2px solid #003da6 !important;
    text-decoration: none;
  }

/* --- Migas de pan --- */

.breadcrumb {/*background-color: #f9f9f9;*/}
  .breadcrumb ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
  }
    .breadcrumb ul li {display: inline-block; margin-right: 10px;}
      .breadcrumb ul li a {display: inline-block; padding-right: 8px; color: #003da6;}
  .breadcrumb .glyphicon {
      font-size: 1rem;
      display: block;
      margin-top: 6px;
      color: #999;
  }

.breadcrumb-item {font-weight: 300;}

/* --- Estructura --- */

div.two-cols {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    margin-bottom: 40px;
}
  @media (max-width: 992px) {
    div.two-cols {
          -moz-column-count: 1;
          -moz-column-gap: 0;
          -webkit-column-count: 1;
          -webkit-column-gap: 0;
          margin-bottom: 40px;
    }
  }

/* --- Estructura --- */

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {letter-spacing: -1px !important;}

/* ################################################################################ */
/* ############################## ESTRUCTURA GENERAL ############################## */
/* ################################################################################ */

main {
  border-radius: 30px;
  margin: 0 15px;
  background-color: #FFFFFF;
  color: #333333;
  box-shadow: 0 0 50px rgba(0,0,0,0.35);
}

/* #################### CABECERA ###################### */

#page-hdr {width: 100%; height: 80px; padding: 0;}
  #page-hdr h1 {display: inline-block; line-height: 80px; margin: 0;}

/* --- Menú selector de idioma inicio --- */

#front-page #lng_menu {position: absolute; top: 15px; right: 15px; z-index: 2;}
#front-page #lng_menu .menu-menu-idiomas-container {}
#front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu {list-style-type: none;}
    #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item {display: inline-block;}
    #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item {}
    #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item a {text-decoration: none; border: solid 1px #ffffff; padding: 0 5px;}
      #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item a span {font-size: 1.25rem; letter-spacing: -1px; color: #ffffff;}

      #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language {}
        #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a {border: solid 1px #f48e00; padding: 0 5px; }
          #front-page #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a span {color: #f48e00 !important;}

/* --- Menú selector de idioma resto páginas --- */

#lng_menu {position: absolute; top: 15px; right: 15px}
  #lng_menu .menu-menu-idiomas-container {}
  #lng_menu .menu-menu-idiomas-container ul.lng_menu {list-style-type: none;}
    #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item {display: inline-block;}
    #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item {}
    #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item a {text-decoration: none; border: solid 1px #11364c; padding: 0 5px;}
      #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item a span {font-size: 1.25rem; letter-spacing: -1px; color: #11364c;}

      #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language {}
        #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a {border: solid 1px #f48e00; padding: 0 5px; }
          #lng_menu .menu-menu-idiomas-container ul.lng_menu li.wpml-ls-item.wpml-ls-current-language a span {color: #f48e00 !important;}

/* ############################################### */
/* #################### PIE ###################### */
/* ############################################### */

footer {
	background-color: transparent;
	background-image: url("img/prisma-sg-2024-bottom-logo.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	/*mix-blend-mode: multiply;*/
}

/* --- */

.ft-contact{text-align: center;}

    p.contact-data {
        font-family: 'Roboto Condensed', Verdana, sans-serif;
        font-size: 1rem !important;
        color: #ffffff;
        letter-spacing: 4px;
    }
        p.contact-data a {
            text-decoration: none;
            color: #b0c8de;
        }
            p.contact-data a:hover {
            color: #ffffff;
            }

/* --- */

#legal-menu-cont {

}

ul.legalmenu {
	height: 24px;
	line-height: 24px;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
  ul.legalmenu li {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-right: #FFFFFF 1px solid;
    padding: 0 10px;
  }
    ul.legalmenu li:last-child {
      border-right: none;
    }
    ul.legalmenu li a {
      display: inline-block;
      height: 32px;
      line-height: 32px;
      font-size: 10px;
      font-size: 1rem;
      color: #FFFFFF;
      text-decoration: none;
    }
    ul.legalmenu li.current_page_item a {
      color: #ffdf00;
    }
      @media all and (max-width: 420px) {
        ul.legalmenu {
          text-align: center;
          margin-bottom: 60px !important;
        }
      }

/* --- */
.credits-ctnr {
	width: 100%;
	height: 32px;
}
	.credits-ctnr .custom-html-widget {
		position: relative;
		width: 100%;
		height: 32px;
	}
		.credits-ctnr .custom-html-widget .link-rtg {
			position: absolute;
			bottom:0;
			right: 0;
			display: block;
			width: 100px;
			height: 32px;
			z-index: 12;
      color: transparent;
		}
		.credits-ctnr .custom-html-widget .link-rtg:hover {
			text-decoration: none;
		}

/* ################################################################################ */
/* ############################## PÁGINA DE INICIO ################################ */
/* ################################################################################ */

/* #################### CABECERA ###################### */

#front-page-hdr {width: 100%; height: 430px;}

.video-container {width: 100%; height: 430px; position: relative; display: grid; place-content: center;}
  .video-container h1 {
    display: inline-block;
    z-index: 2;
  }
    .video-container h1 a img {
      max-width: 400px !important;
      height: auto !important;
    }

  .video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }

/* #################### CONTENIDO ###################### */

#inicio-00 {
    border-radius: 30px 30px 0 0;
    background-position-x: 50%;
    background-position-y: 100%;
    background-size: cover !important;
}

.homepage-row {
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: cover !important;
  margin: 0 auto;
  padding: 120px 0;
  width: 100%;
  z-index: 200;
}
  .homepage-row p {font-size: 1.1rem; line-height: 140%;}

/* ################################################################################ */
/* ########################## PÁGINA DE CONTACTO ################################## */
/* ################################################################################ */

.nf-form-cont {
  padding: 15px;
  border-radius: 15px;
  background-color: #EEF4FF;
  margin-bottom: 10px;
}

.nf-field-container {margin-top: 5px !important; margin-bottom: 10px !important;}

.nf-field-label {margin-bottom: 2px !important;}

.ninja-forms-field {
  border: none !important;
  padding: 10px 5px !important;
  border-radius: 5px;
}

[type="submit"].ninja-forms-field {
  width: 100% !important;
  padding: 10px 5px !important;
  background-color: #003da6 !important;
  color: #FFFFFF !important;
  border-radius: 5px;
}

/* ------ */

.location-gmap, .location-gstreet {
	background-color: #ffffff;
	padding: 15PX;
	border-radius: 12px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}
  .location-gmap h6, .location-gstreet h6 {
    margin-bottom: 0;
  }

.plocation {margin-bottom: 30px;}
  .plocation p {
    line-height: 3rem;
    padding: 10px 0;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
  }
    .plocation p a {
      color: #003da6;
      text-decoration: underline;
    }

/* ################################################################################ */
/* ############################## SECCIÓN EMPLEO ################################## */
/* ################################################################################ */

#jobs-intro {
    padding: 30px;
    background-color: #EEF4FF;
}
  #jobs-intro h3 {margin-bottom: 30px;}
  #jobs-intro p {}

.jobs_item {
  padding: 15px;
  margin-bottom: 15px;
	background-color: transparent;
	border: 2px solid transparent;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 15px;
}
  .jobs_item:hover {
    background-color: #EEF4FF;
    border: 2px solid #003da6;
  }

    .jobs_item h3 a {
      text-decoration: none;
      display: block;
      height: 120px;
      line-height: 100%;
      overflow: hidden;
      text-align: left;
      color: #003da6;
      font-size: 2.5rem;
      font-weight: 300;
      letter-spacing: -2px;
      margin-bottom: 15px;
    }
      .jobs_item h3 a:hover {}

    .jobs_item p a.readmore-01 {
      text-decoration: none;
      font-size: 1.8rem;
    }

/* --- */

.job-full-item-img {
	width: 100%;
  aspect-ratio: 1.7777;
	background-color: #003da6;
	margin-bottom: 15px;
}

/* --- */

.jobs-form-ctn {
	/* padding: 15px;
	border-radius: 15px;
  background-color: #EEF4FF; */
}
  .jobs-form-ctn h3 {}
  .jobs-form-ctn input {
      padding: 10px 5px;
      border-radius: 5px;
      border: 1px #003da6 solid;
  }
  .jobs-form-ctn input[type=button] {
      width: 100% !important;
      border: 1px #003da6 solid;
      background-color: #003da6;
      color: #FFFFFF;
  }
  .jobs-form-ctn input[type=button]:hover {
      background-color: #FFFFFF;
      color: #003da6;
  }

.nf-field-container {
    margin-bottom: 10px !important;
}

.file_upload-wrap .btn-success {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.nf-fu-fileinput-button {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

/* --- */

.job-item-main p {
    text-align: left;
}

/* --- */

#jobs-form-ctn {
    display: block;
}

#jobs-form-ok {
    display: none;
}

#jobs-form-error {
    display: none;
}

/* ################################################################################ */
/* ############################## SECCIÓN NOTICIAS################################# */
/* ################################################################################ */

.news-items {}

    .news-item {
        border-top: 4px solid #003da6;
        margin-bottom: 30px;
        font-weight: 300;
    }
      .news-item:hover {background-color: #EEF4FF;}
      .news-item .date {font-size: 1.2rem;}
      .news-item .imgcont {width: 100%; aspect-ratio: 1.7777;}
      .news-item h3 {
        font-size: 2.5rem;
        font-weight: 300;
        letter-spacing: -2px;
        line-height: 100%;
      }
        .news-item h3 a {text-decoration: none;}
        .news-item a:hover {}


/* --- --- */

.news-sidebar{
    padding: 0px !important;
}
    .news-sidebar ul{
        list-style-type: none;
        padding: 0px;
    }
        .news-sidebar ul li{
            margin-bottom: 10px;
            border-bottom:solid 1px #ddd;
        }
            .news-sidebar ul li a{
                text-transform: none;
                font-weight: bold;
                color: #003da6;
            }
            .news-sidebar ul li span{
                display: inline-block;
                text-transform: none;
                font-size: 1rem;
                width: 100%;
            }

/* --- --- */

.tag-cloud-link {
	display: inline-block;
	height: 32px;
  line-height: 20px;
	padding: 5px 15px;
	border-radius: 100px;
	background-color: #EEF4FF;
	color: #003da6;
	text-decoration: none;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
  letter-spacing: -1px;
	margin: 0 5px 10px 0;
  text-transform: lowercase;
}
  .tag-cloud-link:hover {
    background-color: #7d9bda;
    color: #FFFFFF;
    text-decoration: none;
  }

/* --- --- */

#news-post-header{border-radius: 30px;}
  #news-post-header .img-header {width: 100%; position: relative; padding: 30px 0; border-radius: 30px 30px 0 0;}
    #news-post-header .img-header:before {
      content:'';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #00225C;
      border-radius: 30px 30px 0 0;
    }
    #news-post-header .img-header h2 {position: relative; color: #FFFFFF;}
  #news-post-header .date {text-align: center;}
    #news-post-header .date span {
      position: relative;
      padding: 5px 15px;
      border-radius: 100px;
      font-size: 1.2rem;
      letter-spacing: -1px;
      background-color: #FFFFFF;
      color: #003da6;
    }

#news-post-content{}
  #news-post-content .post-img {
    width: 100%;
    aspect-ratio: 1.70;
    margin-bottom: 15px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
  }

/* ################################################################################ */
/* ############################## SECCIÓN LOGÍSTICA ############################### */
/* ################################################################################ */

.light-blue-strip {
    background-image: url(img/light-blue-strip.png);
    background-position: center center;
    background-repeat: repeat-x;
}

.feat-itm {
	padding: 5px;
}
  .feat-itm img {
    max-width: 120px;
  }
  .feat-itm h4 {
    font-size: 1.6rem;
    letter-spacing: -1.5px;
    line-height: 90%;
    font-weight: 300;
    margin-bottom: 5px;
  }
  .feat-itm p {
    font-size: 1.2rem;
    letter-spacing: -1px;
    line-height: 100%;
    font-weight: 300;
    margin-bottom: 0;
  }

.round-ctn {
    background-color: #FFFFFF;
    border-radius: 32px;
    padding: 60px 15px;
    box-shadow: 0 0 60px rgba(38, 64, 96, 0.3);
}

/* --- */

.ventaja-logistica-ctnr {}
    .ventaja-logistica-ctnr img {max-width: 120px;}

/* --- */

#doblefuncion {
  position: relative;
  margin-bottom: -5rem;
  border-radius: 0 0 30px 30px;
  background-color: #00225C;
}
  #doblefuncion p {color: #FFFFFF;}

/* ### SOLUCIONES ### */

.yms-img-ctnr {text-align: center;}
  .yms-img-ctnr img {width: 100%; max-width: 110px; height: auto;}
  .yms-img-ctnr p {max-width: 360px; margin-left: auto; margin-right: auto;}

.yms-img-ctnr-2 {text-align: center;}
  .yms-img-ctnr-2 img {width: 100%; max-width: 125px; height: auto;}
  .yms-img-ctnr-2 p {text-align: left;}

.booking-img-ctnr {padding-top: 15px; text-align: center;}
  .booking-img-ctnr img {width: 100%; max-width: 125px; height: auto;}
  .booking-img-ctnr p {text-align: left;}

/*---*/

.optm-itm {
	padding: 5px;
}

.optm-itm img {
	width: 100%;
	max-width: 320px;
	margin-bottom: 15px;;
}

.optm-itm h3 {
    font-size: 22px;
    font-size: 2.2rem;
	letter-spacing: -1.5px;
	line-height: 90%;
	font-weight: 300;
	margin-bottom: 5px;
}

.optm-itm p {
    font-size: 12px;
    font-size: 1.2rem;
	letter-spacing: -1px;
	line-height: 100%;
	font-weight: 300;
	margin-bottom: 0;
}

/* --- */

.doptim-l {
	background-color: #264060;
	background-image: url('https://logisticdock.com/wp-content/uploads/2020/04/doptim-01-atasco-centro-logisctico.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.doptim-r {
	background-color: #264060;
	background-image: url('https://logisticdock.com/wp-content/uploads/2020/04/doptim-02-muelles-centro-logistico.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.doptim-l .half-ctnr {
	float: right;
	text-align: right !important;
	padding-top: 60px;
}

.doptim-r .half-ctnr {
	float: left;
	text-align: left !important;
	padding-top: 60px;
}

.doptim-l .half-ctnr,
.doptim-r .half-ctnr {
	width: 100%;
	max-width: 585px;
	padding: 90px 30px;
}

.doptim-l .fp-h3,
.doptim-r .fp-h3 {
    font-size: 24px;
    font-size: 2.4rem;
	letter-spacing: -1.5px;
	line-height: 90%;
	font-weight: 300;
	margin-bottom: 20px;
}

.doptim-l .fp-p,
.doptim-r .fp-p {
    font-size: 14px;
    font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 120%;
	font-weight: 300;
	margin-bottom: 10px;
}

/* ### SOLUCIONES END ### */

/* ### FILA ÚNICA ### */

.quote-01 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
	padding: 30px 0;
    text-align: center;
	font-size: 2.0rem !important;
	letter-spacing: -2px !important;
	line-height: 120% !important;
    color: #003da6;
}

/*---*/

@media all and (min-width: 992px){
  .col-1-5{
    width: 20% !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 15px;
  }
}

@media all and (min-width: 767px) and (max-width: 991px) {
  .col-1-5{
    width: 50% !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 15px;
  }
}

@media all and (max-width: 766px){
  .col-1-5{
    width: 100% !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 15px;
  }
}

.col-1-5 p {
	display: block;
	margin: auto;
	line-height: 100%;
	max-width: 160px;
}

.col-1-5 p img {
	max-width: 120px;
}

/* --- */

.diagram-wrapper {
    border-radius: 30px;
    border: 2px solid #EDEDED;
    height: 100%;
    padding-top: 15px;
    margin-bottom: 30px;
}

/* ### FILA ÚNICA END ### */

/* ### COLAS INTRO ### */

/* #colas-intro-02 {color:#FFFFFF;}*/
    .sector-item {}
        .sector-item h5 {
            color:#FFFFFF !important;
            margin-bottom: 30px !important;
        }
        .sector-item p {color:#FFFFFF;}

.logo-cont {
	display: flex;
	margin-bottom: 30px;
	padding: 15px;
    border-radius: 12px;
    border: transparent solid 2px;
    background-color: #FFFFFF;
}
    .logo-cont:hover {border: #003da6 solid 2px;}
    .logo-cont img {margin: auto;}

/* ### COLAS INTRO END ### */

/* ### SISTEMA COLAS ### */

/* --- */

.bricks-container-01 {
	display: flex;
	flex-flow: column wrap;
	height: 1000px;
	width: 100%;
}

.brick-01 {
	display: flex;
	flex: 0 0 auto;
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #ffffff;
	padding: 30px;
}

.brick-01 span {
	color: #264060;
	font-size: 1.2rem;
	line-height: 100% !important;
}

.brick-01 span strong {
	color: #003da6;
}

@media all and (min-width:992px) and (max-width:1199px) {
	.bricks-container-01 {
		height: 1200px;
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.bricks-container-01 {
		height: 1400px;
	}
	.brick-01 {
		width: 44%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}

@media all and (min-width:576px) and (max-width:767px) {
	.bricks-container-01 {
		display: block;
		height: auto;
		width: 100%;
	}

	.brick-01 {
		display: block;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
}

@media all and (max-width:575px) {
	.bricks-container-01 {
		display: block;
		height: auto;
		width: 100%;
	}

	.brick-01 {
		display: block;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
}

/* --- */

.img-frame-01 {
    height: 100%;
	background-color: #ffffff;
	color: #003da6 !important;
	padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}
    .img-frame-01 h4 {color: #003da6 !important;}
    .img-frame-01 p {color: #757575 !important;}

#gestion-turnos-05 {}
    #gestion-turnos-05 h3, #gestion-turnos-05 p {
        color:#FFFFFF !important;
        text-align: center !important;
    }

.enc-module {margin-bottom: 45px;}

/* --- */

.sector-bg {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto;
}
    .sector-01-bg {background-image: url('https://staging.prismasg.com/wp-content/uploads/2025/09/sector-01-ayuntamientos-diputaciones-bg.png')}
    .sector-02-bg {background-image: url('https://staging.prismasg.com/wp-content/uploads/2025/09/sector-02-instituciones-empresas-bg.png')}
    .sector-03-bg {background-image: url('https://staging.prismasg.com/wp-content/uploads/2025/09/sector-03-hospitales-centros-salud-bg.png')}
    .sector-04-bg {background-image: url('https://staging.prismasg.com/wp-content/uploads/2025/09/sector-04-universidades-centros-educativos-bg.png')}
    .sector-05-bg {background-image: url('https://staging.prismasg.com/wp-content/uploads/2025/09/sector-05-farmacias-comercios-bg.png')}
    .sector-06-bg {background-image: url('https://staging.prismasg.com/wp-content/uploads/2025/09/sector-06-supermercados-bg.png')}

.number-hdr {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 1000px;
	background-color: #003da6;
	color: #ffffff;
	font-size: 42px;
	font-weight: 600;
}

/* ### SISTEMA COLAS END ### */
