@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Black.eot');
    src: url('fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Black.woff2') format('woff2'),
        url('fonts/Poppins-Black.woff') format('woff'),
        url('fonts/Poppins-Black.ttf') format('truetype'),
        url('fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBold.eot');
    src: url('fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff'),
        url('fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.text-amarillo{
    color:#fcd681;
}

.text-blanco{
    color:blanco
}

.border-verde{
    border:3px solid #0bdb90;
}
 
 body {
     font-family: 'Arial', sans-serif;
 }

 .bg-header{
    background-image: url('../img/bg-background.jpg');
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
   
 }

 .fondo2{
    background-image: url('../img/bg-background2.jpg');
 }

 .header-section {
    height:auto;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
     /*
     background-image: url('../img/bg-background.jpg');
     background-position: 0 18%;
     background-repeat: no-repeat;
     background-size: cover;*/
     color: white;
     padding: 0px 0;
     position: relative;
     overflow: hidden;
     padding-top: 80px;
     padding-bottom: 100px;
 }

 .alert-icon {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     opacity: 0.1;
 }

.bg-verde{
    background-color: #0bdb90;
}
 .green-section {
    background-color: #0bdb90;
    color: #333;
 }

 .service-card {
     background-color: white;
     border-radius: 10px;
     padding: 20px;
     margin: 10px;
     text-align: center;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 }

 .btn-orange {
     background-color: #ff9800;
     border-color: #ff9800;
     color: white;
     padding: 8px 20px;
     border-radius: 25px;
     font-weight: bold;
 }

 .text-blanco{
    color: white !important;
 }

 .btn-orange:hover {
     background-color: #f57c00;
     border-color: #f57c00;
     color: white;
 }

 .case-study {
     padding: 60px 0;
 }

 .aws-marketplace {
     background-color: #ffc107;
     padding: 60px 0;
 }

.form-btn{
    width: 150px;
}

 footer {
     background-color: #1c2331;
     color: white;
     padding: 30px 0;
 }

 input:focus {
     outline: none;
     box-shadow: none;
     border-color: inherit;
     /* o un color personalizado */
 }

 .form-control {
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border:0;
    box-shadow: none;
        border-color: inherit;
        /* o #ced4da para gris Bootstrap */
 }

 .green-text {
     color: #0bdb90;
 }

 .partner-logo {
     background-color: white;
     padding: 15px;
     border-radius: 5px;
 }

 /*********** CABECERA *************/
 .banner-titulo{
    font-family: 'Poppins', sans-serif;
    line-height: 100%;
 }

 .banner-subtitulo{
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
 }

 .logo-aws{
    width:300px;
    margin-left: auto;
 }
 .form-title{
    /*color: #45bde0;*/
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
 }

 .form-subtitle{
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color:#606060;
 }

 .cfyepG{
    display: none !important;
 }

 .form-wrapper{
    width: 90%;
    background-color: white;
    padding: 40px 60px;
    border-radius: 30px;
 }

 .eyyRCl{
    max-width: 100% !important;
 }

 /*********  banner **********/
/*
 .bg-header:before{
    content:"";
    width: 220px;
    height: 160px;
    background-image: url('../img/img-detalle-medio.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    bottom:-160px;
    right:0;
    z-index: 2;
 }
*/

.seccion-anticipa{
  
    position: relative;
}

.text-detalle-banner {
    width: 200px;
    position: absolute;
    top:-75px;
    right: 0;
}

.logo-certificado-market{
    width: 350px;
}

 /***************** SECCION PREGUNTAS *************/
 .seccion-preguntas{
    background-color: #f6f3f2;
    position: relative;
 }

 .img-circulo-rayas{
    width: 200px;
    position: absolute;
    top:-150px;
 }

 .boton-amarillo,.btn-blanco, .btn-negro{
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    font-size:18px;
    display: block;
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius:30px;
    text-align: center;
    text-decoration: none;
 }

 .boton-amarillo{
    background-color: #ff9418;
    color: white;
 }

 .btn-blanco{
    background-color: white;
    color:#222222;
 }

 .btn-negro{
    background-color: #222222;
        color: white;
 }

