img{
    display: block;
}

.container{
    display: flex;
}

.container-fluid{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.d-flex button{
    border: 0px;
    color: #150d91;
    font-size: 24px;
}

body{
    box-sizing: border-box;
}

a{
	font-family: Poppins-Semi;
}

.navbar .nav-item:not(:last-child) {
    margin-right: 35px;
  }
  
  .dropdown-toggle::after {
     transition: transform 0.15s linear; 
  }
  
  .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
  }
  
  .dropdown-menu {
    margin-top: 0;
  }

nav{
    background-color: #ffff;
    box-shadow: 0 0 2.1875rem 0 rgb(0 0 0 / 10%);
}

.nav-item a{
    font-family: "Roboto-R", sans-serif !important;
}

.nav-item{
    position: relative;
}

.nav-item a:before{
    background-color: #150d91;
    position: absolute;
    z-index: 1;
    content: "";
    height: 2px;
    bottom: 26px;
    width: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

a.nav-link.active{
    color: #150d91 !important;
}

.nav-item a:hover::before{
    width: 50%;
}

.nav-item a:hover{
    color: #150d91 !important;   
}

a.nav-link{
    color: #4C4B4B !important;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.dropdown{
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none !important;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:hover + .dropdown-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.dropdown-menu:hover{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.dropdown-menu li a{
    position: relative;
    margin: 4px 25px;
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: max-content;
}

.dropdown-menu li a:before{
    position: absolute !important;
	z-index: 1;
	content: "";
	background-color: #150d91 !important;
	height: 2px !important;
	width: 0 !important;
	right: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    margin: 0 0 0 0;
}

.dropdown-menu li{
    position: relative;
    display: block;
    border-bottom: none;
    border-left: none;
    transition: all 0.3s ease-out 0s;
}

.dropdown-menu li a:hover:before{
	width: 100% !important;
	left: 0 !important;
	right: inherit !important;
}

.dropdown-menu li a:hover{
    background-color: #ffff;
}

.dropdown-menu{
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 10;
    padding: 20px 0;
    text-align: left;
    background-color: #ffffff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 2.1875rem 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 2.1875rem 0 rgb(0 0 0 / 10%);
    font-size: 14px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    border: 0px;
    margin-top: 0;
}


#register{
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

#register span{
    left: 22.5%;
    top: 50%;
    color: #ffff;
    letter-spacing: 4px;
    font-family: "Draft", sans-serif;
    font-size: 15px;
    animation-name: fadeInUp;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}

#register h1{
    font-family: Poppins-Bold;
    font-weight: 700;
    top: 20%;
    left: 50%;
    letter-spacing: 3.7057px;
    font-size: 44px;
    color: #093787B5;
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

#register p{
    font-family: Poppins;
    left: 50%;
    top: 25%;
    color: rgba(9, 55, 135, 0.71);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.4823px;
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

#register button{
    width: 134.888px;
    height: 25.199px;
    letter-spacing: 0.7411px;
    font-family: Poppins-Semi;
    font-size: 10px;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    top: 30%;
    text-transform: uppercase;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

#register #b1{
    background-color: rgba(9, 55, 135, 0.75);
    color: #ffff;
    left: 50%;
    border-width: 0px;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

#register #b2{
    background-color: rgba(9, 55, 135, 0);
    color: rgb(9, 55, 135);
    border-color: rgb(9, 55, 135);
    border-width: 1px;
    left: 55%;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
	width: 40%
}
#herramientas svg{
    display: block;
    margin: auto;
}

#herramientas{
    padding-top: 120px;
    padding-bottom: 90px;
}

#personas{
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

#somos-proenso{
    padding: 0px 0px 120px 0px;
}

#somos-proenso .mask{
    -webkit-mask-image: url(/images/svg2.svg);
    mask-image: url(/images/svg2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 5%;
    -webkit-mask-position: center center;
    mask-position: center center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    zoom: 0.75;
}

#somos-proenso img{
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
}

#somos-proenso .row, #somos-proenso .bg{
    height: 100%;
    width: 100%;
}

#somos-proenso span{
    color: #150d91;
    letter-spacing: 0.25rem;
    font-family: "Draft", sans-serif;
    font-size: 0.9375rem;
    margin-bottom: 5px;
}

#somos-proenso h1{
    font-family: Poppins-Bold;
    font-weight: 700;
    font-size: 2.25rem;
    color: #1d2124;
    margin: 0px 0px 15px;
}

#somos-proenso p{
    font-family: "Roboto-MI", sans-serif;
    color: #444444;
    font-size: 1.125rem;
    font-weight: 400;
}

#somos-proenso li{
    font-family: "Roboto-R", sans-serif;
    color: #646464;
    font-size: 16px;
}

#somos-proenso ol{
    margin: 0 0 1em 1em;
    padding-left: 20px;
}

