*{
    padding: 0px;
    margin: 0px;
}


html {
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: 100%;
}




@font-face {
	font-family: PoppinsBold;
	src: url("../font/Poppins-Bold.ttf") format("opentype");
}
@font-face {
	font-family: PoppinsMedium;
	src: url("../font/Poppins-Medium.ttf") format("opentype");
}
@font-face {
	font-family: PoppinsRegular;
	src: url("../font/Poppins-Regular.ttf") format("opentype");
}

@font-face{
    font-family: PoppinLight;
    src: url("../font/Poppins-Light.ttf") format("opentype")
}

@font-face{
    font-family: PoppinsSemiBold;
    src: url("../font/Poppins-SemiBold.ttf") format("opentype")
}

/* Primer Contenido */
#container{
    padding: 0px;
}


.divImageHeader{
    width:70%;
    height: 300px;
    position: relative
}

#introduction{
    top: 50%;
    transform: translateY(-50%);
    
}

#introduction h2{
    text-align: right;
    font-weight: bold;
    font-size: 50px;
    font-family: 'PoppinsBold'
}

#introduction p{
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    font-family: 'PoppinsMedium'
}

#introduction a{
    margin-top: 60px;
    text-decoration: none;
}

#introduction h2:nth-child(2){
    color: #de177e;
}

.brief p{
    color: #FBBC22 !important;
}

.product p{
    color: #A84AC1;
}

.foundrasing p {
    color: #EC0786;
}

.imgHeader{
    height: 1015px;
    position: absolute;
    right: 50px;
    bottom: 10px;
    left: -350px;
    top: -330px
}


.btnFreeCanvas{
    border-radius: 31px;
    background: linear-gradient(to right, #EC0786 , #FBBC22);
    font-family: 'PoppinsMedium';
    color: white;
    padding: 10px;
    
}




/* Segundo Contenido */


#secondContent h2{
    font-family: 'PoppinsBold';
    font-size: 50px;
    line-height: 80px;
}

#explain p {
    font-family: 'PoppinsRegular';
    color: gray;
    font-size: 20px;
}


#imgsCanvas{
    margin-top: 30px;
}




/* Tercer Contenido */

#thirdContent{
    padding: 0px;
    
}

#benefitsandscary{
    padding: 0px;
}

#benefits{
    background: linear-gradient(to right, #EC0786 , #FBBC22);
}

#benefits >div{
    margin-top:20px;
}


#benefits div > div{
    width: 20%;
}

#benefits h2{
    font-family: 'PoppinsBold';
    font-size: 50px;
    color: white;
    line-height: 80px;
}

#benefits div img{
    width: 77px;
    height: 77px;
    margin: 0 auto;

}

#benefits div span{
    font-family: 'PoppinsMedium';
    color: white;
    display: block;
    margin-top: 15px;
}

.btnStarNow{
    border-radius: 31px;
    background: white;
    font-family: 'PoppinsMedium';
    color: black;
    padding: 10px; 
    width: 300px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
}

.btnStarNow:hover{
    text-decoration: none;
}


/* scaryQuotes */

#scaryQuotes{
    background: #F5F5F5;
}

#scaryQuotes h2{
    font-family: 'PoppinsBold';
    color: black;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
}

#scaryQuotes div h2{
    font-family: 'PoppinsMedium';
    color: #898989;
    font-size: 50px;
    text-align: left;
}

#scaryQuotes > div{
    margin-bottom: 30px;
}

#scaryQuotes div h2 p{
    font-size: 15px;
}

#scaryQuotes div hr{
    width: 80px;
    background: linear-gradient(to right, #C80186 , #AC2299,#6191EB);
    height: 5px;
    position: absolute;
    bottom: 25px;
    
}

#scaryQuotes div{
    padding: 0px;
}

#scaryQuotes div p{
    position: absolute;
    bottom: 0px;
    font-family: 'PoppinsMedium';
    color: #141414;
    font-size: 18px;
    padding: 0px;
    
}

#scaryQuotes div div:first-child p{
    position: absolute;
    top: 115px;
    
}


#scaryQuotes div div:nth-child(2) p{
    position: absolute;
    top: 115px;
    
}

