<style>
* {
	margin: 0;
	padding: 0;
	/* font-family: 'Barlow' !important; */
	font-family: 'sura_sansregular' !important;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header-inner div:first-child{
	width: 50%;
	float: left;
}

.header-inner div:nth-child(2){
	width: 50%;
	float: left;
	margin-top: 35px;
}

@media (max-width: 500px) {
	.header-inner div:first-child{
		width: 100%;
		float: left;
	}
	
	.header-inner div:nth-child(2){
		width: 100%;
		float: right;
		margin-top: 15px;
	}
}

@media (max-width: 500px) {
	.header-inner div:nth-child(2){
		margin-top: 50px;
	}
}

.header-inner .buttons a{
	top: 17px; 
	float: right;
	height: 43px; 
	font-size: 17px; 
	padding: 10px; 
	display: block;
}

.header-inner div a:nth-child(2){
	top: 40px; 
	float: right;
	height: 43px; 
	font-size: 17px; 
	padding: 10px; 
	display: block;
	right: 10px;
}

.c-buttons {
	width: 70px;
}

#navbar {
  overflow: hidden;
  /* background-color: #2e7cf6; */
  background-color: #6BA4B4;
  z-index: 1;
  padding: 20px;
}
/*estilo*/
#navbar a {
  float: right;
  display: block;
  color: #ffffff;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


a:link, a:visited, a:active,a:hover {
	text-decoration: none;outline:0;
}

.sidemenu {
	background: #f2f2f2;
	position: fixed;
	left: -300px;
	top: 0;
	width: 300px;
	height: 100%;
	overflow: scroll;
	transition: left .5s;
	z-index: 1000;
}

.sidemenu ul {
	list-style: none;
	padding: 20px
}

.sidemenu ul li {
	display: block;
	border-bottom: 1px solid #FFF
}

.sidemenu ul li a:link,.sidemenu ul li a:active,.sidemenu ul li a:visited {
	display: block;
	padding: 8px;
	color: #000;
	transition: 0.3s;
}

.sidemenu ul li a:hover {
	background:#FFF;
}

.document h5 {
	color: #6BA4B4;
}

.document h5:hover {
	color: #65b437;
	border-bottom: 2px solid #65b437;
}

.contenedor {
	display: inline;
	left: 0;
	padding: 0px;
	transition: margin-left .5s;
	position: fixed;
	top: 50%;
	z-index: 999;
	margin-top: -170px;
}

.toggle {
	display: block;
	width: 40px;
	height: 341px;
	background: #ff6b0b;
}

.imagotipo {
	text-align: right;
	margin-right: 15%;
}

.imagotipo img {
	height: 35px;
	margin-left: 25px;
}

.panel-default2 {
	background: #ffffff;
	text-align: center;
}


.panel-heading2 {
	position: relative;
}

.text-default {
	text-align: center;
}

.panel-body2 {
	padding: 20px; 
	width: 100%;
}

.parrafo {
	width: 301px !important;
	display: block !important;
	position: absolute !important;
	margin-left: -135px  !important;
	margin-top: 159px !important;
	text-align: center !important;
	font-size: 26px !important;
	color: white !important;
	-webkit-transform:
	rotate(-90deg) !important;
}

.pace-progress{
	width: 100%;
}

section .jumbotron{
	background-image: url(&quot;assets/images/home_gnp1.jpg&quot;); 
	background-position: center 48.6092%;
}

section .inner{
    transform: translateY(0px);
}

section .inner .col-sm-6{
    position: absolute; 
    transform: translate3d(-50%, -50%, 0);
	left: 50%;
	top: 50%;
}

section .inner .col-sm-6 h4{
    color:#0033A0;
}

.logotipos {
	margin-top: 25px;
}

.logoCCP {
	width: 45%;
	margin-right: 30px;
}

.logoMALA {
	width: 45%;
}

/* modal aviso de privacidad */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
  }
  
  .modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 20px;
	border-radius: 8px;
	width: 100%;
	max-width: 700px;
	height: 155px;
	
  }

  .modal-content a {
	display: flex;
	text-align: center;
	justify-content: center;
  }
  
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	cursor: pointer;
  }

  .a-mod-ap {
	color: #6BA4B4;
	font-size: 25px;
  }

  a .mod-marg-ap {
	margin-bottom: 40px;
  }
  