.gradient-btn{
    background: #150d91;
    background-image: -o-linear-gradient(30deg, #150d91 0%, #0af2d8 100%);
    background-image: linear-gradient(60deg, #150d91 0%, #0af2d8 100%);
    color: #ffff;
    left: 50%;
    border-width: 0px;
    height: 54px;
    padding: 0px;
    border-radius: 4px;
    justify-content: center;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    margin-top: 30px;
    width: 164px;
}

#estadisticas{
    background-image: url(/images/stats.jpg);
    background-color: #5A49F83D;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.width-adjust{
    width: 0%;
}

#estadisticas .sub{
    background-image: linear-gradient(60deg, rgba(69, 56, 186, 0.9) 16%, #2B9AD41A 66%);
    height: 100%;
}

.sub h1{
    font-family: Poppins-Light;
    font-size: 45px;
    color: #ffff;
    left: 160px;
    top: 35%;
}

.sub span{
    font-family: Poppins-Bold;
    font-size: 22px;
    color: #ffff;
    left: 160px;
    top: 30%;
}

.sub strong{
    font-family: Poppins-Extra;
    font-size: 22px;
    color: #ffff;
}

.sub .gradient-btn{
    left: -200px !important;
    top: 47.5% !important;
}

.sub .box-1, .sub .box-2{
    padding: 20px;
    margin-bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    left: 120%;
    top: -5%;
    display: grid;
    align-items: center
}

.text-adjust{
    display: grid; 
    align-items: center;
    height: 75%;
    margin: auto
}

.counter{
    color: #FFFFFF;
    font-size: 30px;
}

.title{
    color: #FFFFFF;
    font-size: 16px;
    font-family: Poppins;
}

#servicios{
    margin-top: 80px;
    margin-bottom: 80px;
}

#servicios span{
    color: #150d91;
    letter-spacing: 0.25rem;
    font-family: "Draft", sans-serif;
    font-size: 0.9375rem;
    margin-bottom: 5px;
}

#servicios h1{
    font-family: Poppins-Bold;
    font-weight: 700;
    font-size: 30px;
    color: #1d2124;
    margin: 0px 0px 15px;
}

#servicios p{
    font-family: "Roboto-MI", sans-serif;
    color: #444444;
    font-size: 1.125rem;
    font-weight: 400;
}

#servicios li{
    font-family: "Roboto-R", sans-serif;
    color: #646464;
    font-size: 16px;
}

#servicios ol{
    margin: 0 0 1em 1em;
    padding-left: 20px;
}

#dots1{
    background-image: url(/images/element72.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.col, .row{
    width: 100%;
}

#servicios{
    background-image: url(/images/element72.png);
    background-repeat: no-repeat;
    background-position: 35% 50%;
}

.tool-container{
    position: relative; 
    margin:auto;
    top:-125px
}

.title span{
    color: #150d91;
    letter-spacing: 0.25rem;
    font-family: "Draft", sans-serif;
    font-size: 0.9375rem;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    position: absolute;
}

.title h1{
    font-family: Poppins-Bold;
    font-weight: 700;
    font-size: 30px;
    color: #1d2124;
    margin: 0px 0px 15px;
    text-align: center;
}

#aliados{
    padding-top: 60px;
    padding-bottom: 60px;
}

.item img{
    height: auto;
    display: inline-block;
}

#info .background{
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url(/images/banner93.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#info .content{
    margin-left: 111.5px;
    margin-right: 111.5px;
}

#contacto h1{
    font-family: Poppins-Bold;
    font-weight: 700;
    font-size: 20px;
    color: #1d2124;
    margin-bottom: 20px;
    text-align: left;
}

#contacto p{
    font-family: "Roboto-L", sans-serif;
    width: 100%;
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.313rem;
}

#escribenos{
    padding: 120px 0px 90px 0px;
	width: 80%;
}

#escribenos h1{
    font-family: Poppins-Bold;
    font-weight: 700;
    font-size: 2.25rem;
    color: #1d2124;
    margin-bottom: 0.9375rem;
    text-align: center;
}

#escribenos span{
    color: #150d91;
    letter-spacing: 0.25rem;
    font-family: "Draft", sans-serif;
    font-size: 0.9375rem;
    margin-bottom: 5px;
    text-align: center;
    display: table;
    margin: 0 auto;
}

#divider{
    max-width: 1200px;
    margin: auto;
}

.tool{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    --webkit-box-pack: center;
    justify-content: center;
    background-color: #ffff;
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
    margin-bottom : 20px;
    transition: 0.5s;
}

.tool i{
    font-size: 72px;
}

.sub-title{
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    width: 100%;
}

.sub-title a{
    color: #1d2124 !important;
    text-decoration: none;
	font-family: Poppins-Light;
}