#scaryQuotes div div:nth-child(3) p{
    position: absolute;
    top: 115px;
    
}


/* USES CASES */



#cases{
    margin-left: 30px;
}

#usesCases h2{
    font-family: 'PoppinsBold';
    color: black;
    font-size: 50px;
    text-align: left;
    line-height: 150px;
}

#cases img{
    width: 25px;
    height: 25px;
    float: left;
    bottom: 50%;
    transform: translateY(50%);
}

#usesCases div p{
    line-height: 30px;
    padding-left: 40px;
    font-size: 18px;
    font-family: 'PoppinsMedium';
}

.imgUseCases{
    position: relative;
    top: -130px;
    left: 60px;
}

/* Testimonials */

#testimonialContact{
    padding: 0px;   
}


#testimonials{
    background: #F5F5F5;
}

#testimonials h2{
    font-family: 'PoppinsBold';
    color: black;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
}

#comments{
    margin-top: 60px;
    margin-bottom: 40px;
}

#comments div div{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0px 40px 10px 40px;
    margin-bottom: 80px
}

#comments div div p{
font-size: 15px;
font-family: "PoppinLight";
}

#comments div div img{
    position: relative;
    top: -40px;
    margin: auto;
    width: 70px;
}



/* Contat Us */

#contactUs{
    /* margin-top: 150px; */
    margin-bottom: 50px
}

.contact{
    padding: 0px;
}


#contactUs h2{
    font-family: 'PoppinsBold';
    color: black;
    font-size: 50px;
    text-align: center;
    line-height: 150px;
}

#message{
    resize: none;
}


.btnSend{
    border-radius: 31px;
    background: linear-gradient(to right, #EC0786 , #FBBC22);
    font-family: 'PoppinsMedium';
    color: white;
    padding: 10px;
    width: 150px;
    display: inline-block;

    
}


#sniperTraining{
    background-image: url("../storage/img/BgSniperTrainingCertification.png");
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%); 
    background-repeat: no-repeat;
    background-size: 100%;
    height: 16vw;
    padding-top: 20px;
}

#sniperTraining h2{
    font-family: 'PoppinsBold';
    color: white;
    font-size: 2vw;
    padding-left: 50px;
}

#sniperTraining p{
    font-family: 'PoppinsRegular';
    color: white;
    font-size: 1.5vw;
    padding-left: 2em;
}



.btnGeMore{
    border-radius: 31px;
    background: white;
    font-family: 'PoppinsMedium';
    color: black;
    padding: 10px; 
    width: 200px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 30px;
    text-align: center;
    margin-top: 15px;
}


/* InfoGrafia */


#infoGrafia h2{
    font-family: 'PoppinsBold';
    font-size: 50px;
    line-height: 80px
}

#infoGrafia >div > img{
    margin: 0px auto;
    display: block;
}


/* About US */

#autorSuscribe {
    background: #F5F5F5;
}

#autor h2{
    font-family: 'PoppinsBold';
    line-height: 60px;
}

#autor p{
    font-family: 'PoppinsRegular';
    font-size: 15px;
}

#aboutAutor img{
    float: left;
    width: 70px;
    margin-right: 20px;
}

/* Suscribe */

#suscribe {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #E8E8E8;
}

#suscribe h2{
    font-family: 'PoppinsBold';
    line-height: 50px;
}

#btnSuscribe{
    border-radius: 31px;
    background: linear-gradient(to right, #EC0786 , #FBBC22);
    font-family: 'PoppinsMedium';
    color: white;
    padding: 10px;
    display: inline-block;
    width: 150px;
    margin-bottom: 15px;
}

/* Footer*/

#footer{
    background: #141414;
    padding: 10px;
}

#footer div span{
    float: left;
    color: #898989;
}

#footer div a{
    float: left;
    margin-left: 15px;
    margin-top: 2px;
}

#footer div:nth-child(2) a{
    float: right;
    color: #898989;
}
#footer div a img{
    width: 15px;  
}



 /*=============================================
 =            ESCRITORIO GRANDE (1366px)            =
 =============================================*/
 
 @media(min-width:1200px) {
    #comments div div{
        margin-bottom: 100px
    }
}



/*===========================================
=            ESCRITORIO MEDIANO (1024px)            =
===========================================*/