.bg-degradado{
    background: #596BF1;
    background: -webkit-linear-gradient(90deg, rgba(89, 107, 241, 1) 0%, rgba(11, 219, 144, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(89, 107, 241, 1) 0%, rgba(11, 219, 144, 1) 100%);
    background: linear-gradient(90deg, rgba(89, 107, 241, 1) 0%, rgba(11, 219, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#596BF1", endColorstr="#0BDB90", GradientType=1);
}

.bg-degradado_textura {
    background:url("../img/texturas-tecnologia.svg") no-repeat left bottom / 30%,
                linear-gradient(90deg, rgba(89, 107, 241, 1) 0%, rgba(11, 219, 144, 1) 100%);   
}


.casos-exito-titulo{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size:35px;
    /* Estira horizontalmente */
  
 }

 .seccion-preguntas-content{
    font-family: "Montserrat", sans-serif;
    font-size:24px;
    font-weight: bold;
    margin-right: 15px;
 }
 /********** CASOS DE EXITO **************/
 .casos-exito-subtitulo{
    font-size:35px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    line-height: 120%;
 }

 .casos-exito-content{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size:18px;
    text-align: justify;
 }

 .img-exito-detalle{
    position: relative;
 }

 .img-exito-detalle img{
    position: relative;
 }
 .img-exito-detalle:after{
    content:"";
    display: block;
    width: 200px;
    height: 200px;
    background-image: url('../img/img-aws-casos-de-exito-detalle.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:-40px;
    right: -80px;

 }


 /******************** Lista *******************/
 .seccion-anticipa_titulo,.seccion-market_titulo{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size:46px;
    color:white;
 }
 .seccion-anticipa_subtitulo{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size:24px;
    color:white;

 }

 .seccion-market_titulo{
    color: #222222;
 }

 .seccion-anticipa_lista,.seccion-anticipa_lista_2{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
 }

.seccion-anticipa_lista li, .seccion-anticipa_lista_2 li{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size:17px;
    list-style: none;
    display:flex;
    align-items: center;
    margin-right: 10px;
    color:white;
  }

  .subtitulo-general{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size:18px;
  }

.seccion-anticipa_lista li:before {
    content:"";
    width: 25px;
    height: 25px;
    background-image: url('../img/check-list.svg');
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
}
.seccion-anticipa_lista_2 li:before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url('../img/check-list.svg');
    background-size: cover;
    display: inline-block;
    margin-right: 25px;
}

/*********** SECCION PLANES ************/
.seccion-planes_articulo-titulo{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size:25px;
}

.seccion-planes_articulo-descripcion{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size:12px;
    text-align: left;
}

.card-body{
    border-radius: 60px;
    padding: 40px 50px;
    opacity: 1;
}

.card.h-100{
    border:none;
    border-radius: 60px;
}

/*********** CASOS DE EXITO ***********/
.seccion-casos{
    overflow: hidden;
}

.btn-small{
    width: 320px;
}

/************** MARKET ****************/
.seccion-market{
    background-color: #fcd681;
}
.seccion-market-wp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.seccion-market_descripcion{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size:20px;
    margin-top: 20px;
    text-align: justify;
}

.btn-marketplace img{
    width: 20px;
    position: relative;
    top:-2px;
    left: 5px;
}


/*************** Seccion aws Parnert ****************/
.seccion-arquitectura-aws{
    background-color: #222222;
}

.seccion-arquitectura-aws_wrapper{
    max-width: 900px;
}

.seccion-arquitectura-aws_content p{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size:20px;
    text-align: justify;
}

/************ PIE PAGINA ********/
.pie-pagina{
    background-color: #c2c8c9;
}

.pie-pagina_titulo{
    font-size:14px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #222222;
    margin-bottom: 5px;
}

.pie-pagina_descripcion{
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #222222;
}

.btn-preguntas-extend{
    width: 330px;
}

/*********** Gracias **********/
.page_gracias_titulo{
    font-size:120px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    line-height: 80%;
    color:white;
}

.page_gracias_subtitulo{
    font-size:25px;
    font-family: "Montserrat", sans-serif;
    font-weight:normal;
    line-height: 80%;
    color: #ffffff;
    margin-bottom: 0;
}
.page_gracias_subtitulo span{
    font-weight: bold;
}

.page_gracias_btn{
    width: 300px;
    font-size: 20px;
}

.lista_redes_sociales{
    width:160px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    text-decoration: none;   
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.lista_redes_sociales img{
    width: 50px;
}

.page_gracias_btn span{
    font-weight: norm;
}


/************ FONDO ***********/
.bg-negro{
    background-color: #222222;
}

.bg-amarillo-crema{
    background-color: #fcd681;
}

.text-negro{
    color:#222222;
}

.text-blanco{
    color:white;
}

@media(max-width:1400px){
    .form-wrapper {
            width: 100%;
        }
    .seccion-anticipa_lista li{
        font-size:16px;
    }
    .seccion-preguntas-content{
        font-size:22px;
    }
    .banner-titulo{
        font-size:65px;
    }
    br{
        display: none;
    }

    .banner-subtitulo{
        font-size:17px;
    }
        .bg-header:before {
            bottom: -160px;
        }
}

@media(max-width:1200px) {
    .form-wrapper {
         
            font-size:18px;
        }
    .btn-preguntas-extend{
        width: 30%;
        font-size:17px;
    }
    .header-section{
        height: auto;
    }
    .seccion-anticipa_lista li {
        font-size: 13px;
    }

    .seccion-preguntas-content {
        font-size: 17px;
    }

    .seccion-anticipa_titulo{
        font-size:44px;
    }

    .seccion-market_descripcion{
        font-size:18px;
    }

    .banner-titulo {
        font-size: 50px;
    }
}
@media(max-width:1100px){
    .header-section {
        height: auto;
    }
    .form-wrapper {
        font-size: 16px;
    }

}


@media(max-width:900px){
    .seccion-anticipa_lista{
        flex-direction: column;
        font-size: 15px;
    }
     .text-detalle-banner {
        width: 150px;
        position: absolute;
        top: -55px;
        right: 0;
                }
    .photo-perfil{
        width: 100%;
    }
    .seccion-preguntas-wp{
        flex-direction: column;
    }
        .btn-preguntas-extend{
            width: 50%;
            margin-top: 10px;
        }
}


@media(max-width:760px){
    .form-wrapper{
        width: 100%;
        margin-bottom: 40px;
    }

    .seccion-anticipa_lista{
        flex-direction: column;
        line-height: 160%;
    }
    .seccion-anticipa_lista li{
        font-size: 13px;
    }
    .banner-titulo{
        font-size:45px;
    }
    .logo-aws{
        width: 200px;
    }

    .header-section{
        height: auto;
        padding-top: 0;
        padding-bottom: 0px;
    }
    .text-detalle-banner{
        width: 90px;
        top:-35px;
    }

    .logo-certificado-market{
        width: 70%;
    }

    .img-circulo-rayas {
        width: 100px;
        position: absolute;
        top: -50px;
    }

    .wp_page_gracias{
        height: 75vh;
    }
}

@media(max-width:600px){
    .photo-perfil{
        width: 80%;
    }
    .form-title{
        font-size:20px;
    }

    .seccion-preguntas-wp{
        flex-direction: column;
    }
    .seccion-preguntas-content{
        text-align: center;
        margin-right: 0;
        padding-bottom: 15px;
    }
        .btn-preguntas-extend {
            margin-top: 0px;
        }

    .seccion-anticipa_titulo,.seccion-market_titulo{
        font-size:40px;
    }
    
    .form-wrapper{
        padding: 30px 30px;
    }

    .form-wrapper{
        margin-bottom: 0;
    }

        .btn-preguntas-extend{
            width: 90%;
        }

    .page_gracias_titulo{
        font-size:20vw;
    }

    .page_gracias_subtitulo{
        font-size:20px;
    }

    .page_gracias_logo{
        width: 80%;
    }

    .page_gracias_btn{
            width: 80%;
        }
    
    .wp_page_gracias {
       height:70vh;   }
}

@media(max-width:400px){
    .seccion-arquitectura-aws_content p,.seccion-preguntas-content,.seccion-planes_articulo-descripcion{
        font-size:18px;
    }
    .casos-exito-subtitulo{
        font-size:30px;
    }
    .seccion-anticipa_titulo,
        .seccion-market_titulo{
            font-size:30px;
        }

        .seccion-anticipa_subtitulo{
            font-size:20px;
        }
    .page_gracias_btn{
        font-size:16px;
    }
}


@media(min-width:900px){
    .contenedor-principal{
        max-width: 90%;
    }
}