@import "bootstrap.min.css";
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* ROOT  >------------------------------------- */

:root{
    --font-primary: "Open Sans", sans-serif !important;

    --color-cta: #3366FF; 
    --color-cta-hover: #2952CC;

    --color-btn: #3366FF;
    --color-btn-hover: #2952CC;

    --color-font-color: #1d2351;
    --color-font-midgray:#353535;
    --color-font-lightgray: #d2d3dc;
    --color-font-light:#fff;

    --color-detalles:#30E4F8;

    --color-bg-midgray: #e6e9f0;
    --color-bg-lightgray: #f2f4f7;
    --color-bg-dark: #11142e;
    --color-bg-white:#FFF;

    --color-form-text:#595959;
    --color-form-stroke:#A5A7B9;
    --color-form-border-focus:#1d2351;
    --color-form-border-title:#FF7800;
    --color-form-error:#ED734E;
}

*{
    font-family: "Open Sans", sans-serif;
}

img, picture{
    max-width: 100%;
}

/* nav  >------------------------------------- */

nav {
    height: 65px;
    -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    background-color: var(--color-bg-white);
}

.navbar-brand img,
footer img[src*=".svg"] {
    width: 100%;
    max-width: 132px;
}

.navbar-brand img[src*=".svg"] {
    width: 132px; 
}

.nav-ic-text {
    font: 600 13px/22px var(--font-primary); 
    margin:0px!important;
    color: var(--color-form-text);
    opacity:1;
}

/* text  >------------------------------------- */

.ic-text-muted{
    color: var(--color-font-lightgray) !important;
    }
    
.ic-text-blue{
    color: var(--color-font-color);   
}
    
.ic-text-darkgray{
    color: var(--color-font-midgray);
}

.ic-text-white{
    color:var(--color-font-light);
}

/* bg >------------------------------------- */

.ic-bg-dark{
    background-color: var(--color-bg-dark);
}

.ic-bg-blue{
    background-color: var(--color-font-color); 
}

.ic-bg-white{
    background-color: var(--color-bg-white);
}

.ic-bg-light-gris{
    background-color: var(--color-bg-midgray);
}

/*---------------------------------------------------------------- banner */

section {
    padding: 3.5rem 0rem;
}


.full-fold {
    /*height: auto;*/
    padding: 60px 0px 68px 0px; 
    /*padding: 93px 0px 0px;*/
    min-height: calc(100vh - 260px);
}

h1 {
    font-size: 40px;
    line-height:50px;
    font-weight: 700;
    margin-bottom:26px;/*22*/
}

p.lead {
    font-size: 46px;
    line-height:50px;
    font-weight: 800;
    margin-top:0px;
}

p {
    font-size: 18px;
    line-height:28px;
    font-weight: 400;
}

h1+p{
    margin-bottom: 28px;
}

.text-last{
    margin-bottom: 225px;
}

.logo-gartner{
    width: 101px;
    height: 24px;  
}

.text-banner-logo{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0;
}

/*---------------------------------------------------------------- form */

h3.ic-form-title {
    border-radius: 8px 8px 0 0; 
    border-bottom: 0px; 
}

h3.ic-form-title > div.img-wrapper {
    border-top: 2px solid #FF6666; 
    margin-top: 20px;
}

.ic-dynamic-form{
    background-color: white;
    padding: 22px 8px 20px 8px!important;
    border-radius: 0 0 8px 8px;
}

/* buttons   >------------------------------------- */

.btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid;
    padding: 15px 24px ;
    letter-spacing: 0.5px;
}

.Mobile .btn-ic {
    margin-left:5px;
    margin-right: 5px;
    width: 100%;
}

.btn-success,
.btn-ic {
    color: #FFF!important;
    background-color: var(--color-btn);
    border-color: var(--color-btn);
}

.ic-class-form-button-submit.btn.btn-success:hover,
.btn-ic:hover {
    color: #FFF!important;
    background-color: var(--color-btn-hover) !important;
    border-color:  var(--color-btn-hover) !important;
}

.ic-class-form-button-submit.btn.btn-success {
    margin-top: 0;
}

