/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-oct-2017, 13:09:01
    Author     : Rafitafr
*/

body{
    /*background-image: url("../img/fondoFull-full.jpg");*/
    background-image: url("../img/fondo-2019-landing.jpg");
    background-size: 100% 110%;
    background-position: center top;
    position: relative;
    background-repeat: no-repeat;
}

.clear{
    clear: both;
}

.allContent{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    position: relative;
    width: 100%;
}

.contactoFlotante{
    position: absolute;
    right: 0;
    top: 40px; 
    background: #000;
    color: #fff;
    font-weight: 700;
    
}

.contactoFlotante img{
    padding: 8px;
    width: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.contactoFlotante .content span{
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
    padding-right: 20px;
    padding-top: 14px;
    color: #fff;
    text-decoration: none;
}
.contactoFlotante a{
    display: block;
    position: relative;
    z-index: 10;
}

.allContentWraper{
    
    width: 1124px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;}
    position: relative;
}

.headContent {
    overflow: hidden;
}
    
.contentSoftware{    
    margin-left: 0;
    margin-top: 50px;   
    display: inline-block;
    float: left;
}

.contentSoftware img{
    width: 600px;
}

.contentFormDemo{
    width: 420px;
    background-color:#FF034B;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 50px;
    margin-right: 0;
    float: right;
    display: inline-block;
    color:#ffffff;
    
}

.contentTitle{
    width: 100%;
    height: 60px;
    background-color: #FF034B;
    margin-top: 0px;
    display: inline-block;
    color:#fff;
    font-size:40px;
    text-align:right;
    vertical-align: top;
    
}

.tituloDemo{
    margin-top: 50px;
    text-align: center;
    display: block;
    font-size: 22px;
}
.tituloDemo1{
    color: #FF034B;
    margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 22px;
}

.bloqueimg{
    overflow: hidden;
    margin-top: 50px;
    width:100%;
}

.bloqueClaims{
    overflow: hidden;
    margin-top: 50px; 
    width: 100%;
}

.unClaim{
    width: 20%;
    float: left;
    text-align: center;
}

.unClaim img{
    width: 90%;
    padding: 0 5%;
}

.textClaim{
    font-size: 22px;
    line-height: 34px;
    padding: 30px 0px;
    border-top: 2px dashed #FF034B;    
    border-bottom: 2px dashed #FF034B;
}
.tituloClaim{    
    font-weight: 700;
    display: block;
}

.left{
    width: 440px;
}

.right{
    width: 684px;
}

.masterBlock{
    width: 100%;
    overflow: hidden;
}

    .masterBlock > div{
        display: inline-block;
        float:left;
    }
    