.icon-puzzle{
    color: #36BAFE;
}
.icon-sync{
    color: #FF930E;
}
.icon-eraser{
    color: #5A49F8;
}
.icon-layer{
    color: #18DC59;
}

.email input, textarea{
    height: 55px;
    background: #ffffff;
    box-shadow: none;
    color: #111111;
    border: 1px solid #000000;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Roboto-L", sans-serif;
}

.email select{
    height: 55px;
    background: #ffffff;
    box-shadow: none;
    color: #111111;
    border: 1px solid #eaeaea;
    border-color: #020202 !important;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Roboto-L", sans-serif;
}

input{
    font-family: "Roboto-L", sans-serif;
    border-color: black
}

.email input::placeholder, .email textarea::placeholder{
    color: #b8b8b8;
    font-family: "Roboto-L", sans-serif;
}

.email input:focus, .email textarea:focus{
    border: 1px solid #150d91;
    outline: none;
}

.email .row{
    margin-bottom: 1.25rem
}

.email select, option{
    border: 1px solid #ccc;
    width: auto;
    font-family: "Roboto-L", sans-serif;
}

footer{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-image: linear-gradient(60deg, #009FF0 0%, #048a72c9 100%), url(/images/footer.jpg);
    padding: 22px 0px 2px 0px;
}

footer .content{
    max-width: 1200px;
    margin: auto;
}

.protect{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.content span{
    font-size: 18px;
    font-family: Poppins-Semi, sans-serif !important;
}

#myBtn, #whatsApp {
    overflow: hidden;
    position: fixed;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.25rem;
    right: 1rem;
    bottom: 1rem;
    text-align: center;
    z-index: 9999;
    display: block;
    font-size: 1rem;
    color: #ffffff !important;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    border: none;
    background-color: #150d91;
  }

  #whatsApp{
    bottom: 5rem !important;
    border-radius: 50%;
    max-height: 50px;
    height: 50px;
    width: 50px !important;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    background-color: rgb(77, 194, 71) !important;
  }

  #info-footer{
    padding: 120px 0px 90px 0px;
    position: relative;
  }

  #info-footer .container{
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  .info-container{
    padding: 0px 15px 0px 15px;
  }
  
  .info-container .email{
    padding: 0px 15px 0px 15px;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eaeaea;
  }

  .icon-email, .icon-placeholder, .icon-share{
    font-size: 50px;
  }

  .icon-container{
    margin-right: 1.25rem;
    margin-top: 0.3125rem;
  }

  .icon-email::before, .icon-share::before, .icon-placeholder::before{
    height: 36px !important;
    width: 36px !important;
    margin: 0 0 0 0;
    color: #150d91;
  }

  .info a{
    color: #646464 !important;
    text-decoration: none;
    font-family: "Roboto-R",sans-serif;
  }

  .subtitle{
    letter-spacing: 1px;
    color: #150d91;
    margin-bottom: 0.3125rem;
    font-size: 0.9375rem;
    font-family: "Roboto-M", sans-serif;
}

h3{
    font-family: Poppins-Semi, sans-serif;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}

p{
    margin: 0 0 20px 0;
    font-size: 16px;
    font-family: "Roboto-L", sans-serif;
    color: #646464;
}

.double-list li{
    float: left;
    font-family: "Roboto-L", sans-serif;
    text-align: left;
    padding-left: 1.875rem;
    margin-bottom: 0.625rem;
    position: relative;
    list-style-type: none;
}


.double-list li::before{
    position: absolute;
    z-index: 1;
    font-family: 'icomoon';
    font-weight: 900;
    content: "\f00c";
    color: #5a49f8;
    top: 0.3125rem;
    font-size: 0.625rem;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
}

.dashed1{
    stroke-dasharray: 1300;
    stroke-dashoffset: 1300;
}

.dashed2{
    stroke-dasharray: 4;
}

.svg-animation{
    -webkit-animation: dash_animation 5s linear forwards;
    animation: dash_animation 5s linear forwards;
}

.circle{
    position: absolute;
    top: -10px;
    left: 150px;
}

.butt{
    position: absolute;
    top: -15px;
    left: 150px;
}

img{
    max-width: 100%;
}

.svg-container{
    position: relative;
}

@keyframes dash_animation {
    to {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}

td{
    font-family: Poppins-Semi;
    font-size: 13px;
}

.td-btn{
    text-align: center;
}

input[type="checkbox"][disabled]{
    cursor: not-allowed;
}

button[disabled]{
    pointer-events: none;
    opacity: .65;
}

#perfiles button{
    background-color: #ea6f6f !important;
    border-color: #cf1b1b !important;
}

#perfiles td{
	text-transform: uppercase;
    text-align: center;
    width:80%
}

.modal-dialog{
    max-width: 70%;
}

label{
    font-family: Poppins-Semi;
}