@media(max-width:1200px) and (min-width: 992px){
    .imgHeader{
        height: 950px;
        left: -180px;
        top: -300px;
    }

    #introduction h2{
        font-size: 35px;
    }


}


/*========================================
=            ESCRITORIO PEQUEÑO (768px)            =
========================================*/

@media (max-width: 992px) and (min-width: 768px) {
    #introduction{
        top: 0%;
        transform: translateY(0%);
        
    }
}


/*==========================================
=            ESCRITO EXTRAPEQUEÑO (320px)            =
==========================================*/

@media (max-width: 768px) {
    #brand-image{
        height: 120px;
        position: absolute;
        top: -35px;
        left: 0px;
    }
   

    .brief{
        padding: 0px;
    }
    .product{
        padding: 0px;
    }
    .foundrasing{
        padding: 0px;
    }
    #introduction{
        top: 0%;
        transform: translateY(0%);
        
    }
    #introduction h2{
        font-size: 30px;
        
    }

    #introduction > a:nth-child(5){
       margin-right: 0px;
    }

    #benefits div > div{
      width: 100%;
      margin-bottom: 15px;
    }

    #benefits h2{
        font-size: 25px;
        line-height: 40px;
    }
    
    .btnFreeCanvas{
        font-size: 10px;
    }

    #infoGrafia h2{
        font-size: 30px;
        line-height: 50px;
    }


    #explain p {
        font-size: 10px;
    }

    #secondContent h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .btnStarNow{
        width: 200px;
       
    }

    #scaryQuotes >h2:first-child {
        font-size: 25px;
    line-height: 40px
    }

    #scaryQuotes h2 {
        line-height: 120px;
        font-size: 40px;
    }

    #scaryQuotes div h2 {
        font-size: 40px;
    }

    #usesCases h2{
        font-size: 30px;
        line-height: 50px;
        text-align: center
    }

    #cases {
        margin: 0px;
    }


    #testimonials h2{
        font-size: 30px;
        line-height: 50px;
    }

    #contactUs{
        margin-top: 0px;
    }

    #contactUs h2{
        font-size: 30px;
        line-height: 50px;
    }

    #autor h2{
        font-size: 25px;
    }

    #footer div:nth-child(2) a {
       float: none;
    }

    #footer div > div{
        display: flex;
        justify-content: center;
        padding:0px;
    }
    #benefits div > div{
        width: 50%;
      }
}


 /*=============================================
 =            ESCRITORIO GRANDE (1366px)            =
 =============================================*/
 
 @media(min-width:1200px) {

}



/*===========================================
=            ESCRITORIO MEDIANO (1024px)            =
===========================================*/



@media(max-width:1200px) and (min-width: 992px){
    #sniperTraining h2 {
        font-size: 25px;
        margin-top: 7px;
    }

    #sniperTraining p {
        font-size: 15px;
    }
    .btnGeMore {
        border-radius: 31px;
        background: white;
        font-family: 'PoppinsMedium';
        color: black;
        padding: 5px;
        width: 180px;
        display: inline-block;
        margin-top:0px;
        margin-right: 30px;
        text-align: center;
        font-size: 12px;
    }
    #scaryQuotes div h2 {
        font-size: 30px;
    }
    #scaryQuotes div p {
        font-size: 13px;
    }

    #infoGrafia h2 {
        font-size: 35px;
    }

    #secondContent h2 {
        font-size: 35px;
    }
    #benefits h2 {
        font-size: 35px;
    }
    #scaryQuotes h2 {
        font-size: 35px;
    }
    #usesCases h2 {
        font-size: 35px;
    }
    .imgUseCases {
        margin-top: 150px;
    }
    #testimonials h2 {
        font-size: 35px;
    }
    #comments div div p {
        font-size: 12px;
    }
    #contactUs h2 {
        font-size: 35px;
    }
}


/*========================================
=            ESCRITORIO PEQUEÑO (768px)            =
========================================*/

@media (max-width: 992px) and (min-width: 768px) {
    .descriptionCanvas{
        text-align: center;
    }
}


/*==========================================
=            ESCRITO EXTRAPEQUEÑO (320px)            =
==========================================*/

@media (max-width: 768px) {


}