div.Mobile {
    padding: 15px 0;
    z-index: 20;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.transicao-animacao {
    transition: all 0.5s ease;
}

.button-fixed{
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
   /* box-shadow: 0px 0px 8px #222222;*/
}

/* ripple  >------------------------------------- */

.btn-ic,
#submit-btn{
    background-color: var(--color-btn);
    border: solid 2px var(--color-btn) ;
    color: #fff;
    border-radius: 4px!important;
   /* -webkit-box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);*/
   /* box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);*/
    transition: all .3s ease;
    -webkit-transition: all .5s ease;  
    position: relative;
    overflow: hidden;  
}

.btn-ic:hover,
#submit-btn:hover,
.btn-tablet:hover {
    background-color: var(--color-btn-hover);
    border: solid 2px var(--color-btn-hover);
    color: #fff;
    text-decoration: none!important;
    transform: translateZ(5px);
    position: relative;
    overflow: hidden;
}

.btn-ic:after,
#submit-btn:after,
.btn-tablet:after {
  content: "";
  width: 0px;
  /*height: 200px;*/
  background: var(--color-btn-hover);
  transition: all .3s ease;
  -webkit-transition: all .5s ease;
  left: 50%;
  top: calc(50% - 100px);
  z-index: -200;
  border-radius: 100%;
  position: absolute;
}

.btn-ic:hover:after,
#submit-btn:hover:after,
.btn-tablet:hover:after {
  content: "";
  background: var(--color-btn-hover);
  border-radius: 100%;
  width: calc(100% + 30px);
  height: 200px;
  left: calc(0% - 15px);
  top: calc(50% - 100px);
}

a.btn-tablet:hover,
a.btn-tablet:after,
a.btn-tablet:hover:after{
    color: #fff!important;
}

a {
    color: var(--color-cta);
    text-decoration: underline;
}

a:hover {
    color: var(--color-cta-hover);
    text-decoration: underline;
}

.btn-tablet{
    min-width:210px;
    max-width:100%;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 38px;
}


.ic-class-form-button-submit.btn.btn-success {
    margin-top:10px;
    margin-bottom:10px;
}

/*---------------------------------------------------------------- pre-footer */

section.pre-footer{
    padding-top: 30px;
    padding-bottom: 0;
}

.pre-footer a{
    text-decoration: none;
}

.pre-footer .btn.btn-ic-color{
    background-color: #11142e;
    border:2px solid var(--color-detalles);
    color: var(--color-detalles);
    margin-left: 40px;
}

.pre-footer .btn.btn-ic-color:hover{
    color: var(--color-detalles);
    opacity: .9;
}

.pre-footer p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
}

span.ic-gradient-wrapper{
    background-color: #d2d3dc;
    height: 1px;
    width: 100%;
    /*background: linear-gradient(90deg,  #595959 0% ,  #d2d3dc 25%, #A5A7B9 50%, #595959 100%);*/
    margin-top: 30px;
}

.img-flechita {
    width: 16px;
    height: 12px;
    -moz-animation: bounces 1s infinite;
    -webkit-animation: bounces 1s infinite;
    animation: bounces 1s infinite
}

@-moz-keyframes bounces {
    0%,100% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -moz-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@-webkit-keyframes bounces {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@keyframes bounces {
    0%,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(5px)
    }
}


/*---------------------------------------------------------------- footer */

footer p{
    padding-top: 25px;
    height: 69px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 0px;
}

footer a{
    color: #ffffff;
    text-decoration: underline;
}


/*---------------------------------------------------------------- modal */

.modal {
    z-index: 99999;}

.close {
    width: 32px;
    height: 32px;
    font-size: 25px; 
    text-shadow: none;  
}

.close:focus, .close:hover{
    outline: none;
}

.img-form{
    margin: 18px auto 0px auto;   

}

.img-mano {
    margin-left: 8px;
    -moz-animation: bounceY 1.5s infinite;
    -webkit-animation: bounceY 1.5s infinite;
    animation: bounceY 1.5s infinite;
}
@-moz-keyframes bounceY {
    0%,
    50%,
    100% {
        -moz-transform: translateY(0) translateX(0px);
        transform: translateY(0) translateX(0px);
    }
    25% {
        -moz-transform: translateY(5px) translateX(5px);
        transform: translateY(5px) translateX(5px);
    }
}
@-webkit-keyframes bounceY {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0) translateX(0px);
        transform: translateY(0) translateX(0px);
    }
    25% {
        -webkit-transform: translateY(5px) translateX(5px);
        transform: translateY(5px) translateX(5px);
    }
}
@keyframes bounceY {
    0%,
    50%,
    100% {
        transform: translateY(0) translateX(0px);
    }
    25% {
        transform: translateY(5px) translateX(5px);
    }
}