.masterBlock1{
    margin-top: 100px;
    background-color: #FF034B;
}

    .masterBlock1 .left{
        background-color: #FF034B;
        color: #ffffff;
        font-weight: 700;
        
    }
    
    .masterBlock1 .left .bloqueTexto{
       padding-left: 25px;
	   padding-top: 20px;
    }

        .masterBlock1 .left .text1{
            font-size: 30px;
            
            
        }
        .masterBlock1 .left .text2{
            font-size: 20px;
            
        }
        .masterBlock1 .left .text3{
            font-size: 20px;
           
        }
        .masterBlock1 .left .text4{
            font-size: 18px;
            display: block;
            margin-top: 15px;
            padding-bottom: 25px;
        }
        .masterBlock1 .left .link{
            font-size: 26px;
            color: #fff;
            display: inline-block;
            background-color: #000;
            padding: 6px 26px;
            text-decoration: none;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }


    .masterBlock1 .right{
        background-image: url("../img/fondocapa1.jpg");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .masterBlock1 .right .logoMeat{
        margin-left: 30px;
        margin-top: 12px;
        display: inline-block;
    }
    
    .masterBlock1 .right .logoMeat img{
        width: 180px;
    }
    
    .masterBlock1 .right .bloqueTexto{
        margin-left: 30px;
        margin-top: 15px;
        display: inline-block;
        color:#fff;
        font-weight: 700;
        vertical-align: top;
    }
    
    .masterBlock1 .right .bloqueTexto .text1{
        font-size: 40px;
        display: block;
        text-shadow: 1px 1px 25px rgba(150, 150, 150, 1);
    }
    .masterBlock1 .right .bloqueTexto .text2{
        font-size: 25px;
        display: block;
        text-shadow: 1px 1px 25px rgba(150, 150, 150, 1);
    }
    
    .masterBlock1 .right .bloqueForm{
        width: 100%;
        margin-top: 45px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    
    .masterBlock1 .right .bloqueForm #formEntradas{
        overflow: hidden;
        display: inline-block;
        float: right;
        margin-right: 22px;
        width: 500px;
    }
    
    .masterBlock1 .right .bloqueForm input[type="text"]{
        height: 30px;
        width: calc(100% - 60px);
        display: block;
        padding-left: 20px;
        margin-bottom: 8px;
    }
    
    
    .masterBlock1 .right .bloqueForm .botonEnvia{        
        display: block;
        color: #fff;
        background-color: #f6ce30;
        font-weight: 700;
        font-size: 20px;
        font-family: 'Roboto Slab', serif;
        border: none;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 10px;
        padding: 7px 24px;
        margin-top: 12px;
        cursor: pointer;
    }
    
    .contentFormDemo .bloqueTexto{
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 60px;
    }
    
    .contentFormDemo .bloqueTexto .text1{
        font-weight: 700;
        font-size: 18px;
        display: block;
        line-height: 28px;
        color:#ffffff;
    }
    
    .contentFormDemo .bloqueTexto .text2{
        margin-top: 8px;
        font-size: 18px;
        display: block;
        line-height: 28px;
        color:#ffffff;
    }
    
    .contentFormDemo .bloqueTexto .text2 .extra{
        font-weight: 700;
    }
    
    #formDemo,#formSolicitudDemo{
        padding: 0 20px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    
    #formDemo label,#formSolicitudDemo label{
        display: block;
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    #formDemo input[type="text"],#formSolicitudDemo input[type="text"]{
        height: 35px;
        width: calc(100% - 60px);
        display: block;
        padding-left: 20px;
        margin-bottom: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: none;
    }
    
    #formDemo .botonEnvia,#formSolicitudDemo .botonEnvia{        
        display: block;
        color: #fff;
        background-color: #000;
        font-weight: 700;
        font-size: 20px;
        font-family: 'Roboto Slab', serif;
        border: none;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 10px;
        padding: 10px 26px;
        margin-top: 20px;
        cursor: pointer;
    }
    
    .masterBlock2{
        background-color: #ffffff;              
    }
    
    
    .masterBlock2 .left{
        color: #f6ce30;
        
        
    }
    
    .masterBlock2 .left .bloqueTexto{
        font-size: 40px;
        color: #59595a;
        padding: 25px;
        margin-top: 100px;
    }
    
    .masterBlock2 .left .bloqueTexto .text1{
        font-weight: 700;
        display: inline-block;
    }
    
    .masterBlock2 .left .bloqueTexto .text2{
        display: block;
    }
    
        
    .contentSlide{
        padding: 80px 100px;
    }
    
    .owl-dots{
        display: none;
    }
    
    .owl-nav .owl-next, .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }
    .owl-nav .owl-next i, .owl-nav .owl-prev i{
        
        background: #969696;
        display: inline-block;
        color: #fff;
        font-weight: 100;
        padding: 10px 14px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    
    .owl-nav .owl-next{
        right: -60px;
    }
    
    .owl-nav .owl-prev{
        left: -60px;
    }
    
    
    .masterBlock3{
        background-color: #59595a;
    }
    
    .masterBlock3 .left{
        background-color: #59595a;
        color: #FFFFFF;
        font-weight: 700;
    }
        
    .masterBlock3 .left .bloqueTexto{
        padding: 25px;
        margin-top: 10px;
    }
    
    .masterBlock3 .left .bloqueTexto .text1{
        display: block;
        font-size: 34px;
        margin-bottom: 10px;
    }
    .masterBlock3 .left .bloqueTexto .text2{
        display: block;
        font-size: 20px;
        font-weight: 400;
    }
    .masterBlock3 .left .bloqueTexto .link{
        display: inline-block;
        float: left;
        margin-top: 30px;
        color: #FFFFFF;
        background: #FF034B;
        padding: 10px 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        margin-bottom: 30px;
    }
    
    
    .masterBlock3 .right img{
        width: 100%;
        display: block;
    }
    
    .capaVideo{
        width: 800px;
        margin: 0 auto;
        margin-top: 90px;
    }
    .capaVideo .titulo{
        color: #FFFFFF;
        background: #59595a;
        width: 100%;
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 30px;
        line-height: 50px;
    }
    .capaVideo iframe{
        width: 100%;
        height: 450px;
    }
    
    .redes{
        width: 100%;
        margin-top: 50px;
        text-align: center;
        margin-bottom: 100px;
    }
    
    .redes > a{
        margin-right: 15px;
    }
    
    .redes > a:last-child{
        margin: 0;
    }
    
    .legal{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .legal > a{
        display: inline-block;
        color: #000;
        text-decoration: none;
        margin-right: 25px;
    }
    
    .legal > a:last-child{
        margin-right: 0;
    }
    
@media (max-width: 1200px){
    .headContent {
        overflow: hidden;
        margin: 0 35px;
    }
}
    
@media (max-width: 1124px){
    .allContentWraper{
        width: 100%;
    }
    
    
    
    .masterBlock  .left{
        width: 100%;
    }
    .masterBlock   .right{
        width: 100%;
    }
    
    .masterBlock1 .left .bloqueTexto {
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 35px;
    }
    .masterBlock2 .left .bloqueTexto {
        padding: 20px;
        margin-top: 40px;
        padding-top: 0;
        padding-left: 60px;
        padding-right: 35px;
    }
    .masterBlock3 .left .bloqueTexto {
        margin-top: 40px;
        padding-top: 0;
        padding-left: 60px;
        padding-right: 35px;
    }
    .bloqueClaims {
        margin-top: 100px;
    }
    
    
}

@media (max-width: 1450px){
   /* .unClaim {
        width: 50%;
    }*/
}


/*@media (max-width: 1090px){
    .contentSoftware {
        display: block;
        margin: 0 auto;
        margin-top: 150px;
        float: none;
        text-align: center;
    }
    .contactoFlotante{
        top:40px;
    }
    
    .contentFormDemo {
        height: auto;
        width: 80%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 70px;
        padding-top: 4px;
        padding-bottom: 20px;
    }
    .bloqueClaims {
        margin-top: 50px;
    }
}

@media (max-width: 1080px){
    .contentSoftware {
        display: block;
        margin: 0 auto;
        margin-top: 150px;
        float: none;
        text-align: center;
    }
    .contactoFlotante{
        top:40px;
    }
    
    .contentFormDemo {
        height: auto;
        width: 80%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 70px;
        padding-top: 4px;
        padding-bottom: 20px;
    }
    .bloqueClaims {
        margin-top: 50px;
    }
}

@media (max-width: 1060px){
    .contentSoftware {
        display: block;
        margin: 0 auto;
        margin-top: 150px;
        float: none;
        text-align: center;
    }
    .contactoFlotante{
        top:40px;
    }
    
    .contentFormDemo {
        height: auto;
        width: 80%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 70px;
        padding-top: 4px;
        padding-bottom: 20px;
    }
    .bloqueClaims {
        margin-top: 50px;
    }
}
}*/

@media (max-width: 1024px){
    .unClaim {
        width: 50%;
    }
    
    .unClaim img {
        width: 60%;
        padding: 0 20%;
    }
    
    .capaVideo{
        width: 100%;
    }
    .capaVideo iframe{
        width: 100%;
        height: 500px;
    }
    
    
}

@media (max-width: 1000px){
    .masterBlock1 .right .bloqueTexto{
        width: 100%;
        padding-left: 60px;
        padding-right: 35px;
        margin-top: 40px;
        margin-left: 0;
    }
    .masterBlock1 .right .bloqueTexto .text1{
        display: inline-block;
    }
    .masterBlock1 .right .bloqueTexto .text2{
        display: inline-block;
    }
    .masterBlock1 .right .bloqueForm #formEntradas {
        display: inline-block;
        float: none;
        margin-right: 35px;
        margin-left: 60px;
        width: 100%;
    }
    
    .masterBlock1 .right {
        background-size: cover;
    }
    
    .masterBlock1 .right .bloqueForm input[type="text"] {
        height: 40px;
        width: 600px;
        display: block;
        padding-left: 20px;
        margin-bottom: 8px;
    }
}



@media (max-width: 890px){
    .contentSoftware {
        display: block;
        margin: 0 auto;
        margin-top: 150px;
        float: none;
        text-align: center;
    }
    .contactoFlotante{
        top:40px;
    }
    
    .contentFormDemo {
        height: auto;
        width: 80%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 70px;
        padding-top: 4px;
        padding-bottom: 20px;
    }
    .bloqueClaims {
        margin-top: 50px;
    }
}


@media (max-width: 769px){
    
    .masterBlock1 .right .bloqueForm input[type="text"] {
        width: calc(100% - 150px);
    }
    
    
    .capaVideo iframe{
        width: 100%;
        height: 350px;
    }
    .contentSoftware img{
        width: 100%;
    }
    
    .contentFormDemo {
        width: 100%;
    }
    
    .masterBlock1 .left .bloqueTexto {
        padding-left: 20px;
        padding-right: 20px;
    }
    .masterBlock2 .left .bloqueTexto {
        padding-left: 20px;
        padding-right: 20px;
    }
    .masterBlock3 .left .bloqueTexto {
        padding-left: 20px;
        padding-right: 20px;
    }
    .masterBlock1 .right .bloqueTexto {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .masterBlock1 .right .logoMeat {
        margin-left: 20px;
    }
    
    .redes img{
        width: 50px;
    }
}

@media (max-width: 580px){
    .unClaim {
        width: 100%;
    }
}