@media(max-width: 750px) {
	.logotipos img:first-child {
		margin-bottom: 20px;
	}

	.logoCCP,
	.logoMALA {
		width: 65%;
	}

	.modal-content {
		width: 85%;
	}
}

@media(max-width: 500px) {
	.logotipos {
		margin-top: 0px;
	}

	.logotipos img:first-child {
		margin-bottom: 0px;
	}

	.logoCCP,
	.logoMALA {
		width: 45%;
	}

	.modal-content {
		height: 200px;
	}
}

@media(max-width: 400px) {
	.logotipos img:first-child {
		margin-bottom: 20px;
	}

	.logoCCP,
	.logoMALA {
		width: 65%;
	}
}

.app{
	text-align: center;
}

.app img{
	width: 170px;
}

.aplicacion {
	width: 170px;
}

.QR{
	width: 50%;
}

.panel-title2 img{
	width: 15; 
	height: 15;
}

.toggle{
	position: relative;
}

.chat{
	cursor: hand;
}

.top-element {
	padding-top: 10%;
}

/* Modal */
.modal-content {
	background-color: rgba(255, 255, 255) !important;
}

/* teléfonos */
.table-phones {
	border: 0;
    font-size: 13px;
    width: 60%;
    margin-left: 20%;
}

.table-phones table:first-child {
	float: left;
}

.table-phones table:last-child {
	float: right;
}

.table-phones tr>td:first-child {
	text-align: right;
	font-weight: bold;
}

.table-phones td {
	border: 0;
	padding-bottom: 5px;
	vertical-align: top;
}

.table-phones tr>td:last-child {
	text-align: left;
	padding-left: 10px;
}

.repdom {
	line-height: 21px;
}

.numrep {
	padding-top: 10px;
}