/*---------------------------------------------------------------- media queries */


@media (max-width: 767px){

    section{
        padding: 0px;
    } 

    .full-fold {
        min-height: calc(100vh - 236px);
        height:auto;
        /*min-height: 100vh;*/
        /*height: auto;*/
        padding: 35px 0px 55px 0px ;
    }

    nav img{
        max-width: 104px!important;
    }

    .nav-ic-text {
        font: 700 11px/16px var(--font-primary);
        margin: 0 !important;
        color: var(--color-form-text);
        white-space: nowrap;
    }

    p.lead{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
        margin-top: 0;
    }

    h1 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom:22px;
    }

    p{
        font-size: 14px;
        line-height: 24px;
    }

    h1+p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom:24px;
    }

    .text-last{
        margin-bottom: 22px;
    }
    
    .img-dos {
        max-width:100%;
        /*align-self: center;*/
        margin: 0 auto 50px auto; 
    }
  
    .Mobile .btn-ic {
        margin-left:5px;
        margin-right: 5px;
        width: 100%;
    }

    .Mobile .btn-ic > span{
        margin-left: 28px;
    }

    .mx-mobile{
        padding-left: 30px;
        padding-right: 30px;
    }

    .ic-dynamic-form-container{
        box-shadow:none;
        margin-top:0px;
        margin-bottom:0px!important;
        padding-bottom:0;
    }

    footer{
       /*margin-bottom: 98px;*/
    }

    .pre-footer p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .pre-footer .btn.btn-ic-color{
        margin-left: 0px;
        margin-bottom: 40px;
    }

    .pre-footer span.ic-gradient-wrapper{
        display: none;
    }

    .Mobile .btn-ic {
        padding: 8px 24px ;
    }

    .img-flechita {
        display: none;
    }
    
}

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

    section{
        padding: 50px 0px 0px 0px;
    } 

    .full-fold {
        height: auto;
        min-height: calc(100vh - 310px);
        padding: 55px 0px 60px 0px;
    }
    
    .img-form {
        display: block;
    }

    p.lead,
    h1 {
        margin-bottom:32px;
        line-height: 40px;
        margin-top: 0;
    }

    h1{
        font-size: 30px;
        margin-bottom:20px;
    }

    h1+p{
        font-size:16px;
        line-height:26px;
        margin-bottom: 25px;
    }

    .text-last{
        margin-bottom: 0px;
    }

    .ic-dynamic-form-container{
        box-shadow:none;
        margin-top:46px;
        margin-bottom:60px;
    }

    h3.ic-form-title{
        padding: 0px 0px 0px 0px;
    }

    .pre-footer p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    
    .pre-footer .btn.btn-ic-color{
        margin-left: 0px;
    }

        
}


@media all and (max-width: 1200px){
    .btn-block,
    a.btn-block:not([href]):not([tabindex]){
        color: #ffffff;
        background-color: transparent;
        border-color: transparent;
        font-size: 16px;
        height: 71px;
        padding: 17px;
        display: inline-block;
        font-weight: 600;
        box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.171);
    }
}


/*--------------------------------------------------------------------------------------------------------------------------
SVG Images DeBug 
--------------------------------------------------------------------------------------------------------------------------*/

/* Ie9 */
.ie9 img[src*=".svg"] {
	width: auto;
	max-width: initial;
}

 /* Ie10 + Firefox & Others */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src*=".svg"]{width: auto;max-width: initial;}
}

@media screen and (max-width: 480px) {
	img[src*=".svg"]{width: auto;max-width: initial;}
}
