@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');



/* ========================= VAR ======================== */

:root {


    --color-primary: #0D1D41;

    --color-primary-light: #ced0d5; 



    --color-secondary: #C4143C;

    /* fonts  */
 
    --font-family-title: 'Roboto', sans-serif;
    --font-family-text: 'Roboto', sans-serif;


	--font-size-content: 18px;
	

    --color-text: #212529;
    --color-text-two:  #3A3B3A; 

	--color-primary-dark: #3A3B3A;



    --background-button: #C4143C;
    --background-button-hover: #0D1D41;




    --background-dark:  #3A3B3A;

    /* transitions  */

    --transition-slow: 800ms;
    --transition-medium: 600ms;
    --transition-fast: 300ms;


}
body {
  overflow-x: hidden;
}
.padding-section {
    padding: 45px 0;
    overflow: hidden;
    position: relative;
}
html {
  scroll-behavior: smooth;
}
ul::-webkit-scrollbar,
body::-webkit-scrollbar,
p::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 4px;
}
ul::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
}



body {
	font-family: var(--font-family-text)!important;
	font-size: var(--font-size-content)!important;

}
.post, .page {
	margin: 0;
}

h1,h2,h3,h4 {
    font-family: var(--font-family-title)!important;
}
button,
p,span,a, small {
	font-size: var(--font-size-content)!important;
    font-family: var(--font-family-text);

}
/*
@media (max-width: 580px) {
    p,span,a, small {
      font-size: 17px;
  }
}*/
a {
	text-decoration: none!important;
  color: var(--color-primary);
}

a:hover {
  color: var(--color-secondary);

}
button {
	font-family: var(--font-family-text) !important;

	font-weight: 100 !important;
}
input:focus-visible {
	outline: none;
}
.text-red {
    color: #C4143C;
}
.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon {
	box-shadow: none!important;

}
.btn:focus-visible:focus-within {
	outline: none!important;
}
.btn {
	background: var(--background-button);
	color: #fff;
	border: 2px solid var(--background-button);
	padding: 8px 20px;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	min-width: 150px;
}
.btn:hover {
    color: #fff; /* color de fuente */

}
.btn::after {
    content: "";
    background: var(--background-button-hover); /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 16px 20px;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
    transition: all 0.3s ease;
    border-radius: 50px;
  }
  .btn:hover::after {
    transition: all 0.3s ease;
    transform: scale(1, 1);
  }

  .btn-2 {
	border-color: var(--color-primary);
	background: transparent;
	color: var(--color-primary);
}
.btn-2:hover {
    background: var(--color-primary);
	transition: all 400ms ease;
}
  .btn-3 {
	background: transparent;
	border-color: #fff;
}


.btn-4 {
	background: transparent;
	border-color: #fff;
}

.btn-4:hover {
	color: var(--color-primary);
	background: #fff;
	transition: all 400ms ease;
}
.btn-4::after {
  
  background: #fff; /* color de fondo hover */

}

/*
.btn-2:hover::after,
.btn-4:hover::after {
	transition: all 0.3s ease;
	transform: scale(1.3);
}*/


  .subLine{
    background-image: linear-gradient(var(--color-secondary), var(--color-secondary));
    background-size: 131px 3px;
    background-position: 50% 83%;
    background-repeat: no-repeat;
    padding-bottom: 26px;
  }

  /**/
  .title-section {
	font-size: 35px;
    font-family: var(--font-family-title);
    color: var(--color-primary);

}
@media(max-width: 992px) {
  .heading-section {
    text-align: center;
  }
}
@media(max-width: 768px) {
  .title-section {
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
  }
}

/*/**/



/*HOME*/

/**/
.box-user {
	background: var(--color-secondary);
	color: #fff;
}
.box-user .container {
	display: flex;
	justify-content: space-between;
	display: flex;
	padding: 5px 0;
}
.box-user a {
	color: #fff;
}

/*Section states*/
.section-state {
	padding: 30px 20px;
	z-index: 1;
	position: relative;
	min-height: 500px;
	background: #e5e3e3;
  overflow: hidden;
}

.section-state .container{
    overflow: hidden;
}
.section-state h2 {
	color: var(--color-secondary);
	position: relative;
	padding-bottom: 10px;
}
.section-state h2::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 4px;
	background: var(--color-secondary);
	/* border: ; */
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}
.section-state .container-button{
    display: flex;
    justify-content: center;
}

.section-state .svg-map{
    width: 100%;
    margin-top: 0px;
    height: 534px;
    margin-bottom: 0px;
    object-fit: cover;
}
.bg-section {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.2;
}
@media(min-width:992px){
    .section-state .svg-map{
        margin-top: 0px;
        height: 692px;
        margin-bottom: 0px;
    }

    .section-success .counters-carousel-desktop{
        height: 231px;
        padding-top: 37px;
    }

    .section-success .bg-section .media{
        margin-top: 127px;
        height: 545px;
    }

    .section-success .bg-section{
        margin-top: -298px;
    }


}

@media(max-width:991px){
    .section-state{
        overflow: hidden;
        z-index: auto !important;
		padding-top: 65px;
    }

    .section-state .container{
        position: relative;
        z-index: 4;
    }
}


/**/
.text-tab-content a {
	color: var(--color-secondary);
	transition: 400ms;
}
.text-tab-content a:hover {
	color: var(--color-primary);
	transition: 400ms;
}
.text-tab-content p {
	margin-bottom: 0;
}