/* canales */
.react-multi-carousel-list {
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    position: relative;
}
.react-multi-carousel-track {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, transition;
}
.react-multi-carousel-item {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.contact-carousel {
    font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif !important;
    text-align: center;
    /* margin-top: -6rem; */
    /* padding: 10px 0px;
    background: rgba(255, 255, 255, 0.5); */
	border-radius: 25px;
}
.contact-carousel h4{
	color: #000 !important;
	font-family: 'swis721__bt_condensed' !important;
}
.contact-carousel .carousel-block {
    z-index: 10;
    border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(2px);
    max-width: 900px;
    margin: auto;
    /* height: 180px; */
    position: relative;
}
.contact-carousel .carousel-block ul.react-multi-carousel-track {
    width: 90%;
}
/* .contact-carousel .carousel-block .react-multi-carousel-list {
    height: 200px;
} */
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block {
    position: relative;
    display: inline-block;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .social-contact {
    background-image: linear-gradient(to bottom, #ffffff, #f0f2f4 230%);
    border: 1px solid #bdcad0;
    border-radius: 6px;
    margin: 0 auto 1rem;
    text-align: center;
    padding: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
}

@media(max-width: 705px) {
    .contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .social-contact {
        width: 4rem;
        height: 4rem;
    }
}
@media(max-width: 500px) {
    .contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .social-contact {
        width: 3rem;
        height: 3rem;
    }
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .social-contact svg {
    filter: invert(37%) sepia(2%) saturate(1506%) hue-rotate(175deg) brightness(87%) contrast(70%);
    height: 24px;
    width: 24px;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block h6 {
    font-size: 13px !important;
    font-weight: 300;
    text-transform: capitalize;
    color: #222;
}
@media(max-width: 500px) {
    .contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block h6 {
        font-size: 11px !important;
    }
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 10px 30px #0006;
    z-index: 100;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: -38px;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .drop {
    margin-left: -55px;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .drop2 {
    margin-left: -38px;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .dropdown-content:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .dropdown-content a,
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .dropdown-content p {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 3px;
    font-size: 13px;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .dropdown-content img {
    width: 16px;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .dropdown-content a:hover,
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .dropdown-content p:hover {
    background-color: #f1f1f1;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .dropdown-content:hover,
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block:hover .dropdown-content {
    display: block;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block:hover .social-contact {
    background-image: linear-gradient(to bottom, #066335, #5d5c60 120%) !important;
    cursor: pointer;
    box-shadow: 0 0 16px #2b2b2b41;
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block:hover .social-contact svg {
    width: 32px;
    height: 32px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
}
.contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block:hover h6 {
    color: #5d5c60;
    text-decoration: underline;
    font-weight: 600;
}
@media (min-width: 300px) {
	.inner .col-sm-6 {
		width: 90%;
	}
}
@media (min-width: 380px) {
	.inner .col-sm-6 {
		width: 85%;
	}
}
@media (min-width: 768px) {
	.inner .col-sm-6 {
		width: 90%;
	}
	.col-sm-offset-3 {
		margin-left: 0% !important;
	}
}
@media (min-width: 991px) {
	.inner .col-sm-6 {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.inner .col-sm-6 {
		width: 40%;
	}
}
@media (min-width: 1500px) {
	.inner .col-sm-6 {
		width: 30%;
	}
}
@media screen and (min-width: 768px) {
    /* .contact-carousel {
        text-align: center;
        margin-top: -6rem;
    } */
    .contact-carousel .carousel-block .react-multi-carousel-list {
        justify-content: center;
        /* height: 200px; */
        overflow: visible;
    }
    .contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .social-contact {
        border: 2px solid #bdcad0;
        border-radius: 6px;
        margin: 0 auto 1rem;
        text-align: center;
        padding: 1rem;
        /* width: 5rem;
        height: 5rem; */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 1s;
    }
    .contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block .social-contact svg {
        height: 24px;
        width: 24px;
    }
    .contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block:hover .social-contact {
        /* background-image: linear-gradient(to bottom, #ffd95c, #f593f6 120%) !important; */
		background: linear-gradient(to bottom, #6BA4B4, #6BA4B4 120%) !important; 
        cursor: pointer;
        box-shadow: 0 0 16px #2b2b2b41;
        box-shadow: 0 0 #34ace0;
        animation: pulse-blue-carrousel 2s infinite;
    }
    .contact-carousel .carousel-block .react-multi-carousel-list .item .channel_block:hover .social-contact svg {
        width: 48px;
        height: 48px;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
    }
}
@keyframes pulse-blue-carrousel {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 #34ace0b3;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 18px #34ace000;
    }
    to {
        transform: scale(0.95);
        box-shadow: 0 0 #34ace000;
    }
}

/* Formulario y seguimiento */
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.form-page {
    background-color: #f3f7fa;
    padding: 5rem 1rem;
    min-height: 78vh;
}
.form-page {
    width: 100%;
    padding: 0px !important;
}
.form-page iframe {
    background: #000;
    border: none;
    width: 100%;
    height: 78%;
}
@keyframes loading-bar {
    0% {
        width: 0;
    }
    to {
        width: 90%;
    }
}
@media (min-width: 768px) {
    .form-page {
        padding: 5rem 30px;
    }
    .form-page p {
        color: #455a64;
    }
    .form-page .title {
        text-align: start;
    }
}
@media (min-width: 992px) {
    .form-page {
        padding: 5rem 150px;
    }
}
iframe {
    border: 0;
}

@media (min-width: 1130px) and (max-width: 2560px){
    #navbar .menu{
        float: initial !important;
        left: -12%;
    }
}
@media (min-width: 950px) and (max-width: 1129px){
    #navbar .menu{
        float: initial !important;
        left: -12%;
        display: contents !important;
    }
}

@media (min-width: 785px) and (max-width: 949px){
    #navbar .menu{
        width: 100%;
        padding: 2px 250px 2px;
        display: grid;
    }
}

@media (max-width: 785px){
    #navbar .menu{
        width: 100%;
        padding: 4px 1px 2px 46px;
        display: grid;
        margin: -17px;
    }
}

@media (max-width: 1200px) {
	.logo {
		margin-top: 35px;
	}

	.c-buttons {
		width: 65px;
	}
}

@media (max-width: 1000px){
    .logo{
        width: 25%;
		margin-top: 40px;
    }
    .header-inner .buttons a {
        top: 60px;
        float: right;
        height: 41px;
        margin: 6px !important;
        right: 3px !important;
    }
    .full-width {
        height: 100%;
    }
    .header {
    	height: 130px !important;
    }
    /* .jumbotron{
    	background-size: auto !important;
    } */
}

@media (min-width:992px){
	.modal-lg {
		width: 800px !important;
	}
}

@media (max-width: 992px) {
	.logo{
        width: 30%;
		margin-left: 0px;
    }

	.modal-dialog {
		width: 550px !important;
	}

	.table-phones table:first-child {
		margin-left: 55px;
	}

	.table-phones table:last-child {
		margin-right: 25px;
	}
}

@media (max-width: 931px) {
	.inner h2 {
		font-size: 25px;
		line-height: 38px;
	}

	.c-buttons {
		width: 60px;
	}
}

@media (max-width: 860px) {
	.inner h2 {
		font-size: 23px;
    	line-height: 35px;
	}

	.c-buttons {
		width: 55px;
	}
}

@media (max-width: 800px) {
	section .inner .col-sm-6 h4{
		font-size: 16px;
    	line-height: 26.88px;
	}

	.inner h2 {
		font-size: 21px;
		line-height: 35px;
	}

	.c-buttons {
		width: 50px;
	}
}

@media (max-width: 768px) {
	.header {
		height: 120px !important;
	}

	.logo {
    	margin-left: 20px;
	}

	.header-inner div a:first-child {
		top: 15px;
	}

	.full-width {
		height: 65%;
	}

	.modal-dialog {
		margin: 30px auto !important;
	}

	/**/
	/* section .inner .col-sm-6 h4 {
		width: 250px;
	} */

	.contact-carousel .carousel-block ul.react-multi-carousel-track {
		width: 99%;
	}
}

@media (max-width: 600px) {
	.logo {
		width: 35%;
	}

	.header-inner div a:first-child {
		top: 18px;
		float: right;
		height: 40px;
		font-size: 15px;
		padding: 9px;
		display: block;
	}

	section .inner .col-sm-6 {
		bottom: 30px;
	}

	#navbar .menu {
		margin: -10px;
		display: block;
	}

	.modal-dialog {
		width: 425px !important;
	}

	.table-phones table:first-child {
		margin-left: 15px;
	}

	.table-phones table:last-child {
		margin-right: -10px;
	}
}

@media (max-width: 500px) {
	.header {
		height: 120px !important;
	}

	/* .logo {
		margin-top: 20px;
		width: 40%;
	} */

	.header-inner div a:first-child {
		top: 5px;
	}

	.full-width {
		height: 65%;
	}

	section .inner .col-sm-6 {
		bottom: 10px;
		left: 45%;
	}

	.c-buttons {
		width: 40px;
	}

	#navbar .menu {
		margin: -10px;
		display: grid;
	}

	.modal-dialog {
		width: 370px !important;
		margin: 65px auto !important;
	}

	.modal .modal-body {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.app img {
		width: 150px;
	}

	.aplicacion {
		width: 130px;
	}

	.QR {
		width: 100%;
	}

	.table-phones table:first-child {
		margin-left: 13px;
	}
}

@media (max-width: 400px) {
	.header {
		height: 150px !important;
	}
}

@media (max-width: 380px){
	.logo {
		width: 55%;
	}

	.full-width {
		height: 62%;
	}

	.header-inner div a:first-child {
		float: right;
		height: 35px;
		font-size: 13px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 9px;
		padding-right: 9px;
		display: block;
	}

	section .inner .col-sm-6 {
		left: 50%;
	}

	section .inner .col-sm-6 h4 {
		font-size: 14px;
		line-height: 20.88px;
	}

	.inner h2 {
		font-size: 18px;
		line-height: 27px;
	}

	.modal-dialog {
		width: 300px !important;
		margin: 80px auto !important;
	}

	.app h4 {
		font-size: 13px !important;
	}

	.app img {
		width: 120px;
	}

	.aplicacion {
		width: 100px;
	}

	.table-phones table {
		font-size: 13px;
	}

	.table-phones table:first-child {
		margin-left: 5px;
	}

	.table-phones table:last-child {
		margin-right: -6px;
	}

	/**/
	.contact-carousel .carousel-block ul.react-multi-carousel-track {
		width: 95%;
		margin-left: 5px;
	}
}

@media (max-width: 325px) {
	.logo {
		width: 70%;
		margin-top: 20px;
		margin-left: 0px;
	}

	.header-inner .buttons a {
		margin: 0px !important;
		right: -5px !important;
	}

	.header-inner div a:first-child {
		top: 15px;
	}

	.c-buttons {
		width: 35px;
		margin-left: 0px !important;
	}

	.modal-dialog {
		width: 280px !important;
	}

	.table-phones table:first-child {
		margin-left: 3px;
	}

	.table-phones table:last-child {
		margin-right: -17px;
	}
	/**/
	.contact-carousel .carousel-block ul.react-multi-carousel-track {
		width: 35%;
		margin-left: 276px;
	}
}
</style>