html, body {
    margin: 0px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background-color: #CC082E;
    color: #ffffff;

}



.profilePic {
    width: 350px;
    height: auto;
}

.icoColumn {
    width: 20%;
}

.tableWidth {
    width: 600px !important;
}

.title {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.secTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
}

.tarea {
    outline: 0px;
    width: 100%;
    height: 60px;
    font-size: 14px;
}


#colabTable {
    float: left;
    width: 100%;
    display: none;

}


#colab {
    cursor: pointer;
}

#cotizar {
    cursor: pointer;
}
#platicas {
    cursor: pointer;
}

#cotizarTable {
    float: left;
    width: 100%;
    display: none;

}
#platicasTable {
    float: left;
    width: 100%;
    display: none;

}

.tableHide {
    display: none;
}

.inputTexts {
    float: left;
    width: 99%;
    font-size: 18px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    outline: none;  
    border: 0px;
    padding: 5px 0px 5px 1%;  
    margin: 5px 0px;  
}
.inputTexts:focus{
    outline: none;
}

.inputTextsL {
    float: left;
    width: 45%;
    font-size: 18px;    
}
.inputTextsR {
    float: right;
    width: 45%;
    font-size: 18px;
}


.formText {

    width: 100% !important;
    color: #FFFF00;
    font-size: 12px;
    text-align: center;
    margin: 20px 0px 0px 0px;
   
}


.botonRedes {
    display: block;
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    color: #CC082E;
    font-size: 20px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align: center;

}
.botonRedes:hover {
    background: #3cb0fd;
    text-decoration: none;
    color: #ffffff;
}


.iconTexto {
    font-size: 22px;
}

.smallText {
    font-size: 14px;
    font-weight: 300;
}


.btnSubmit {
    display: inline-block;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    margin-top: 10px;
  }
  
  .btnSubmit:hover {
    background: #3cb0fd;
    text-decoration: none;
  }



/************************************************************************************
MEDIA QUERIES 
*************************************************************************************/

@media screen and (max-width: 800px) {



}


@media screen and (max-width: 600px) {
    html, body {

        padding: 20px;
    
    }

    .tableWidth {
        width: 100% !important;
    }

    .icoColumn {
        width: 26%;
        font-size: 28px;
    }
    
    

    .profilePic {
        width: 100%;
        height: auto;

    }

}

